Go to file
Daniel Seifert 441cbedece
fix syntax error
2021-04-30 22:07:44 +02:00
Modules/Application move files from source directory to root 2020-05-25 11:21:29 +02:00
patches fix patch 2020-02-25 09:15:52 +01:00
IntelliSenseHelper.php move files from source directory to root 2020-05-25 11:21:29 +02:00
README.md fix package id 2020-03-03 09:11:38 +01:00
composer.json Merge branch 'dev_2.x_noSrcDir' of git.d3data.de:D3Public/AttributeMultiValues into dev_2.x_noSrcDir 2020-06-08 09:07:51 +02:00
metadata.php fix syntax error 2021-04-30 22:07:44 +02:00

README.md

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