8
0
Fork 0
Datei suchen
Daniel Seifert 12ebcd7ff9
remove version in composer.json
2020-02-25 12:09:05 +01:00
patches fix patch 2020-02-25 09:15:52 +01:00
src fix wrong namespace, change outdated method name 2020-02-25 11:23:39 +01:00
README.md adjust README, add eshop dependency 2020-02-25 11:42:20 +01:00
composer.json remove version in composer.json 2020-02-25 12:09:05 +01: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/d3/attributemultivalues --update-no-dev