Skip to content

taktsoft/solidus_wishlist

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Ruby 84.7%
  • HTML 13.4%
  • CoffeeScript 1.4%
  • Other 0.5%