spree_wishlist icon indicating copy to clipboard operation
spree_wishlist copied to clipboard

Wishlist extension for Spree Commerce.

Results 13 spree_wishlist issues
Sort by recently updated
recently updated
newest added

When I remove product from wishlist via ajax request something like this: `$.ajax('/wished_products/14', {method: 'delete'})` in controller action we can see that after removing item redirects to the current withlist...

Like the title says. On my product page there is a button with code: ``` @product.master.id %> ``` When I am signed in and click the Add to Wishlist button...

That's right, anonymous users can edit and delete other people's wishlists, just by having the right URL. No permission checks are performed.