NOTE:These instructions only apply to Spree version 0.70.x.
1. Add the following line to your Gemfile
gem 'spree_batch_products', :git => 'git://raw.github.com/minustehbare/spree-batch-products.git', :branch => 'master'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/minustehbare/spree-batch-products
NOTE:These instructions only apply to Spree version 0.60.x.
1. Add the following line to your Gemfile
gem 'spree_batch_products', :git => 'git://raw.github.com/minustehbare/spree-batch-products.git', :branch => '0-60-stable'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/minustehbare/spree-batch-products
NOTE:These instructions only apply to Spree version 0.50.x.
1. Add the following line to your Gemfile
gem 'spree_batch_products', :git => 'git://raw.github.com/minustehbare/spree-batch-products.git', :branch => '0-50-stable'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/minustehbare/spree-batch-products