spree-contrib/spree_wishlist

Wishlist doesn't support selected variant

jsqu99 opened this issue · 0 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