Плагин Ajax-фильтры в теме SMobile
Магазин - Витрина - Тема SMobile - Шаблоны.
В файле category.filters.html
Заменить код:
<div class="d-filter__block">
на такой:
<div class="d-filter__block filters ajax">
Ниже после строчки:
<input class="d-filter__inp max" type="text" name="price_max"{if $wa->get('price_max')} value="{(int)$wa->get('price_max')}"{/if} placeholder="{ceil($filter.max)}" />
Добавить:
<span id="slider-price" class="filter-slider"></span>
Ниже после строчки:
<input class="d-filter__inp max" type="text" name="{$filter.code}[max]" placeholder="{$filter.max}" {if !empty($_v.max)}value="{$_v.max}"{/if} />
Добавить:
<span class="filter-slider"></span>
В файле css/user.shop.css добавить код:
.filters-count { white-space: nowrap; } .filters label.disabled { display: none; }
Чтобы добавить комментарий, зарегистрируйтесь или войдите
0 комментариев