Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.7
Component:
Cart
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 06:51 UTC
Updated:
2 Mar 2022 at 15:02 UTC
Jump to comment: Most recent
Comments
Comment #1
erichoglander commentedI seem to have solved it.
The issue was both duplicate form_id's and a bad jquery selector in commerce_cart.
I altered commerce_cart_add_to_cart_form_id to add an increment to the end of the form_id.
I also added :eq() to the jquery selector in commerce_cart_add_to_cart_form_attributes_refresh to update the proper node.
Comment #2
rszrama commentedComment #3
Quantamon commentedHi erichoglander, I've same problem, please could you show an example of the code used?