Problems with users not logged in viewing a cart
We have inhertied a drupal site (5.x) with eCommerce module that, when a user isn't logged in, displays the same cart and notes to every guest user until they login.
Obviously this isn't ideal. I have checked the module code and I assume that this is taken by the session id, however when checking the database entries the user id associated is always 0.
Can anyone shed any light?
Read moresubproducts module and cart problems
Hi everyone.
I'm having a problem using the subproducts module for e-commerce. Alle modules are latest CVS.
I have a shop set up that sells t-shirts. I have added variations to let the user choose color and size from a dropdown menu. This is what i'm doing:
- View a product with available subproducts.
- Choose size and color from dropdown menus.
- Add to cart
The problem is that only the main product is added to the cart. So the size and color variations doesn't get transfered to the cart. That makes the entire subproducts module useless ^^ If I add 3 shirts with different colors to my shipping cart I should get the following:
Read more