Spree Conf 2013
May 20 - 21 Washington DC
Learn More
Spree Product Assembly
Comments
NOTE:These instructions only apply to Spree version 1.1.x.
1. Add the following line to your Gemfile
gem 'spree_product_assembly', :git => 'git://raw.github.com/spree/spree-product-assembly.git', :branch => 'master'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/spree/spree-product-assembly
NOTE:These instructions only apply to Spree version 0.70.x.
1. Add the following line to your Gemfile
gem 'spree_product_assembly', :git => 'git://raw.github.com/spree/spree-product-assembly.git', :branch => '0-70-stable'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/spree/spree-product-assembly
NOTE:These instructions only apply to Spree version 0.60.x.
1. Add the following line to your Gemfile
gem 'spree_product_assembly', :git => 'git://raw.github.com/spree/spree-product-assembly.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/spree/spree-product-assembly
NOTE:These instructions only apply to Spree version 0.50.x.
1. Add the following line to your Gemfile
gem 'spree_product_assembly', :git => 'git://raw.github.com/spree/spree-product-assembly.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/spree/spree-product-assembly
Be the first to comment on this extension.
Login to Comment.