Closed (outdated)
Project:
Ubercart attributes in cart
Version:
6.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 19:58 UTC
Updated:
13 Jun 2017 at 15:48 UTC
Jump to comment: Most recent
Comments
Comment #1
miccelito commentedSame here. Using 6.x-1.2. Updating cart works only for admin (user1) but not for other users when Ubercart attributes in cart module is enabled.
edit: Seems that update cart function only works for users with 'administer attributes in cart settings' permission. So maybe give the users the permission but make it impossible for non-admin users to enter the 'administer attributes in cart settings' page by adding a triggered rule.
However the issue seems to have been solved in 6.x-1.x-dev version.
Comment #2
mradamjohn commentedPerhaps related to this issue - "Update cart" with different Qty. does not update the quantity field.
Although, of course, the benefits of this module are not realized in the latter case of course.
Comment #3
mradamjohn commentedDid a comparison of the source HTML generated under each of these scenarios and there is no discernable relevant difference. Guessing there is a cart handling over-ride of some type in the module that is causing the problem with the cart quantity update.
Updated to dev version and the quantity not changing issue is not resolved.
Comment #4
mradamjohn commentedTweaked the module - and by calling the original cart handling function the quantity is now working when an attribute is not changed. Would rather not leave that in place, and need to find out why this works in this manner...
Comment #5
djdevin