Top "E-commerce" questions

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.

Is there a standard e-commerce database schema to apply the discounts/taxes/gift vouchers to products?

A good and flexible database schema illustrating e-commerce products and their rates management is required.

database e-commerce
Calling a helper class in Magento

I'm trying to create a custom helper module in Magento but I'm getting the following error when I call it …

php magento e-commerce helpers
Woocommerce, How to edit the "added to cart" message

When click on add to cart button, the Woocommerce shows the message, view cart, I want to edit this message, …

wordpress woocommerce e-commerce hook edit
How to Change Order Starting Number in Magento

Is there any way to change Order Starting Number in Magento without changing order numbers that are already there? I …

php mysql magento e-commerce
Identify if a "Credit card" or "Debit card" by the card number

I can initially do a check to identify if I have a valid Payment Card Number by performing Luhn check …

e-commerce credit-card luhn
Good e-commerce platform for Java or .NET

I'm looking for an e-commerce "platform" in Java or .NET that can satisfy the following requirements: Product / Service Management Customer …

java .net e-commerce
WooCommerce - where can I edit HTML generated by hooks?

I'm new to WooCommerce. Anyhow, I want to create my own theme, so I followed the guidelines and copied accross …

wordpress e-commerce wordpress-theming woocommerce
PHP framework for building e-commerce site?

What web application framework based on php would be recommended to build an ecommerce site in? Are there an e-commerce …

php frameworks e-commerce
Magento: Update cart quantity programmatically

I am creating a magento extension. In which I want to update the item quantity in cart programmatically. I am …

php magento e-commerce magento-1.7
Designing an E-Commerce Database - MySQL

I'm doing an e-commerce project and am confused about the database design for storing products. There are 3 ways I've speculated …

mysql e-commerce relational-database