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

tr’s picture

Status: Active » Fixed

Your site works properly for me, so I'm going to assume you fixed your problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

gurtner’s picture

Status: Closed (fixed) » Active

This 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

gurtner’s picture

Status: Active » Closed (fixed)

I 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.