Closed (fixed)
Project:
Ubercart
Version:
6.x-2.2
Component:
Website
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Dec 2009 at 21:40 UTC
Updated:
2 Oct 2010 at 09:05 UTC
When I click on a product on my site http://www.preventmyownforeclosure.com/prevent-my-foreclosure-kit then click the button "Add to cart" it says "You currently have no products in your cart". This happens the first time you visit the site but then works properly afterward. When it's working properly it should take you to the Shopping Cart and ad 1 product to the qty. It seems like the default add to cart is 0 and each time you go through this process it ads 1 qty. How do I get this to start at 1?
Comments
Comment #1
tr commentedYour site works properly for me, so I'm going to assume you fixed your problem.
Comment #3
gurtner commentedThis is not helpful... I'm having the same issue, except that anonymous usres can click on the "add to cart" button as often as they like and it adds nothing into the cart :-( —how can I solve this issue?
This is the site I'm talking about... http://www.reelshield.com
Oh yeah, and logged in users CAN add items to the cart without any problems
Comment #4
gurtner commentedI found the answer here:
http://www.ubercart.org/forum/bug_reports/8693/anonymous_user_add_cart_d...
To fix the issue, in my case, I had to change the id of the last entry in users table to 0. That worked immediately.