Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 728 Bytes

Solidus Wishlist

CircleCI

A Solidus 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 'solidus_wishlist', github: 'deseretbook/solidus_wishlist'
gem 'solidus_email_to_friend', github: 'welitonfreitas/solidus_email_to_friend'

Run

$ bundle install
$ bundle exec rails g solidus_wishlist:install

Copyright (c) 2016 Deseret Book, released under the New BSD License