Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

tracksmith/spree_variant_options_select

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeVariantOptionsSelect

Separates the Option Types from the Option Values instead of listing the variants.

It also checks if that combination of option values is available or out of stock.

Installation

Add spree_variant_options_select to your Gemfile:

gem 'spree_variant_options_select'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_variant_options_select: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_variant_options_select/factories'

Copyright (c) 2013 [name of extension creator], released under the New BSD License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • Ruby 44.4%
  • HTML 10.1%
  • CSS 0.2%