Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/workarea-commerce/workarea-swatches


https://github.com/workarea-commerce/workarea-swatches

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Workarea Swatches
================================================================================

A Workarea Commerce plugin that provides swatching for product details.

Overview
--------------------------------------------------------------------------------

* Adds an administrable list of global swatches
* Allows custom swatch definition on the product level that falls back to global swatches
* Adds the `swatches` product template that builds off Workarea's `option_thumbnails` template to display swatches for each product option.
* Adds support for swatches in search facets.

Getting Started
--------------------------------------------------------------------------------

Add the gem to your application's Gemfile:

```ruby
# ...
gem 'workarea-swatches'
# ...
```

Update your application's bundle.

```bash
cd path/to/application
bundle
```

Workarea Commerce Documentation
--------------------------------------------------------------------------------

See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.

License
--------------------------------------------------------------------------------

Workarea Swatches is released under the [Business Software License](LICENSE)