Table of Contents | ||
---|---|---|
|
Introduction
Configuration structure
...
You can add filtering options on some of the store app pages. This facilitates the preparation process by selecting only items from certain brands, certain shelves or certain delivery modes.
...
A default configuration is applied in the pages, but this configuration can be overridden. To do this, go to the Configuration > Store App > Pages > {Page name} > Filters section.
...
Configuration structure
The structure is an array of objects, each object corresponding to 1 filter, with the following fields:
name
(mandatory) - Key used to translate the filter, which appears in the format'filter.{name}.title'
.field
(mandatory) - Path used to access the filter value in the entity structurefilter_type
(optionnal)possible_values
do_not_translate
...