/spree_wishlist

Wishlist extension for SpreeCommerce

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Spree Wishlist extension

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

  1. Add the following to your Gemfile
    gem 'spree_wishlist', :git => 'git://github.com/spree/spree_wishlist.git'
    gem 'spree_email_to_friend'
  1. Run bundle install

  2. To setup the asset pipeline includes and copy migrations run: rails g spree_wishlist:install

Development

  • Fork the repo
  • clone your repo
  • Run bundle
  • Run bundle exec rake test_app to create the test application in spec/test_app.
  • Make your changes.
  • Ensure specs pass by running bundle exec rake
  • Submit your pull request