spree_user_groups

Provides opportunity to add some rules for calculation price depending on the user group


License
BSD-3-Clause
Install
gem install spree_user_groups -v 0.40.1

Documentation

SpreeUserGroups

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

Installation

Add spree_user_groups to your Gemfile:

gem 'spree_user_groups'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_user_groups:install

Testing

bundle
bundle exec rake test_app
bundle exec rspec spec

Copyright (c) 2011-2015 Roman Smirnov, released under the New BSD License