Skip to content

dstockdale/spree_wishlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" gem "spree_email_to_friend"

  2. run bundle install

  3. copy over assets and migrations via the rake task: rake spree_wishlist:install

  4. run the migrations: rake db:migrate

About

Wishlist extension for SpreeCommerce

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 96.7%
  • JavaScript 3.3%