Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 372 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 372 Bytes

Store engine for Refinery CMS.

Simple engine to create a product catalog and basic shopping cart

Install

Refinerycms-products views are in haml so add to your Gemfile

gem 'haml'
gem 'refinerycms-store', 

And run

bundle install

rails g refinerycms_store
rails g refinerycms_carts

Now you should run new migrations

rake db:migrate