Skip to content

dointeractive/spree_attached_options

Repository files navigation

SpreeAttachedOptions

This extension allow you to attach option values directly to the Product. It's extremely usefull when you have dozens of option values and thus have to create hundreds of variants.

Compatibility

Master branch is compatible with spree-2-2

Backend interface

This extension adds menu item to the "Product edit view" and displays attached options in "Order edit view". In "Product edit" menu you can add or remove option values.

In "Order edit" menu you can see which options customer chose when ordered a product.

Frontend interface

"Options" block is added to "Product show view" so customers can order a product with different options.

Installation

Add spree_attached_options to your Gemfile:

gem 'spree_attached_options', github: 'dointeractive/spree_attached_options'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_attached_options:install

Copyright (c) 2014 "Do Interactive", released under the MIT License