I installed Ubercart on my existing drupal system and I can not add add products to cart. I can "add to cart" products when logged in. What could be the reason?
It is possible that you lost your uid=0 in your users table of the database as reported here: http://www.ubercart.org/forum/bug_reports/8693/anonymous_user_add_cart_doesnt_actually_add_anything_cart. Make an entry with uid = 0 in users table if it is not there and it should work.
It is possible that you lost your uid=0 in your users table of the database as reported here: http://www.ubercart.org/forum/bug_reports/8693/anonymous_user_add_cart_doesnt_actually_add_anything_cart. Make an entry with uid = 0 in users table if it is not there and it should work.
It worked. Thanks.
Tim