Skip to content

deseretbook/solidus_wishlist

Repository files navigation

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