This extension maintains and displays a list of the products a user has recently viewed.
- Add this extension to your Gemfile with this line:
gem 'spree_recently_viewed', github: 'spree-contrib/spree_recently_viewed'
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_recently_viewed:install
- Restart your server
If your server was running, restart it so that it can find the assets properly.
See corresponding guidelines
Copyright (c) 2009-2020 Roman Smirnov, Brian Quinn and other contributors, released under the New BSD License