You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
I am trying to integrate spree_variant_options to my new store. I am using spree 1.1.3. When I select a variant on the product show page the price is never updated.
In the console of firebug I see this error:
$.keys is not a function
I noticed you tried to extend jquery with that new function. Do you have any idea why this would fail?
The text was updated successfully, but these errors were encountered:
I am trying to integrate spree_variant_options to my new store. I am using spree 1.1.3. When I select a variant on the product show page the price is never updated.
In the console of firebug I see this error:
$.keys is not a function
I noticed you tried to extend jquery with that new function. Do you have any idea why this would fail?
The text was updated successfully, but these errors were encountered: