Electronic commerce, commonly known as e-commerce, eCommerce or e-comm, refers to the buying and selling of products or services over electronic systems such as the Internet.

learn more… | top users | synonyms (1)

-1
votes
1answer
16 views

E-commerce solution for Ruby on Rails app

I am working on an ROR project for a company that requires an e-commerce solution where (a) users on the site send payments to each other, and (b) a cut of those payments automatically goes to the ...
0
votes
0answers
6 views

Wordpress / Woocommerce :: Form-Based Payment Gateway Option

Can someone advice me how to integrate our company's own payment gateway to woocommerce? I have the documentation of it, and I understand it very well. My problem is how to implement it to woocommerce ...
-3
votes
2answers
40 views

What technology can I use for an online store? [closed]

So, I'm starting a clothing company, and I am proficient in HTML, and PHP, as well as several programming languages such as C and Java. What is the best way to set up an "online store" where users can ...
0
votes
1answer
9 views

Google Analytics Ecommerce Tracking Modifications?

Looking at adding Google Analytics E-commerce tracking to a website running on a closed source e-commerce platform. Google have given us this code as an example in their help system: <html> ...
0
votes
0answers
10 views

WP Ecommerce - Boutique from Elegant Themes

I need some help in customising this theme. I am almost there just need a little direction. Currently, the theme (which heavily customises WP Ecommerce) is set to display product category pages in a ...
-3
votes
1answer
28 views

HTTPS but for free [closed]

For an ecommerce web site, I use an hosting of web site ; currently , we need HTTPS for free. I'm sure that is not a good to reinvent the wheel but we need it to transfer personal data of the user ...
0
votes
0answers
17 views

Demo Payment Gateway for WooCommerce [closed]

Search as I may, I cannot find a demo/"fake" payment gateway for WooCommerce. Basically I would love to be able to set up a theme demo with a payment gateway that allows people to "check out" using ...
0
votes
0answers
36 views

Add custom tab using Easy Tab in Magento 1.7

I installed magento 1.7. By default I saw Easy Tab under Admin > System > Configuration > TEMPLETES-MASTER > Easy Tab When I enabled Easy Tab GENERAL options to Yes. I got the Easy Tab output as on ...
0
votes
1answer
15 views

Manufacturer specific layout override in Opencart

In Opencart it is possible to apply layout override on category and products. What I need to do is to apply layout override on manufacturer page. But I found there is no such option in current ...
0
votes
0answers
18 views

Access all ecommerce products

I am trying to develop something for which i need access to the list of all e commerce products available. For instance, http://junglee.com is able to display over 18 million products and its specs. I ...
-2
votes
0answers
38 views

Django e-commerce platform - django-oscar vs Satchmo [closed]

I came across these 2 open source platforms and would like to get some insights on which platform fits my needs better (or maybe I missed some platform on the way) The site I need to build does not ...
1
vote
2answers
47 views

what is the purpose of having function exec() in Hook.php in prestashop

In the Header.tpl file there is a hook {$HOOK_TOP} which contains all the header part including menu, search etc... You can check that in this URL In the FrontController it shows... 'HOOK_TOP' => ...
13
votes
1answer
108 views

e-commerce: Algorithm for calculating discounts

I'm in need of expert advice on a tricky matter. The scenario is: e-commerce web-site lots of products lots of discounts mixed on these products A product is identified by a unique ProductID and ...
0
votes
1answer
31 views

Storing Braintree API keys in SAAS application database

We're building a multi-tenant SAAS web-application. Our tenants want the option to accept credit card payments for the various products that we allow them to market through our application. To support ...
0
votes
2answers
39 views

Adding Custom Signup Attributes in Magento 1.7

I have scoured the web for tutorials for adding custom signup attributes in Magento. While there are a few solid tutorials out there, my favorite being this one: custom customer signup attributes but ...
0
votes
0answers
11 views

SimpleCart CMS Implemention

I want to use this JavaScript shopping cart, its only for a small scale shop and it makes it easy to add items with just html. Link is here SimpleCartJS Basically I was wondering how I would go about ...
0
votes
1answer
40 views

