Tagged Questions

Shopping cart systems for e-businesses such as online shops.

learn more… | top users | synonyms (1)

33
votes
15answers
22k views

Why is Magento so slow?

Is Magento usually so terrible slow? This is my first experience with it and the admin panel simply takes ages to load and save changes. It is a default installation with the test data. The server ...
26
votes
18answers
14k views

Best PHP/Ruby/Python e-commerce solution [closed]

I'm looking for an easy-to-skin and customizable e-commerce package. I've been reading good reviews about Magento, but it seems to have problems with performance. I've tried osCommerce before and ...
10
votes
4answers
1k views

Ecommerce Shopping Carts - Is there a gold standard?

Is there a gold standard among ecommerce shopping cart packages? I would prefer a .NET solution, but any suggestions are appreciated. I have been looking at ablecommerce and aspdotnetstorefront ...
9
votes
3answers
3k views

best E-Commerce Shopping Carts for Zend Framework developer [closed]

What is the easiest, most friendly and robust E-Commerce Shopping Carts for a Zend Framework developer. I want invest my time in somethink forward-looking. I'm also interested in a solution with a big ...
9
votes
6answers
711 views

shopping cart for non registered users

I am in the process of making a website that involves a shopping cart. There are two major requirements: The user experience guys want login/authentication to be the very last step in the entire ...
8
votes
4answers
2k views

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 ...
7
votes
1answer
836 views

Symfony Friendly Shopping Cart

What options exist for a simple shopping cart system on Symfony? I'm looking for something that will: Provide an interface for tracking items to purchase. Provide shopping cart actions and templates ...
7
votes
2answers
1k views

Shopping cart session state done right in ASP.NET MVC

I'm implementing a simple session cart for unauthenticated users in ASP.NET MVC and I want to do it right. In the past I have always stored the cart ID in the persistent Session["CartID"] store and ...
7
votes
5answers
2k views

.Contains on a list of custom class objects

I'm trying to use the .Contains function on a list of custom objects This is the list: List<CartProduct> CartProducts = new List<CartProduct>(); And the CartProduct: public class ...
6
votes
3answers
188 views

How does open source shopping cart handle the checkout transaction?

I am working on my own shopping cart to learn Ruby (continuation of a rails book) and I am working on the checkout. Validating a customer order is way more complicate that it seems. Constraints are ...
6
votes
3answers
371 views

PHP eCommerce System

I'm looking for a eCommerce system built using PHP and MySQL. It needs to: Be modular (to enable/disabled unused stuff) Not include any CMS functionality (so I can supply it myself) Not include ...
5
votes
2answers
383 views

PHP OOP :: Building an API Wrapper class

I have an app that is essentially a wrapper for a 3rd party API. The app does not use a database and only stores a single cookie which is the session ID that the API requires. The API is a shopping ...
5
votes
4answers
357 views

Ecommerce Site Solutions: to pay or not to pay?

So I am trying to make a decision for a client about which Ecommerce Framework to use to turn their front-end design into an operational store with 2-300 items, inventory control, backend to to manage ...
5
votes
1answer
543 views

Recurring Profile and Bundled Item

I have a subscription service that people pay monthly for, so I’ve setup a “Virtual Product” with a Recurring Profile. At the same time, I want to have it so they can add different one time products. ...
5
votes
2answers
937 views

Shopping Cart

What should I take into consideration while building a Shopping Cart, for a eCommerce site (no metal work here =))? Some clarification: I'm only for suggestions for building the cart only, I can not ...
4
votes
1answer
1k views

PrestaShop vs. Shopify

I have seen several Questions comparing different ECommerce CMS's: Prestashop compared to Zen-Cart and osCommerce Magento or Prestashop, which is better? Best php/ruby/python e-commerce solution I ...
4
votes
1answer
268 views

Specific Shopping Cart Recommendations

I'm trying to suggest a solution for a friend who owns an existing web shop. The current solution isn't cutting it. The new solution needs to have a few things that look like they're enterprise-only ...
4
votes
2answers
434 views

