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
19
votes
3 answers

Android integration with CCAvenue

I have an android app and want to integrate with CCAvenue payment gateway same as flipkart and others.but i don't know how can i integrate CCAvenue because there is no SDK provided. I have used paypal sdk thats so simple to integrate.but not able to…
Manoj Tarkar
  • 249
  • 1
  • 3
  • 9
19
votes
4 answers

Magento: how to get the price of a product with catalog rules applied

I'm developing a script (external to Magento, not a module) which aims to output a text list of all available products, their prices and some other attributes. However, catalog price rules don't seem to be applied to product prices. If I use any of…
faken
  • 6,572
  • 4
  • 27
  • 28
18
votes
2 answers

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 the database can be made: 1. There can be separate tables for each product category. Table:…
a7omiton
  • 1,597
  • 4
  • 34
  • 61
17
votes
3 answers

best E-Commerce Shopping Carts for Zend Framework developer

What is the easiest, most friendly and robust E-Commerce Shopping Carts for a Zend Framework developer. I want invest my time in something forward-looking. I'm also interested in a solution with a big tutorial base. It should be free. I found this…
czerasz
  • 13,682
  • 9
  • 53
  • 63
17
votes
5 answers

Any .NET ecommerce packages using MVC and Linq?

I'm trying hard not to go off and roll my own shopping cart, but after perusing the available .NET ecom packages, it's all ASP.NET webforms. In addition, if i see another handrolled DB layer or some manual invocation of Activator.CreateInstance()…
Arne Claassen
  • 14,088
  • 5
  • 67
  • 106
17
votes
6 answers

Shopping Cart API for any payment gateway? (PayPal at least required)

I'm trying to find a java based API that wraps up the details of processing a credit card transaction or purchase via PayPal at a minimum, and other gateways as a plus in an IPN fashion (ie no products required, just an invoice amount) As a bit of a…
Brad Parks
  • 66,836
  • 64
  • 257
  • 336
16
votes
4 answers

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 just want to set 170000xxxx for all new orders. Thanks
FlourishDNA
  • 500
  • 1
  • 8
  • 20
15
votes
6 answers

eCommerce on Google App Engine

I'm looking for an eCommerce platform that could be installed on Google App Engine. Any recommendations? Thanks.
Eric Cartman
15
votes
2 answers

Good guidelines for developing an ecommerce application

I'm making an ecommerce application on Android and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this. The application talks to a web service (magento api, meaning soap or xml rpc unfortunately) and…
Catalin Morosan
  • 7,897
  • 11
  • 53
  • 73
14
votes
2 answers

Use of Node JS for Frontend

I have heard about Node.js being used in the frontend side of the application as opposed to the backend side, but I cannot find any use cases for which it can be used. Can somebody explain the use cases for which Node.js is used in the…
14
votes
4 answers

magento sales_order_place_after observer

I'm trying to write an observer that will export order data when an order is placed. I haven't written any modules before. Basing my implementation on this article:…
jorelli
  • 8,064
  • 4
  • 36
  • 35
14
votes
3 answers

NoSQL Database for ECommerce

I will be constructing an ecommerce site, and would like to use a no-sql database, which will fit well with the plans for the app. But when it comes to which database would fit the job, im not sure. After comparing various DB's, the ones that seem…
skift
  • 1,027
  • 2
  • 16
  • 27
13
votes
9 answers

Setting Up ECommerce in ASP.NET

I'm an ECommerce newbie. I'm looking for an exceptional guide for setting up casual ECom (or plugging it into an exsiting site) for ASP.NET, complete with recommended components for a product catalog/shopping cart/merchant account and any anything…
Tyler
  • 3,220
  • 1
  • 30
  • 44
13
votes
1 answer

API for receiving payments through VISA/Mastercard Credit/Debit cards & paypal

I need to accept payments from the premium account holders on my website through VISA/Mastercard Credit/Debit Cards & paypal. Is there any well known widely used API that can make my life easier by abstracting all these payment procedures?
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
13
votes
6 answers

Make all store images the base, small and thumbnail images in Magento?

I have a Magento store that has around 3,000 products. Almost all of these products have a single image attached to it. For some reason, even though I set the small image and thumbnail image as the same as the base image in the import CSV file, only…
dannymcc
  • 3,744
  • 12
  • 52
  • 85