Sha256: 7e9bf0e507a810061d1457441e0e2e9f9e02a76fef61b9c8119cdf94653be99e
Contents?: true
Size: 649 Bytes
Versions: 2
Compression:
Stored size: 649 Bytes
Contents
SpreeMyFavourites ================= Adds a My Favourites page to the My Account section of spree frontend. At the moment, the favourites list is just all the items a customer has ordered, sorted by the number of times they have been ordered. This gem can also be used with the Spree Quick Cart gem (https://github.com/frankmt/spree_quick_cart), so that an Add to Cart button is added to the favourites table Installation ------------ Add spree_my_favourites to your Gemfile: ```ruby gem 'spree_my_favourites' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_my_favourites:install ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_my_favourites-2.2.7 | README.md |
spree_my_favourites-2.2.6 | README.md |