Questions tagged [e-commerce]

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.

Electronic commerce also includes the entire online process of developing, marketing, selling, delivering, servicing and paying for products and services.

Usually, is related with e-payment in-which money transfer is occurred electronically. The majority of systems need made using a .

It is directly related to some sub tags as

For more details, please visit Wikipedia.

5356 questions
1
vote
1 answer

How can I install and set up reaction commerce on windows?

I like to use reaction commerce, I am using a windows pc I need to set up my pc for development, can u tell guys tell me how to do that
user8487730
1
vote
1 answer

How to create (or insert into MySQL) single order ID from cart function using foreach

I am trying to develop a store and am stuck due to my poor knowledge in PHP, I read online and try to implement with minimal understanding. When I insert the cart items into MySQL so that I can generate an order number, each insert creates multiple…
1
vote
1 answer

Best .php CMS for handling ad-hoc product quotes

I am developing a new e-commerce enabled site for a company that sells two types of products which I will call: (1) widget items, which are minimally customizable, and (2) cars, which are highly customizable (so complex that CMS's I have reviewed,…
Jim
  • 11
  • 1
1
vote
0 answers

Prestashop add to cart is not working

I'm using Prestashop for my e-commerce website. When I click on a product item, my browser console shows the error below. Also when I click on the add to cart button, it is showing "there are no more items in your cart".
Tje123
  • 729
  • 17
  • 44
1
vote
1 answer

ASP MVC checkout with PayPal for total sum only

I have a web store in ASP.NET MVC for which I created the entire workflow - adding to cart, proceeding to checkout and writing the order to DB. Now, I need to implement PayPal payment. I was wondering if there is a way to make the purchase without…
dzenesiz
  • 1,388
  • 4
  • 27
  • 58
1
vote
5 answers

Drupal ecommerce solutions

Hi can anyone recommend a drupal ecommerce solution. Ideally we only want to use it to display products and not take payments. It's basically a store front rather than a store.
Brob
  • 665
  • 2
  • 13
  • 23
1
vote
0 answers

Can we create bulk account with Jmeter?

In order to do load testing of ecommerce site, i have to create 40 different accounts. So tried to do this with Jmeter and CSV upload and script is working fine without any error. But when I'm trying to logging with those accounts getting an…
ajay kumar
  • 31
  • 2
1
vote
0 answers

How do you add delivery time restrictions to WooCommerce?

I am new to using Wordpress and the commerce plugins associated with it. I have been trying to setup WooCommerce for a restaurant's online ordering system. I noticed that there seems to be no way to restrict delivery times as being a restaurant they…
Giovanni
  • 45
  • 5
1
vote
1 answer

How to remove SKU column from Invoice pdf. Magento Version 1.9.x

How can i remove the sku column from Magento invoice PDF? and i tried to make some changes which those files but it's not working for me. app/code/core/Mage/Sales/Model/Order/Pdf/Invoice.php to…
1
vote
1 answer

how to create a join for associated models in rails and also create there view

I am building a e-commerce app and i have a product model and a category model.as below class Product belongs_to :category end Category model: class Category has_many :products end In my views, while creating Products I have a select box from…
Aaquib Khan
  • 83
  • 1
  • 9
1
vote
0 answers

Logic behind autocomplete on products for ecommerce?

I am working on one eCommerce web app where i want to give autocomplete suggestions. I have categories, sub categories, sub sub categories and product title. So which logic should be apply here. Following is my code currently i am using if…
Akshay Deshmukh
  • 1,242
  • 1
  • 16
  • 31
1
vote
1 answer

The token has already been used, conekta

i have a problem when a make a charge,this show me this error: "The token has already been used" "La tarjeta no pudo ser procesada" when i do this with a test token this works fine but when i do it with another token this don´t work, this is my…
1
vote
2 answers

Admin panel images not showing in Oscommerce

I have Oscommerce based site which is showing up all the images of the site in frontend ,but in the admin panel the images(product images) is not showing up ,i've given below /catalog/admin/includes/configure.php file below. define('HTTP_SERVER',…
huduga
  • 39
  • 6
1
vote
1 answer

Decrease product quantity in database after checkout

I have cart on my web store and so far everything works perfectly but I said when I try decrement the product quantity to product, the all product in my database will decrement Not just products in cart. Here is my ordercontroller : public function…
1
vote
0 answers

Why do popular e-commerce sites not use tagging to organize their content?

Does anybody know why famous and popular e-commerce web sites such as eBay, Amazon, Target, etc. avoids using tagging or does not adapt to this method of content organization? Do you know any successful e-commerce web site that take advantage of…
1 2 3
99
100