Spree Simple Slider
Spree extension with Slick slider integration
Installation
- Add this extension to your Gemfile with this line:
gem 'spree_simple_slider', github: 'ltSites/spree_simple_slider'
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_simple_slider:install
- Restart your server
If your server was running, restart it so that it can find the assets properly.
Add slider to view
Insert it to your spree view
<%= itsites_simple_slider %>
Testing
Tested at Spree 3.6