Having the attributes updated, the 'update cart' works but when updating the quantity field the 'update cart' doesn't work. If i disable the module updating the quantity field works like a charm.

Bug?

Comments

miccelito’s picture

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

mradamjohn’s picture

Perhaps related to this issue - "Update cart" with different Qty. does not update the quantity field.

  • When the module is enabled the quantity field does not work at all.
  • When the module is disabled the quantity field works without any apparent issue.

Although, of course, the benefits of this module are not realized in the latter case of course.

mradamjohn’s picture

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

mradamjohn’s picture

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

djdevin’s picture

Issue summary: View changes
Status: Active » Closed (outdated)