Extends KMS Catalog by adding cart and orders feature.
-
Add to Gemfile
gem "kms_shop" # or for edge version: gem "kms_shop", github: "webgradus/kms_shop"
-
Run generator:
bundle exec rails g kms_shop:install
-
Copy migrations:
bundle exec rails kms_shop:install:migrations
-
Migrate:
bundle exec rails db:migrate
-
Recompile assets (if on production):
bundle exec rails assets:precompile
-
Restart KMS instance
Once install please check "Help" page at the bottom of sidebar.
Also watch this video to start using KMS Shop:
Please follow CONTRIBUTING.md.
The gem is available as open source under the terms of the MIT License.