Go to file
2020-04-07 20:53:17 +02: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
composer.json change dependency to oxid-esales/oxideshop-ce 2020-04-07 20:53:17 +02:00
README.md fix package id 2020-03-03 09:11:38 +01:00

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