Skip to content

watg/spree-product-assembly

 
 

Repository files navigation

Product Assembly

Create a product which is composed of other products.

Installation

Add the following line to your Gemfile

gem "spree_product_assembly", :git => "git://github.com/spree/spree-product-assembly.git"

Run bundle install as well as the extension intall command to copy and run migrations

bundle install
rails g spree_product_assembly:install

Use 1-3-stable branch for Spree 1.3.x compatibility

Use

This extension adds a can_be_part boolean attribute to the spree_products_table. You'll need to check that flag on the backend product form so that it can be be found by the parts searchs form.

Once a product is included as a part of another it will be included on the order shipment with zero costs.

About

Adds oportunity to make bundle of products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.0%
  • JavaScript 2.9%
  • CSS 0.1%