Best CMS for shop cart

Firstly I try to create a shopcart with CodIgniter but I need to build a lot of moodle. Because the time has come, I think I'll find another CMS to implement this shop cart and I'll take time build ...
4
votes
4answers
3k views

Best way to implement shopping cart using PHP/MySQL

I'm working on a customer's website, and they've asked for a shopping cart. They need to use securetrading.net for the payment, so I don't need to ask for any credit card details. All I need to do is ...
4
votes
3answers
736 views

RESTful Multiple Updates (Example: Clear a Shopping Cart)?

Let's say I have I have an online store with a "shopping cart" feature and I want to implement an "empty cart" link in a RESTful way. For simplicity, let's say my resources are a Cart that contains ...
4
votes
3answers
325 views

What is the best way to develop a shopping site, that others can use

I'd like to develop an ecommerce site where I could allow others to sell items, things like pictures, videos, flash, etc. I want to be able to keep a percentage, and pay the rest back to the seller. ...
3
votes
2answers
185 views

advice on implementing a shopping cart using playframework

I am learning to use playframework by writing code to implement a webstore for selling items.I have implemented the Admin area using the crud and secure modules.Now, I want to create a shopping cart ...
3
votes
4answers
119 views

jQuery list that saves user selection (like a cart)

I'm working on a travel website. I'm looking for a function that allows my users to click a hotel and save their selection to a "list" on the sidebar. I want it to function like a cart so that the ...
3
votes
3answers
288 views

Adding items to shopping cart based on number of rows in a form

I am looking for a way to link the number of rows in a form to items in a simple shopping cart/checkout script. Here is the scenario. Users are booking places at a conference. There is a three tier ...
3
votes
1answer
316 views

open source PHP shopping cart LIBRARY?

I am looking for a good PHP shopping cart LIBRARY. My definition of GOOD means: well designed code (preferably documented) supports multiple payment gateways active community preferable POST beta ...
3
votes
3answers
184 views

Minimum knowledge for Homegrown Ecommerce Site

I am a relative novice to professional web development and design. One of my clients has requested that I set up an E-commerce site to sell their luxury purses. I have some pretty solid experience ...
3
votes
4answers
522 views

Basic Steps for creating a Shoping Cart Website

I want to create a shoping cart web site using .Net and C#. I am intermediate for C# and SQL Server. Have no idea as of on how to start with a Shoping cart website ,my sincere grattitude towards any ...
3
votes
1answer
203 views

