Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Cart/checkout
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2012 at 20:06 UTC
Updated:
2 Dec 2012 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
tr commentedWorks fine for me in 6.x-2.x-dev. You should upgrade and try again, but there haven't been any changes that would affect this so I suspect you may have a contributed module installed which affects the cart page.
Comment #2
tr commentedOh, and there are SimpleTest test cases which check to see if the "Update" button works properly when quantities are changed. You can check the automated testing tab on the Ubercart project page to see that these tests produce the correct results, which again implies that this is something specific to your site.
Comment #3
longwaveNotably if you are using uc_attributes_in_cart, see #1540028: Update cart not working
Comment #4
longwaveI guess adding #submit consistently to all buttons on the cart page can't hurt.
Comment #5
longwaveWe can even remove the reliance on testing $form_state['clicked_button'] by expanding this a bit further.
Comment #7
longwave#5: 1837876-update-cart-submit-5.patch queued for re-testing.
Comment #8
longwaveCommitted to 6.x, patch for 7.x attached.
Comment #9
longwaveCommitted to 7.x.