grayhound / spree_wishlist

Wishlist extension for Spree Commerce.

Home Page:http://spreecommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spree Wishlist

Build Status Code Climate

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

Add the following to your Gemfile

gem 'spree_wishlist', github: 'spree-contrib/spree_wishlist', branch: 'master'
gem 'spree_email_to_friend', github: 'spree-contrib/spree_email_to_friend', branch: 'master'

Run

$ bundle install
$ bundle exec rails g spree_wishlist:install

Contributing

See corresponding guidelines


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

About

Wishlist extension for Spree Commerce.

http://spreecommerce.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 84.6%Language:HTML 13.6%Language:CoffeeScript 1.2%Language:CSS 0.4%Language:JavaScript 0.1%