spree-contrib / spree_recently_viewed

Recently viewed products in Spree Commerce.

Home Page:http://guides.spreecommerce.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spree Recently Viewed

Build Status Code Climate

This extension maintains and displays a list of the products a user has recently viewed.

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_recently_viewed', github: 'spree-contrib/spree_recently_viewed'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_recently_viewed:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.


Contributing

See corresponding guidelines


Copyright (c) 2009-2020 Roman Smirnov, Brian Quinn and other contributors, released under the New BSD License

About

Recently viewed products in Spree Commerce.

http://guides.spreecommerce.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 91.4%Language:HTML 5.5%Language:JavaScript 2.8%Language:CSS 0.3%