Skip to content

boomerdigital/solidus_recently_viewed

 
 

Repository files navigation

Solidus 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 'solidus_recently_viewed', github: 'boomerdigital/solidus_recently_viewed', branch: 'X-X-stable'

The branch option is important: it must match the version of Spree you're using. For example, use 3-0-stable if you're using Spree 3-0-stable or any 3.0.x version.

  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-2015 Roman Smirnov, Brian Quinn and other contributors, released under the New BSD License

About

Recently viewed products in Spree Commerce.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.9%
  • HTML 5.9%
  • CoffeeScript 2.1%
  • Other 1.1%