spree_wholesale, an obvious extension for Spree Commerce
January 12, 2011 - 2:08am
Spree Wholesale is a spree extension packed into a ruby gem designed with one goal in mind; to provide wholesale prices to select customers.
Spree Wholesale is currently still under development! Check back soon for more details…
If you’d like to give the beta version a try, just follow the steps below.
First, setup a fresh Spree. Following these instructions if you need some help.
Next, decide how you’d like to install spree_wholesale; via gem or from the source.
To install the (beta) gem:
gem install spree_wholesale echo "gem 'spree_wholesale', '0.40.2'" >> Gemfile rake spree_wholesale:install rake db:migrate rake spree_wholesale:create_role
To install from the source:
cd your/spree/project git clone git://github.com/citrus/spree_wholesale.git echo "gem 'spree_wholesale', :path => './spree_wholesale'" >> Gemfile
If you want to generate sample wholesale prices:
rake spree_wholesale:assume_wholesale_prices
This will assume 66% wholesale discount.
If you’d like run tests, install from the source, then run:
cd your/spree/project/spree_wholesale
rake(TO DO: Write some more tests!)
Comments
Your Comment
Viewed 500 times
Be the first to leave a comment!