Go to file
Daniel Seifert 3a8850944c
fix package id
2020-03-03 09:11:38 +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 fix package id 2020-03-03 09:11:38 +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/attributemultivalues --update-no-dev