https://github.com/workarea-commerce/workarea-swatches
https://github.com/workarea-commerce/workarea-swatches
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-swatches
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T19:59:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:14:42.000Z (over 3 years ago)
- Last Synced: 2024-03-15T06:46:37.826Z (over 2 years ago)
- Language: Ruby
- Size: 583 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)