Skip to content

levymetal/spree_user_groups

 
 

Repository files navigation

Spree User Groups

Introduces user groups with 2 types of calculators for custom user group pricing:

  1. Fixed Percentage discount on all products
  2. Per variant pricing (custom pricing for each user group on each product)

Installation

  Add `gem "spree_user_groups", :git => "https://github.com/levymetal/spree_user_groups.git"`
  Run `bundle`
  Run `bundle exec rails g spree_user_groups:install`

Copyright (c) 2012 Christian Varga, released under the New BSD License

Thanks to Romul (Roman Smirnov) for the original version, and GeekOnCoffee (Andrew Hooker) for the per variant pricing

About

Introduces user groups and calculator to add adjustment for specified user group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.5%
  • HTML 15.5%