Anonymous user not able to "Add to Cart" products on Drupal Ubercart

This Comment will be submitted for moderation and will not be accessible to other users until it has been approved.


31 points

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?

Tim



2 points

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.

Anonymous's picture
Created by Anonymous
6 points

It worked. Thanks.

Tim

Anonymous's picture
Created by Anonymous

Post Comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.