Introduction goes here.
-
This gem does NOT implement sale price mechanisms. Please make sure to implement your own version of https://github.com/jonathandean/spree-sale-pricing first.
-
Add this extension to your Gemfile with this line:
gem 'spree_sale_price_mark_down', github: 'praesens/spree_sale_price_mark_down'
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_sale_price_mark_down:install
- Restart your server
If your server was running, restart it so that it can find the assets properly.
Copyright (c) 2017 PRAESENS, released under the New BSD License