Master branch for Spree 3.3.0+ Read version notes for details.
This is a spree extension that solves two use cases related to variants. I call them Ad Hoc Options and Product Customizations.
Use these when have numerous (possibly price-altering) product options and you don't want to create variants for each combination.
You can also restrict certain combinations of options from coexisting. These are called Ad Hoc Exclusions.
Use these when you want the ability to provide a highly customized product e.g. "Cut to length 5.82cm", "Engrave 'thanks for the memories'", "Upload my image". Full control over pricing is provided by the Spree calculator mechanism.
The branch spree-3-3 version for spree 3.3.0
The branch spree-3-2 version for spree 3.2.0
The branch spree-3-1-stable version for spree 3.1.0
The branch spree-3-0-stable is an somewhat stable version for spree 3.0.0 with updated styles to match.
Working with a older spree? Check out the original gem or one of the many forks. https://github.com/jsqu99/spree_flexi_variants
gem 'spree_flexi_variants', github: 'QuintinAdam/spree_flexi_variants', branch: 'spree-3-3'
bundle install
bundle exec rails g spree_flexi_variants:install
Build a 'Cake' product using Ad Hoc Options and Product Customizations
Build a 'Necklace' product using Ad Hoc Options and Product Customizations
Build a 'Pizza' product using Ad Hoc Options. Note that the 'multi' option checkboxes come from a partial named after the option name (see app/views/products/ad_hoc_options/_toppings.html.erb)
See the wiki for more detail.