Sha256: 25da3a355fc4155a79054abbdf548329b3f13f425fa6ed36106378afb93d2227

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 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.

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

4 entries across 4 versions & 1 rubygems

Version Path
spree_my_favourites-2.2.5 README.md
spree_my_favourites-2.2.4 README.md
spree_my_favourites-2.2.2 README.md
spree_my_favourites-2.2.1 README.md