An open API service indexing awesome lists of open source software.

https://github.com/apiqcms/kms_shop

Extends KMS Catalog by adding cart and orders feature
https://github.com/apiqcms/kms_shop

cart cms e-commerce ruby rubyonrails

Last synced: 22 days ago
JSON representation

Extends KMS Catalog by adding cart and orders feature

Awesome Lists containing this project

README

          

# KMS Shop
[![Build Status](https://travis-ci.org/webgradus/kms_shop.svg?branch=master)](https://travis-ci.org/webgradus/kms_shop)

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](http://img.youtube.com/vi/fh9xW0PAHsk/0.jpg)](https://youtu.be/fh9xW0PAHsk "Getting started with KMS Shop extension")

## Contributing

Please follow [CONTRIBUTING.md](CONTRIBUTING.md).

## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).