adjust README, add eshop dependency
This commit is contained in:
parent
a66b87d7ec
commit
7faa805a6b
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# 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.
|
||||||
|
|
||||||
|
```
|
||||||
|
composer require d3/d3/attributemultivalues --update-no-dev
|
||||||
|
```
|
@ -33,6 +33,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
"oxid-esales/oxideshop-ce": "^6.1.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
entwickelt in EE 5.2.1
|
|
||||||
|
|
||||||
ermöglicht, im Admin ein Attribute einem Artikel mehrfach mit unterschiedlichen Werten zuzuordnen
|
|
||||||
|
|
||||||
Artikel A
|
|
||||||
-> Farbe "rot"
|
|
||||||
-> Farbe "grün"
|
|
||||||
-> Material "Stoff"
|
|
Loading…
Reference in New Issue
Block a user