Skip to content

jdatti/spree_wishlist

 
 

Repository files navigation

Spree Wishlist

Build Status Code Climate

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

See corresponding guidelines


Copyright (c) 2009-2015 Spree Commerce Inc. and contributors, released under the New BSD License

About

Wishlist extension for Spree Commerce.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 83.6%
  • HTML 14.4%
  • CoffeeScript 1.5%
  • Other 0.5%