Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Drevin

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Drevin's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Добрый день! Мне написали модуль, который определенным товарам в списке товаров накладывает на фотографию ярлык с текстом (помечает товары со скидкой) https://yadi.sk/i/4NGjithb3YoJXN Но, ваш скрипт затирает наши изменения. В момент загрузки страницы изменения еще видны, а сразу после загрузки фильтра - затираются. Файл filterpro.min.js, предположительно, вот эта часть: function success(g, b) { var cont = getCont(); var view = 'product-layout'; var hash = window.location.hash.substr(1); if (g.result_html) { $(cont).parent().html(g.result_html); if (localStorage.getItem('display') == 'list') { $('#list-view').trigger('click'); } else { $('#grid-view').trigger('click'); } $('[data-toggle=\'tooltip\']').tooltip({container: 'body'}); } Пробовали отключать скрипт, но тогда фильтр не функционирует вообще. Сможете помочь? Спасибо заранее!
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.