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

I have a scenario in the mobile app to show how many wishlists a user has in his profile along with how many products a specific wishlist has. Is this...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Spree::WishedProduct is a model associated to variant and wishlist. So, it should be rename as Spree::WishedVariant.

Dependabot can't resolve your Ruby dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Bundler::VersionConflict with message: Bundler found conflicting requirements for the...

populate_orders_url doesnt work for spree 4.1 so add to cart from wishlist not working

When i click on whishlist option this will show me error Showing /.rvm/gems/ruby-2.7.1/bundler/gems/spree_wishlist-7d6a899be771/app/views/spree/wishlists/show.html.erb where line #54 raised: undefined method `url' for #

The action 'populate' could not be found for Spree::OrdersController after trying add to cart throwing an exception

https://github.com/spree-contrib/spree_wishlist/blob/7fddd1d41b2e6149858bbf4474983aa435a28935/app/views/spree/wishlists/show.html.erb#L54 ![Screenshot from 2019-05-07 17-58-01](https://user-images.githubusercontent.com/12489333/57332736-be153180-70f1-11e9-930b-6a761a69bb9e.png) I fixed this bug with this code ``` erb ``` We should talk about it.

How can I create a separate /wishlist page containing all lists instead of having them appearing on the /account page. Also, how can I get the total number of items...