Ajax-фильтры в теме ProStore

Магазин - Витрина - Шаблоны - файл sidebar.shop.filters.html

После кода:

<div class="a_head padding">
      {$filter.name|escape}

нужно добавить:

{if !empty($filter.description)} <span title="{$filter.name|escape}" data-feature-id="{$fid}" class="q"></span>{/if}

Сайт - Дизайн - Шаблоны - файл script.min.js 

Код:

$(".acco .a_head").on("click",function(){var

заменить на такой:

$(".acco .a_head").on("click",function(e){if ($(e.target).is('span.q')) {return} var

Posted: May 5, 2020
Was this article helpful? Yes No

0 comments

    Add comment

    To add a comment please sign up or login