Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.0-rc2
Component:
Cart
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 13:38 UTC
Updated:
26 Aug 2011 at 05:41 UTC
1. create a product-display
2. assign at least to products to it, save it
3. view the product-display, select the second product in the dropdown and try to add it to the cart
expected result:
the selected product should be added to the cart
current behavior:
(always) the first product within the dropdown is added to the cart - no matter what you have selected
Comments
Comment #1
designcrs commentedHere's a screencast demonstrating the problem:
http://screencast.com/t/K5uxabdiU
Strangely there's even a notification saying "Product Two added to your cart" while in fact "Product One" has been added erroneously.
Comment #2
rszrama commentedJust committed a fix for it. If you can update to dev and test it, I'd appreciate it. I'll be rolling an RC3 once I know all tests past. This was a regression introduced by #1223046: Use #access = FALSE instead of unset for line item form fields on add to cart form. and I didn't catch the fails from the test bot in time.
Comment #3
designcrs commentedThanks for the really quick fix!
Just saw your message and tested with 1.0-rc3: works fine now! :-)
Comment #4
Sentrashy commentedThanks a lot for your job!