d3 / attributemultivalues
mehrfache Wertezuordnung zu Attributen
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:oxideshop-module
Requires
- oxid-esales/oxideshop-ce: 6.1.0 - 6.14.2
This package is auto-updated.
Last update: 2025-02-11 07:55:46 UTC
README
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 module, for example.
Install
Run this composer statement in your shop. Adjust this command if your installation requires it.
composer require d3/attributemultivalues [--update-no-dev]
Apply required patch:
composer require cweagans/composer-patches;
composer config --json extra.patches.oxid-esales/oxideshop-ce '{"add multi assignment to article attribute ajax template - 2020-02-25-1": "https://git.d3data.de/D3Public/AttributeMultiValues/raw/branch/rel_2.x/patches/article_attribute_ajax.patch"}'
rm -rf vendor/oxid-esales/oxideshop-ce
composer install
composer update --lock // confirm overwriting oxideshop-ce files