How can we get First flash file data in asp.net (C#) after two or three form submission?

Our team working on flash/Asp.net shopping cart projects In our projects we need to get previous flash file data. After two or three form submission the first page flash file data are missing. How ...
3
votes
3answers
321 views

Why represent shopping carts and order invoices differently in a domain model?

I've built some shopping cart systems in the past, but I always designed them such that the final order invoice is just a shopping cart that has been marked as "purchased". All the logic for ...
3
votes
3answers
8k views

Magento custom add to cart process not working

REVISED QUESTION: We have tracked this down to a custom add to cart method. I have completely revised the question. I am working on a site that is using Magento ver. 1.3.2.4 as its eCommerce ...
3
votes
2answers
5k views

Builing a cart with multiple items and the PayPal button in PHP

I'm building a shopping cart in PHP and want to allow customers to enter the quantity for each item and then press a button which brings you to PayPal and lists how many products you have. On ...
3
votes
3answers
3k views

Integrating Magento with a simple static website

Magento is an awesomely powerful ecommerce platform. That said, it is also very complex, and I'd like to know if there is a relatively simple way to utilize Magento as our mISV site's backend to ...
3
votes
2answers
808 views

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, ...
3
votes
3answers
2k views

ASP.Net shopping cart application

I am trying to create an C# / asp.net shopping cart application from scratch (the intention is to understand the layout and the functionality). Any idea where I can get ideas about how to create a ...
3
votes
7answers
8k views

Good opensource Java Shopping cart frameworks that can be extended to use Lucene and PDFbox

Hi I'm looking for a Java open source shopping cart framework. I have had a look at KonaKart and OfBiz but I'm looking for other examples for comparison. I will need to have the search on the cart ...
3
votes
4answers
2k views

How to implement ASP.NET Shopping Cart?

I tried to find similar questions but with no luck. Anybody can give me an idea how to build a Shopping Cart in ASP.NET the best practice way? I know a wayto use Session but I think it would be ...
3
votes
3answers
2k views

asp.net Open Source Shopping Cart

I'm looking for a shopping cart solution for asp.net, but as it's quite a low price solution, don't want to buy one/spend too much, so something open source, or reasonably priced (eg less than $500). ...
3
votes
4answers
246 views

Mechanics of selling web software

I'm building a web application (Java/Flex) that I hope to one day sell, but am aiming for a private beta to start with. I've been looking for some resources that explain the mechanics of processing a ...
3
votes
13answers
2k views

Which PHP open source shopping cart solutions have features that benefit me as the web developer?

There are hundreds of shopping cart solutions available for every platform, and all hosting plans come with several already installed. As a developer I understand that most of these are fairly similar ...
3
votes
5answers
592 views

What are the pros/cons of available shopping cart solutions?

I'd like to know what everyone's experiences are with various shopping cart solutions. I'm considering Google Checkout for payment processing, but would like to know of alternatives as well, and any ...
2
votes
2answers
17 views

Which third party shopping-cart can easily be integrated with modX Revolution?

Since there's currently no complete solution to build a modX powered website with integrated shop, I was wondering which would be the way to go, to archieve this with a third party cart. The ...
2
votes
2answers
81 views

best .net solution for ecommerce compared to Magento CE

I am in the need of looking for a .net shopping cart, I am a .net developer not PHP and I need that the shopping cart solution be extendible. In the past I have used Magento, and its probably the ...
2
votes
2answers
324 views

Shopping cart with Symfony2

I'm learning my ways with Symfony2 while building a small eshop for a family-run wine importer. Slowly I'm gaining understanding of the Symfony2 concept but while moving on to building a shopping ...
2
votes
1answer
43 views

How can I keep track of a shopping cart across multiple projects?

First some background, we are creating a new "eGov" application. Eventually, a citizen can request permits and pay for licenses along with pay their utility bills and parking tickets online. Our ...
2
votes
1answer
168 views

PayPal: multiple payments by different users - PHP

I need to know if this is possible with PHP, or possible at all... Let's say there's a shopping cart done in PHP. payment processing is via PayPal. Customer John adds 2 items to the value of $70 ...
2
votes
1answer
177 views

Do I need to encrypt Paypal Add to Cart buttons?

I've been reading through some of the documentation on Paypal's site regarding the Website Payments Standard option. Unfortunately, some pages are not being found. I know I can use the Paypal Tool ...
2
votes
2answers
132 views

Php add to shopping cart problem

Im trying to create a php function that adds an item to a shopping cart. what i want it to do is check the array to see if the item is already in there, if it is increase the quantity, if not create ...
2
votes
3answers
181 views

Making a shopping cart in Python

I am learning Python, and I'm am trying to make a shopping cart (for practice). But I got kinda stuck here: # Vars budget = 200; # Budget total = 0; # Total price prices = { # Price list ...
2
votes
1answer
76 views

Two way session for shipping cart

This is what I'm trying to accomplish, I'm just wondering what is the best method to achieve it. I have a standard e-commerce site. When the customer browse the site his cart content are stored in a ...
2
votes
1answer
153 views

Unable to Checkout with Large Number of Items (200+) in Shopping Cart - Magento 1.4.2

I've set up a B2B site powered by Magento 1.4.2 community edition. Occasionally, customers are trying to checkout with a large number of items in their shopping cart - up to 250! My issues are ...

1 2 3 4 5 11