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
13
votes
9 answers

is it ok to forget about people without javascript turn on?

I am currently building a new style ecommerce shopping cart to test various scenarios and get the best conversion rates. Alot of this will be Javascript based. So I am trying to establish whether we are now in a time where we can simply say we…
Lizard
  • 43,732
  • 39
  • 106
  • 167
13
votes
2 answers

How and where to modify Magento search query?

First of all, I found similar questions in SO but there is not any answer for them. So, the first part of the question is a little bit duplicated. I want to improve search results in Magento. Here is what I've done already: 1. Search with AND…
enenen
  • 1,967
  • 2
  • 17
  • 33
13
votes
2 answers

Shopping cart and stock management

I am currently building an ecommerce site with PHP/MySQL. Recently, I have been working on the Shopping Cart integration. The client wanted to ensure that stock was available to potential buyers, so I created a stock management system. The…
jgallant
  • 11,143
  • 1
  • 38
  • 72
13
votes
2 answers

Spree as multilingual/bilingual site

Is spree suitable for multi/bilingual e-commerce site? By default it supports internationalization (i18n - http://guides.spreecommerce.com/i18n.html). It gives an impression that spree is bilingual friendly but I'm missing one piece of the puzzle.…
Munhitsu
  • 1,014
  • 1
  • 9
  • 16
12
votes
3 answers

Paypal Express - Add Discount

I'm currently posting a regular transaction to Paypal Express and am reaching the gateway without error. I would like to now configure my cart to send a discount to the gateway. My first thought was to modify the 'AMT' value that is sent to the…
pb149
  • 2,298
  • 1
  • 22
  • 30
12
votes
3 answers

Get region_id From State Abbreviation - Magento 1.4.2

How can I programmatically get the region_id in Magento from a 2-character state abbreviation? I'm using Magento 1.4.2 if that matters at all.
VinnyD
  • 3,500
  • 9
  • 34
  • 48
12
votes
1 answer

Magento Recurring Profiles with non-Paypal payment method

Interested to know if (a) this is possible, and (b) whether any of you have successfully implemented the functionality. The wiki page repeatedly refers to "Currently, by default, Magento supports purchasing items with recurring profiles only for the…
Jonathan Day
  • 18,519
  • 10
  • 84
  • 137
12
votes
3 answers

What is the best enterprise shopping cart available in Java?

I need something that is competitive to Volusion/Magento in terms of features. Cost is not an issue. Thanks
Strong Like Bull
  • 11,155
  • 36
  • 98
  • 169
12
votes
1 answer

Custom price calculation in prestashop

I'm working on a Prestashop 1.5.x website, where I need to add a custom price-calculation rule for a specific product. My goal is to add 10 dollars per order, but PS adds extra cost by product quantity, so if you order 20 products it ask you 200$…
Fabio
  • 121
  • 1
  • 4
12
votes
6 answers

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, actually edit all the span, put some icon etc...
Dante
  • 121
  • 1
  • 1
  • 3
12
votes
3 answers

What is tenant scope in Hybris?

I am very new to hybris e-commerce software and trying to learn with the help of wiki documents provided with it. I see use of 'tenant' scope quite frequently. I know about other scopes like 'singleton', 'prototype' etc. But I am not very clear…
Nirmal Mangal
  • 812
  • 1
  • 12
  • 26
12
votes
1 answer

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 algorithm. But then I need to identify if it is a Credit card or a Debit card to perform the next task accordingly. I understand this depends on…
JibW
  • 4,538
  • 17
  • 66
  • 101
12
votes
1 answer

Magento get thumbnail image url to be displayed on cart

I having problem in getting the thumbnail image url for the items on the Magento Cart Here is my code: $quote = Mage::getSingleton('checkout/session')->getQuote(); $cartItems = $quote->getAllVisibleItems(); foreach ($cartItems as $item) { echo…
Nirmal Ram
  • 1,722
  • 4
  • 25
  • 45
12
votes
1 answer

Determining package dimensions for UPS Shipping Rate API

I am coding a custom commerce CMS in PHP. I have been integrating the UPS XML API for getting Shipping Rates and currently have it working. I am using Mark Sandborn's PHP class http://code.google.com/p/ups-php/ The API requires input of the final…
filip
  • 3,036
  • 4
  • 22
  • 20
12
votes
1 answer

How large eCommerce sites are so fast?

I have been working on asp.net mvc3 e-commerce application based on NopCommerce. Recently we have been working on performance side to improve the performance of the site. The site have more than 200000 products and 1200 categories and large no. of…
Dharmik Bhandari
  • 1,702
  • 5
  • 29
  • 60