The PayPal REST API doesn't allow credit cards to be deleted?

The PayPal REST API documentation shows how to store a credit card and how to use a stored credit card, but I don't see anything about deleting a stored credit card. Of course, I can simply delete the ...
-1
votes
1answer
29 views

installing an extension using vqmod

I recently installed VQmod for opencart and I've tried to add my first vQmod xml file. The VQmod installation was successful and I see the message VQMOD ALREADY INSTALLED! when I visit the ...
0
votes
1answer
33 views

Add products on shopping cart

Friends, I am developing an e-commerce website (using Codeigniter). After the customer fill out the amount of products and click "Buy", only products with the field "quantity" are to be filled in ...
0
votes
0answers
6 views

Creating a different type of e-tail site

I'd like to know if anybody can help me conceptualize an e-commerce online store, that works a little bit differently than your average e-tail configuration. The company I work for is a distributor ...
0
votes
1answer
17 views

Wordpress Product Page displayed differently between Chrome/IE and Firefox

When I added size variations to some of the products in my test store, the Product Options container automatically moved below the product image. I fixed the problem in Firefox, moving it to where I ...
-1
votes
1answer
27 views

Payment gateway not showing up in Opencart checkout page

I have created a custom payment gateway module by following paypal standard module and it shows up fine in checkout page while I tested it in localhost. But in live site after installing and enabling ...
0
votes
0answers
8 views

Quote to Order Reference in punchout

I am trying to figure out how to maintain the quote to order reference when a buyer retrieves a quote/order from my punchout catalog. What I mean by this is, when the supplier catalog sends back ...
1
vote
1answer
13 views

Virtumart Sort By Forbidden Access

Currently having an issue with the following error when the end user tries to Sort By on Virtumart product pages: Forbidden access (Var not numeric: limit in URL) In addition the Display Drop down ...
-1
votes
1answer
30 views

how is designed classic e-commerce database? [closed]

I would like to ask you how does like e-commerce database look. I just started making e-shop in php and I would like to know how should I design my database (tables). I've already table with something ...
2
votes
1answer
26 views

Facet query will give wrong output on dynamicfield in solr

I have dynamicField as 'pa_mydynamicfieldname' in Solr 4.0 I have store value in this field as : I have indexed my data by Encoding using System.Web.HttpUtility.UrlEncode(pa_mydynamicfieldname) such ...
1
vote
1answer
22 views

how to autogenerate transaction ID during checkout in Opencart?

I am trying to integrate a payment gateway (www.sslcommerz.com.bd) in Opencart which requires to submit a transaction id at the time of checkout. This transaction id needs to be stored in the ...
-2
votes
0answers
8 views

What software is available to sell subscriptions online? [closed]

There are plenty of ecommerce solutions available that allow you to sell digital downloads using PayPal, Google Checkout, etc but I was wondering if there are any that allow you to easily set up a ...
1
vote
2answers
23 views

Payment service that allows third-party commission

I want to make an auction like platform where a user can put a product for selling and another user can buy it from him. I want the transaction process to be between the seller and the buyer only, but ...
0
votes
1answer
24 views

session, DB or cookie in eCommerce site

I am creating my 1st eCommerce website. After searching a lot i am confused about whether to use session, DB or cookie. Some says session is best because not every user purchases what he have in ...
0
votes
1answer
23 views

How to add Fee to Selected Payment Methods in Magento 1.7

I have multiple payment methods in Magento 1.7.0.2 For some I would like to add an extra Fee for some of them. How can I do that? Ps: if there is a community based extension which may be extended ...
1
vote
1answer
30 views

Custom Multiple Shipping Carrier Module

I'm writing an API/Webservice module for magento. I have a freight webservice, that returns me all available carriers and shipping methods based on the products I send as params. I send SKU0101 ...
0
votes
1answer
29 views

prestashop module not showing in left and right column?

I am a newbie to the prestashop modules development. Currently I have developed a module. It is working fine in backend (like update and delete inserted values). But when I tried to check the function ...
-1
votes
0answers
32 views

beginning ecommerce using php js jquery mysql [closed]

