spree-contrib / spree_wishlist

Wishlist extension for Spree Commerce.

Home Page:http://guides.spreecommerce.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wishlist doesn't support selected variant

jsqu99 opened this issue · comments

The form name has changed from:

new_wished_product
to
new_spree_wished_product

so the submit action here:

./assets/javascripts/store/spree_wishlist.js:3:$("#new_wished_product").submit(function() {

Is not causing the variant id to be set.

Fix coming in a few minutes