d3/attributemultivalues

mehrfache Wertezuordnung zu Attributen

2.0.1.0 2025-02-11 07:48 UTC

This package is auto-updated.

Last update: 2025-02-11 07:55:46 UTC


README

stability mature latest tag License

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