i've heard a lot about wordpress -ecommerce and i've no idea what it is. i've searched and it comes across as a blogging platform which has evolved into an opensource ecommerce solution. I already ...
-1
votes
0answers
10 views

Marketplace API that supports payouts to multiple people [closed]

I have an eCommerce marketplace that aims to allow buyers to add items to a cart, and then check out. This means paying each of the sellers of the items the buyer has purchased. I'm looking for a ...
1
vote
1answer
35 views

Query was empty PHP error

I am trying to build a cart using mysql. I keep getting this error 'Query was empty' when I run this code. Please help I've tried several things such as putting the variables inside the string instead ...
0
votes
0answers
24 views

.htaccess mass URL 301 redirect tricks

I've not seen an answer for this mass 301 redirect issue specifically... Can anyone let me know how to do this.... category/brand URLs: redirect: /ID-some-brand (e.g. /43-religion-clothing or ...
0
votes
1answer
21 views

Google Ecommerce tracking data not showing up

No google ecommerce data is showing up in analytics. I have have the docs, used the ga_debug.js plugin for Chrome, no errors are thrown. Poured over my code to find an error, but don't see any. Anyone ...
-3
votes
0answers
25 views

Magento import customer website wise [closed]

I am developing a multi website e-commerce website. Now i need importing customer for each website via csv. i have prepared common cvs for both website and put different website id in relevant ...
0
votes
1answer
34 views

Disabling reviews in django-oscar

Is it possible to completely disable functionality of 'oscar.apps.catalogue.reviews' app in "django-oscar"? As I see it's used in many places, so simple removal from INSTALLED_APPS doesn't work and ...
0
votes
0answers
7 views

Database design for istock-like credits and royalties

I'm trying to design a system for distributing content, with a credit system similar to istock or envato. However, I'm a little stumped on how to track/calculate royalties for paying out to content ...
-1
votes
0answers
37 views

Completely custom front end website with PrestaShop as ecommerce backend [closed]

We're trying to decide which approach to take for creating a full featured e-commerce solution for our 4 lines of business. We have in house developers and our requirements are quite fancy, so our ...
-1
votes
1answer
21 views

Custom CSV output for wp eCommerce [closed]

I'm building a site using wp eCommerce plugin, everything works great so far, but the client would like a customized csv report that will fall inline with their system. Looking for advice on where to ...
-1
votes
0answers
16 views

Custom eCommerce for WP?

I've looked at a quite a few eCommerce solutions for WP, but can't seem to find anything that works perfectly for what I need. What IU'd really like to do is just build a custom eCommerce system, but ...
0
votes
0answers
20 views

placing an order : system sequence diagram

I'm developing an e-commerce website and I want to model the for placing an order. the payment mode it can be by PayPal, by CC, or by check. But I don't know what are the interactions in the payment ...
1
vote
0answers
24 views

WP e-commerce remove button

For adding a product to cart by id I've got this code: <form class="product_form" enctype="multipart/form-data" action="<?php bloginfo('url');?>" method="post" name="1" id="product_143"> ...
2
votes
0answers
39 views

Solr integration with multiple store multiple language e-commerce system

this is an architecture related question and not specifically programming related issue. We are working on a solr integration with our e-commerce shop. We're having a multiple store using the same ...
0
votes
0answers
15 views

PHPPROBID: Stopping Trial users from adding listing before entering payment information

I have a phpprobid auction site and it has different plans for user registration. A user can register through any plan for trial. My issue is that user have to enter payment information at the end of ...
0
votes
2answers
85 views

eCommerce add-on for an ASP.Net site (non MVC) and 4.0 based

I have been searching here on stackoverflow, Google, and elsewhere but not having very much luck, so I was hoping that someone here might have an idea. I have an existing Visual Studio 2012 ASP.Net ...
0
votes
1answer
55 views

Opencart select dropdown for categories and subcategories

I have a dropdown list containing categories and subcategories from my OpenCart shop, however I cannot seem to get the SEO keyword URL to show as the option value: <select name="cat_id" ...

1 2 3 4 5 47