Skip to content

MaisonetteWorld/spree_sale_price_mark_down

 
 

Repository files navigation

SpreeSalePriceMarkDown

Introduction goes here.

Installation

  1. 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.

  2. Add this extension to your Gemfile with this line:

gem 'spree_sale_price_mark_down', github: 'praesens/spree_sale_price_mark_down'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_sale_price_mark_down:install
  1. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.3%
  • HTML 32.8%
  • CSS 1.5%
  • JavaScript 1.4%