Spree Wishlist
The Spree Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private. It also includes the ability to notify a friend via email of a recommended product.
Installation
Add the following to your Gemfile
gem 'spree_wishlist', github: 'spree-contrib/spree_wishlist', branch: 'master'
gem 'spree_email_to_friend', github: 'spree-contrib/spree_email_to_friend', branch: 'master'
Run
$ bundle install
$ bundle exec rails g spree_wishlist:install
Contributing
Copyright (c) 2009-2015 Spree Commerce Inc. and contributors, released under the New BSD License