SpreeMakerVariants
Purpose
- Admin can enable Maker Variant informations.
- Items are : "Article Number", "Maker Price" and currency, "Minimum Selling Price" and currency, "Discontinued"
- Nothing does not affect storefront.
Appears link "MAKER VARIANT" to Product side menu.

"MAKER VARIANT" show variant list. Select particular variant and edit

Enable to manage.

Dependency
It needs
Installation
Add spree_maker_variants to your Gemfile:
gem 'spree_maker_variants'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_add_on_menu:instal
bundle exec rails g spree_maker_search:instal
bundle exec rails g spree_maker_variants:install
Testing
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
bundle
bundle exec rake test_app
bundle exec rspec spec
When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:
require 'spree_maker_variants/factories'
Copyright (c) 2014 Exsight.inc , released under the New BSD License