Slider Properties
Module Description
The "properties slider" module includes a convenient filter by properties and selection of a price range. A checkbox "Use as a slider" is added to the admin panel of the site in the properties, which allows you to change the display of the filter in the client part.
The combined filter is made so that the user can change the price and set properties in the filter at the same time. The work of the two filters does not overlap.
This improvement will be useful for stores that have a large number of products and thanks to this filter, customers can quickly find the product they are looking for.
Payment methods
- Cash upon receipt
- Bank transfer
Recommend
Allows you to display a certain property in the filter and in the product card as a color.
Cost:
35 $
if (isset($prices['current']['min'])) {
$prices['current']['min'] = $this->money->convert($prices['current']['min'], null, false, true);
}
if (isset($prices['current']['max'])) {
$prices['current']['max'] = $this->money->convert($prices['current']['max'], null, false, true);
}
После этого фильтр по цене заработал.
Что там с модулем для v.2.2.3?
Приобретали модуль Свойства ползунком для v2.1.4
Сейчас новый сайт делаем на v.2.2.3 Подскажите, есть ли релиз модуля для данной версии OKAY?