Project

kms_shop

0.0
No commit activity in last 3 years
No release in over 3 years
Extends KMS Catalog by adding cart and orders feature
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0.6.0, ~> 0.6
 Project Readme

KMS Shop

Build Status

Extends KMS Catalog by adding cart and orders feature.

Installation

  1. Add to Gemfile

     gem "kms_shop"
     # or for edge version:
     gem "kms_shop", github: "webgradus/kms_shop"
    
  2. Run generator:

     bundle exec rails g kms_shop:install
    
  3. Copy migrations:

     bundle exec rails kms_shop:install:migrations
    
  4. Migrate:

     bundle exec rails db:migrate
    
  5. Recompile assets (if on production):

     bundle exec rails assets:precompile
    
  6. Restart KMS instance

Usage

Once install please check "Help" page at the bottom of sidebar.

Also watch this video to start using KMS Shop:

Getting started with KMS Shop extension

Contributing

Please follow CONTRIBUTING.md.

License

The gem is available as open source under the terms of the MIT License.