AttributeMultiValues/README.md

24 lines
672 B
Markdown
Raw Permalink Normal View History

2020-02-25 11:42:20 +01:00
# Multiple value assignment to attributes
This package supports the multiple assignment of attribute values. This allows you to describe your articles in more detail and offer more flexible filters.
Instead of
* Colour: yellow
* Material: cotton
you can now maintain further details:
* Color: yellow
* Colour: black
* Material: cotton
* Material: Polyester
These additional filter options can be used in our [advanced search](https://packagist.org/packages/d3/extsearch) module, for example.
## Install
Run this composer statement in your shop. Adjust this command if your installation requires it.
```
2020-03-03 09:11:38 +01:00
composer require d3/attributemultivalues --update-no-dev
2020-02-25 11:42:20 +01:00
```