Ниже представлены обязательные изменения для определенных тем дизайна. Если их не выполнить, плагин может работать некорректно.
Чтобы изменить шаблоны, Вам необходимо открыть раздел в административной части сайта:
Магазин - Витрина - Шаблоны
Список тем дизайна
- proStore
- Формула успеха
- Dummy
- Купить просто
- Удобная Покупка
- Выгодная Покупка
- Дизайн со вкусом 2.0
- Дизайн со вкусом PRO
- Material design
- Multi-Shop
- Yourshop
- Дефолт 3.0
- Clear
- Nifty
- Sidebar
- Custom
- Тема «TopShop»
- Тема «Flamingo»
- Тема «Shopping»
- Epika
- Supreme
- ExpressShop
- Readyshop
- Продавай легко
- Smart
- Vivashop
- Mobisite
- Unishop
- Mobile
- InCart
- Легкий старт
- Universal
- Premium
- Emarket
- TopStyle
- TopMarket
- Inspiration
- Megashop2
- Pure
- Шаг вперед
- Гипермаркет
- Весна
- 24market
- Smobile
- Минимо
- ProfitShop
- Balance
- Gift
- InSale
- Ecommerce 1.0
- Тема Child&Toys
- Modus
- Euroshop
- Perfect
Если Вашей темы дизайна нет в списке, попробуйте выполнить настройку аналогично теме Дефолт 3.0. Если Вы не справились, напишите в поддержку.
Расположение наклеек зависит от контейнера, в котором они выведены. Рекомендации по выводу наклеек читайте здесь. Если наклейка расположена не там, где Вы предполагали, или она обрезана по краям, изучите раздел Вопрос-Ответ.
proStore
Шаблон script.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Шаблон script.shop.min.js
Добавьте код:
void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit(),
в двух местах.
Сразу после
$(window).lazyLoad&&$(window).lazyLoad("reload"),
i.remove(), или o.remove(),
Шаблон category.panel.html
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после второго
$.getScript('{$wa_active_theme_url}shop.filters.min.js');
Сайт - Дизайн - Шаблоны - script.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
fadeIn(n))
Формула успеха (v.1.5)
Шаблон scripts.config.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
Шаблон scripts.config-min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
lazyLoad("reload")
lazyLoad("force")
i.remove()
Dummy
Шаблон dummy.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
that.addWatcher();
that.is_locked = false;
Купить просто
Шаблон buysimply.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
lazyLoad('reload');
Удобная Покупка
Шаблон comfortbuy.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Выгодная Покупка
Шаблон profitbuy.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в трех местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
if (!this.$element.find('li:hidden').length) { this.button.hide(); }
Шаблон profitbuy.shop.min.js
Добавьте код:
if(typeof $.autobadgeFrontend!=='undefined'){$.autobadgeFrontend.reinit();}
в трех местах.
Сразу после
$(window).lazyLoad&&$(window).lazyLoad('reload');
tmp.remove();
this.button.hide();}
Дизайн со вкусом 2.0
Шаблон default.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
lazyLoad('force');
tmp.remove();
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Шаблон dsv.shop.js
Добавьте код:
.trigger('change')
в двух местах.
Сразу после
val(parseInt(data) - 1)
val(parseInt(data) + 1)
Дизайн со вкусом PRO
Шаблон site.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
win.lazyLoad("force");
tmp.remove();
Шаблон site.min.js
Добавьте код:
,void 0!==e.autobadgeFrontend&&e.autobadgeFrontend.reinit()
Сразу после
lazyLoad("reload")
lazyLoad("force")
c.hide()
Material design
Шаблон material.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Добавьте код:
.trigger('change')
в двух местах.
Сразу после
val(parseInt(data) - 1)
val(parseInt(data) + 1)
Multi-Shop
Шаблон filter.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
loading.hide();
Yourshop
Шаблон filter.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
Шаблон filter.min.js
Добавьте код:
,void 0!==a.autobadgeFrontend&&a.autobadgeFrontend.reinit()
Сразу после
lazyLoad("reload")
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
loading.hide();
Шаблон lazyloading.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
e.hide()
Шаблон yourshop.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
dialog.find(".content").removeClass("align-center").append(content);
Шаблон onload.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
removeClass("align-center").append(i)
Дефолт 3.0
Шаблон default.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Clear
Шаблон clear.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Nifty
Шаблон nifty.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Шаблон sidebar.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Custom
Шаблон custom.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
в двух местах.
Сразу после
} $(window).lazyLoad && $(window).lazyLoad('reload');
tmp.remove();
Тема «TopShop»
Шаблон shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
- Сразу после второго
favoriteProduct();
- Во всех местах сразу после
if ($("body").height() < 600) { c.css('top', '0'); c.css('max-height', '100%'); }
Добавьте код:
.trigger('change')
в двух местах.
Сразу после
val(parseInt(current) + 1)
val(parseInt(current) - 1)
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Тема «Flamingo»
Шаблон script.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$(window).lazyLoad && $(window).lazyLoad('reload');
Добавьте код:
.trigger('change')
в двух местах.
Сразу после
val(parseInt(current) + 1)
val(parseInt(current) - 1)
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Тема «Shopping»
Шаблон script.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$(window).lazyLoad && $(window).lazyLoad('reload');
Добавьте код:
.trigger('change')
в двух местах.
Сразу после
val(parseInt(current) + 1)
val(parseInt(current) - 1)
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Epika
Шаблон js/epika.shop.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
- Сразу после первого
lazyLoad("reload")
- Сразу после
c.remove() или i.remove()
- Сразу после второго
$(f).remove() или $(n).remove()
- Сразу после
removeClass("fadeOutRightBig")
- Сразу после
removeClass("fadeOutLeftBig")
Supreme
Шаблон js/supreme.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах. Сразу после
$(window).lazyLoad('reload');
Сразу после
tmp.remove();
lazyLoad('force');
qvRemodal.show();
ExpressShop
Шаблон mobile.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
lazyLoad('force');
tmp.remove();
lazyLoad('reload');
Шаблон app.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
- Сразу после
lazyLoad('force');
- Во всех местах. Сразу после
tmp.remove();
- Сразу после
lazyLoad('reload');
Шаблон product.js
Добавьте код:
this.$form.change();
Сразу после
$volume_input.val(new_val);
Добавьте код:
that.$form.change();
Сразу после
$(this).val( that.volume );
Шаблон home.html
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$('.categories-home-products').removeAttr('style');
Readyshop
Шаблон readyshop.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
lazyLoad('force');
tmp.remove();
lazyLoad('reload');
if(!$('#'+id).hasClass('carousel-items')){ itemsCarousel.carousel($('#'+id)); }
Шаблон readyshop.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
- Сразу после
lazyLoad("force")
- Во всех местах. Сразу после
s.remove()
- Сразу после
lazyLoad("reload")
- Сразу после
itemsCarousel.carousel($("#"+e))
Шаблон product.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$("#product-image").parent().attr('href', href);
Сразу после второго
$(this).parent().addClass('selected');
Шаблон readyshop.custom.css
Добавьте код в самом конце:
@media (min-width: 1001px) { .bg-categories-submenu { z-index: 7; } }
Продавай легко
Шаблон easysale.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
lazyLoad('force');
tmp.remove();
lazyLoad('reload');
Smart
Шаблон !js/smart.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
window.history.pushState({}, '', url); }
tmp.remove();
Шаблон !js/smart.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
window.history.pushState({},"",t)
i.remove()
Vivashop
Шаблон vivashop.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
Шаблон vivashop.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
lazyLoad("reload")
lazyLoad("force")
r.remove()
s.remove()
Mobisite
Шаблон mobisite.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
Шаблон css/user.css
Добавьте код:
.product-page .product-header, .product-list-rows .product-list__item, .product-list__image .product-list__image-container { position:relative; }
Unishop
Шаблон unishop.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
productListCustom.viewed(productCard.data('id')); }
carouselProducts.removeClass("active"); }
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
Шаблон unishop.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
lazyLoad("reload")
lazyLoad("force")
i.remove()
Сразу после второго совпадения
t.removeClass("active")
Добавьте код:
;void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
productListCustom.viewed(t.data("id"))
Mobile
Шаблон mobile.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$paging.remove();
Шаблон product.js
Добавьте код:
this.$form.change();
Сразу после
$volume_input.val(new_val);
InCart
Шаблон shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
if (!!(history.pushState && history.state !== undefined)) { window.history.pushState({}, '', url); }
.siblings('.home-items__tab-content') .hide();
Шаблон category.html
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
win.lazyLoad('force');
win.lazyLoad('wake');
tmp.remove();
Легкий старт (v.1.0.6.5)
Шаблон products.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
$dialog.on("addedToCart", function() { that.maskProductAsAdded( $product ); });
Шаблон products.min.js
Добавьте код:
,void 0!==jQuery.autobadgeFrontend&&jQuery.autobadgeFrontend.reinit()
Во всех местах сразу после
$dialog.on("addedToCart",function(){i.maskProductAsAdded(e)})
Шаблон shop.theme.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad('reload');
Шаблон shop.theme.min.js
Добавьте код:
,void 0!==jQuery.autobadgeFrontend&&jQuery.autobadgeFrontend.reinit()
Во всех местах сразу после
lazyLoad("reload")
Universal (v.2.2)
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Шаблон script.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$(window).lazyLoad && $(window).lazyLoad('reload');
(v.1.6)
Шаблон premium.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
if (!!(history.pushState && history.state !== undefined)) { window.history.pushState({}, '', historyUrl); }
Шаблон premium.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
o.remove()
window.history.pushState({},"",a)
Emarket (v.4.0)
Шаблон list-thumbs.html
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$('.Category__Paginator:not(.-is-top)').html(paginator.filter(':not(.-is-top)').html());
Universal (v.2.2)
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
tmp.remove();
Шаблон script.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$(window).lazyLoad && $(window).lazyLoad('reload');
TopStyle (v.2.0)
Шаблон shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
- Сразу после
lazyLoad('reload');
- Во всех местах сразу после
if ($("body").height() < 600) { c.css('top', '0'); c.css('max-height', '100%'); }
Шаблон js/lazyloading.min.js
Если данный шаблон отсутствует, попросите разработчика темы добавить его.
Добавьте код:
if(typeof $.autobadgeFrontend!=='undefined'){$.autobadgeFrontend.reinit();}
Сразу после
tmp.remove();
Шаблон user.css
Добавьте код в самый конец:
.thumbnail-catalog:hover .autobadge-pl span, .hover-active .thumbnail-catalog:hover .image-block .autobadge-pl img { transform: none; }
TopMarket (v.2.4)
Настройки аналогичны теме TopStyle
Inspiration (v.1.0.3)
Шаблон service.html
Найдите код:
{*<script>$('#product-list').on('loaded', function(e) { if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); } });</script>*}
Замените его на следующий:
<script>$('#product-list').on('loaded', function(e) { if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); } });</script>
Megashop2 (v.1.2)
Шаблон js/megashop.shop.js
Добавьте код:
megashop.OnUpdate(function() { if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); } });
- Перед
})(jQuery);
Pure (v.1.0.3.2)
Шаблон js/shop.theme.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
- Во всех местах сразу после
lazyLoad('reload');
Шаблон js/shop.theme.min.js
Добавьте код:
,void 0!==c.autobadgeFrontend&&c.autobadgeFrontend.reinit()
- Во всех местах сразу после
lazyLoad("reload")
Шаг вперед (v.1.0.3.4)
Шаблон shop.theme.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
lazyLoad('reload');
Шаблон shop.theme.min.js
Добавьте код:
,void 0!==c.autobadgeFrontend&&c.autobadgeFrontend.reinit()
Сразу после
lazyLoad("reload")
Шаблон theme.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
removeClass('btn-outline-default').addClass('btn-default'); }
Шаблон theme.min.js
Добавьте код:
void 0!==a.autobadgeFrontend&&a.autobadgeFrontend.reinit()
Сразу после
.removeClass("btn-outline-default").addClass("btn-default")}
Гипермаркет (v.1.3.3)
Шаблон products.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$paging.remove();
Шаблон custom.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
if ($category.length) { $category.replaceWith(html); }
Весна (v.1.1.2)
Шаблон shop.js
Если у вас нет доступа к этому шаблону, попросите разработчика добавить его.
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$paging.remove();
Шаблон index.html
Добавьте код (только в случае, если его у вас нет):
{$wa->css()}
Сразу после
{$wa->js()}
24market (v.1.0.7)
Шаблон 24market.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Перед первым совпадением
lazyLoadImg();
Шаблон 24market.min.js
Добавьте код:
if(typeof $.autobadgeFrontend!=='undefined'){$.autobadgeFrontend.reinit();}
Перед первым совпадением
lazyLoadImg();
Smobile (v.1.0.8)
Шаблон head.html
Добавьте код, если его нет:
<!-- plugin hook: 'frontend_head' --> {* @event frontend_head.%plugin_id% *} {foreach $frontend_head as $_}{$_}{/foreach}
Шаблон js/smobile.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
if (!!(history.pushState && history.state !== undefined)) { window.history.pushState({}, '', url); }
Шаблон js/smobile.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
history.pushState&&void 0!==history.state&&window.history.pushState({},"",t)
Минимо (v.3.1.0)
Шаблон default.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
ProfitShop (v.1.0.14)
Шаблон profitshop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после первого нахождения
pTileSkusOptions();
Шаблон profitshop.min.js
Добавьте код:
;if(typeof $.autobadgeFrontend!=='undefined'){$.autobadgeFrontend.reinit()}
Сразу после
;pTileSkusOptions()
Balance (v.1.1.1)
Шаблон js/shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
- Во всех местах сразу после
$(".catalog-pg__content").html(tmp.find(".catalog-pg__content").html());
- Сразу после
.removeClass("active") .hide();
Шаблоны list-thumbs.html, list-expanded.html, list-compact.html
Найдите код:
<div class="label label_light" style="background-color:#FF2AA9">{$p.badge}</div>
Замените на:
<div class="label label_light">{$p.badge}</div>
Шаблон product.html
Найдите код:
<div class="label label_light" style="background-color:#FF2AA9">{$product.badge}</div>
Замените на:
<div class="label label_light">{$product.badge}</div>
Gift (v.1.0.3.9)
Настройки аналогичны теме Шаг вперед
InSale (v.2.2.0)
Шаблон js/insale.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Везде после конструкци
pTileSkusOptions();
Шаблон js/insale.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Сразу после
t.lazyLoad(),Q() или t.lazyLoad(),X() Если ничего не найдете, тогда добавьте после t.lazyLoad()
Ecommerce (v.1.0)
Шаблон ecommerce.shop.js
Добавьте код:
.trigger('change')
Сразу после
$(a).closest(".quantity").children("input.qty").attr("value", value)
$("input.qty").attr("value", value)
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
$(".vkladki_info .vkladki_item").eq(index).css("display", "block");
Перед
if ($(".lazyloading-paging").length > 0) {
Тема Child&Toys (v.2.0)
Шаблон script.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$(window).lazyLoad && $(window).lazyLoad('reload');
Шаблон lazyloading.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
lazyLoad('wake');
tmp.remove();
Modus (v.1.6)
Шаблон shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Сразу после
$(window).lazyLoad && $(window).lazyLoad('reload');
Euroshop (v.1.5.1)
Шаблон euroshop.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad('reload');
lazyLoad('force');
tmp.remove();
.styler();
Шаблон euroshop.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Во всех местах сразу после
lazyLoad("reload")
lazyLoad("force")
r.remove()
.styler()
Perfect (v.1.0.9)
Шаблон perfect.shop.js
Добавьте код:
if (typeof $.autobadgeFrontend !== 'undefined') { $.autobadgeFrontend.reinit(); }
Во всех местах сразу после
lazyLoad();
Шаблон perfect.shop.min.js
Добавьте код:
,void 0!==$.autobadgeFrontend&&$.autobadgeFrontend.reinit()
Во всех местах сразу после
m()