Skip to content

Extension to Spree featuring Product Groups that were originally part of core prior to 1.1 release.

License

Notifications You must be signed in to change notification settings

spree-contrib/spree_product_groups

Repository files navigation

SpreeProductGroups

Spree extension for Product Group and Scope. This functionality was removed from Spree 1.1 and into this extension.

Installation

In your application Gemfile, add this gem after the Spree gem:

gem 'spree'
gem 'spree_product_groups', :git => 'git@github.com:spree/spree_product_groups.git'

Then run:

bundle
rails g spree_product_groups: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

Copyright (c) 2012-2013 Spree Commerce, released under the New BSD License

About

Extension to Spree featuring Product Groups that were originally part of core prior to 1.1 release.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published