spree_product_like

Spree extension enabling logged in users to like products.

Last updated on: April 30 at 05:02 PM

source code bug tracker
Opensource
17 17 16
owner:  netguru

SpreeProductLike

Build Status Coverage Status Code Climate

This extensions adds a like/fav button for products.

How it works?

As a logged in user:

  • i can go to product page and like the product
  • see if I liked the product already
  • go to my 'favourites' products tab

As a logged in admin i can:

  • see list of products ordered by likes count

Demo

If you want to see how it works, visit our demo shop.

You can login:

  • as a customer customer@example.com / customer
  • as an admin salesman@example.com / salesman

Installation

Add spree_product_like to your Gemfile:

gem 'spree_product_like', git: 'https://github.com/netguru/spree_product_like.git', branch: '2-1-stable'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_product_like:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

Read more

Add Like Button to your Spree Store.

Copyright (c) 2014 Netguru, released under the New BSD License

compatible spree versions
tags spree versions
master ~> 2.1.4
authors
Netguru