Skip to content

tauil/spree_wishlist

 
 

Repository files navigation

Spree Wishlist extension

Build Status

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', :git => 'git://github.com/spree/spree_email_to_friend.git'
  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

About

Wishlist extension for SpreeCommerce

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.3%
  • JavaScript 3.1%
  • CSS 0.6%