Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.16 KB

Solidus Wishlist

Build Status

The Solidus Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private.


Installation

Add the following to your Gemfile

gem 'solidus_wishlist', github: 'boomerdigital/solidus_wishlist', branch: 'master'

If you want to include the ability to email a friend your wishlist, add the following to your Gemfile

gem 'solidus_email_to_friend', github: 'boomerdigital/solidus_email_to_friend', branch: 'master'

Run

$ bundle install
$ bundle exec rails g solidus_wishlist:install

Contributing

See corresponding guidelines


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