/refinerycms-variants

variants to products in the shopping cart

Primary LanguageRuby

Refinery CMS Product Variants

Product variants for your Refinery CMS website, that is making use of the following gem:

This version of refinerycms-variants supports Rails 3.0.x.

Requirements

Refinery CMS version 1.0.x.

Install

Make sure that the products gem has been installed.

Open up your Gemfile and add the following:

gem 'refinerycms-variants', '~> 1.0.0'

Now, run:

bundle install

Next, run:

rails generate refinerycms_variants

Migrate your database:

rake db:migrate