Questions tagged [shopping-cart]

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

2075 questions
23
votes
6 answers

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 work flow. The user gets to do all the shopping and…
nano
  • 687
  • 6
  • 15
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
  • 12,044
  • 8
  • 48
  • 62
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
  • 13,120
  • 3
  • 58
  • 98
16
votes
1 answer

Why do the customer's shipping options not match the database or module settings in Zen Cart 1.5?

A client has a custom shipping module in Zen Cart 1.5. Yesterday I adapted the module to be zone-aware (they wanted the original module to apply to the USA, and a copy to be tweaked for non-USA orders). Now I only have one shipping option in that…
pjmorse
  • 8,754
  • 9
  • 52
  • 115
16
votes
3 answers

When does Magento consider a cart to be abandoned? Where's that time limit set?

If left to default settings, what circumstances would have to occur for Magento 1.7 to consider a cart abandoned? Where is the code that makes this determination located? I know that this is probably set somewhere in the quote, but I can't find it…
Kale
  • 601
  • 1
  • 8
  • 25
16
votes
7 answers

Get base product image in Magento

I want to get base product image in Magento to resize it and display in cart sidebar. Unfortunatelly this: echo $this->helper('catalog/image')->init($_product, 'image')->resize(38, 38); prints Magento placeholder image. Base image is set for this…
Dave
  • 465
  • 1
  • 3
  • 13
13
votes
2 answers

design a database for a shopping-cart application?

I have never designed a database/data-model/schema from scratch, especially for a web-application. In some recent job interviews, i was asked to 'design' a database for a shopping cart application. Now i am working on a mobile shopping application…
Quest Monger
  • 6,862
  • 10
  • 31
  • 40
13
votes
3 answers

Shopping Cart, Session or DB?

I am starting to develop a multi store shopping cart in php where every user will have a shopping cart under different stores. I would like to know what is the better way to save the shopping cart details like products name, id, price etc, when a…
Zack
  • 451
  • 2
  • 4
  • 14
13
votes
1 answer

Magento: change shipping method on existing order

I'm trying to change the shipping on an existing order in Magento. This works fine from the admin backend, even if it's quite the process since I have to manually update a lot of the order fields/attributes after I set the new shipping method on the…
Christoffer Bubach
  • 1,652
  • 3
  • 17
  • 43
13
votes
2 answers

OpenCart: Where is the div for the drop down header cart info?

I am trying to style OpenCart but am having difficulty finding which TPL file holds the div that appears when you click the Shopping Cart icon in the header (the 'mini cart' that slides down - it allows you to view what's in your cart without going…
MeltingDog
  • 11,060
  • 34
  • 130
  • 238
12
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
  • 10,692
  • 1
  • 34
  • 70
11
votes
3 answers

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 best solution out there, but I dont want just to…
Luis Valencia
  • 27,032
  • 76
  • 237
  • 423
11
votes
1 answer

Sending shopping cart items to PayPal

I have a database table full of items that were selected to be purchased by a customer, and need to send them to PayPal as an order so they can pay for those items. My problem is that existing shopping cart solutions require you to either manually…
anon271334
11
votes
2 answers

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 system which allows users to -login/register/edit…
James Agnew
  • 355
  • 4
  • 17
11
votes
1 answer

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 (checkout, view cart, etc.) Support…
Jeremy Kauffman
  • 9,973
  • 5
  • 39
  • 52
1
2 3
99 100