Skip to content

acidlabs/spree_taxon_promo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeTaxonPromo

This gem adds a Promotion to Spree that allows you to run a promo on products within a certain taxon. So for example, if you had a taxon that looked like

Meals
Desserts
  Cookies
  Cake

You could have a promo that said something like "if you buy over $100 in desserts, get 10% off of them".

There are two parts - the promotion, and the calculator. These can be used separately, or together. The calculator lets you create an adjustment for "10% off of desserts", as opposed to the regular flat percent calculator that will let you have "10% off".

Usage

Add the fallowing to your Gemfile:

gem 'spree_taxon_promo', :git => 'git://github.com/acid/spree_taxon_promo'

Run

rails generate spree_taxon_promo:install'

Contributors

  • Scott Wagner

License

Copyright (c) 2012 Greg Reinacker, released under the New BSD License

Copyright (c) 2014 Acid Labs, released under the New BSD License

About

A Spree promotion that allows you to run a promo on products within a certain taxon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.2%
  • JavaScript 19.0%
  • CSS 0.8%