trackProductsList(), 250);"
@click="
(function(event) {
const link = event.target.closest('.hasCartableProducts a.absolute-link[href]');
if (!link) return;
const categoryId = parseInt($el.dataset.categoryId, 10) || 0;
if (categoryId > 0 && navigator.sendBeacon) {
const send = () => {
const body = new Blob([JSON.stringify({ category_id: categoryId })], {
type: 'application/json',
});
navigator.sendBeacon('/track/category-product-click', body);
};
if (typeof window.whenActivated === 'function') {
window.whenActivated(send);
} else {
send();
}
}
const term = $el.dataset.searchTerm;
if (!term) return;
const allLinks = Array.from($el.querySelectorAll('.hasCartableProducts a.absolute-link[href]'));
const domIndex = allLinks.indexOf(link);
if (domIndex < 0) return;
const base = parseInt($el.dataset.positionBase, 10) || 0;
const pos = base + domIndex + 1;
const productId = parseInt(link.closest('[data-product-id]')?.dataset.productId, 10) || null;
if (window.logSearchResultClick) {
window.logSearchResultClick(term, productId, 'product', pos, link.href);
}
})($event);
"
>
[{"item_id":"33442","item_name":"Rohov\u00e9 zakon\u010den\u00ed pro model\u00e1\u0159sk\u00e9 stojany a moduly (2 police)","price":107,"quantity":1,"item_profit":39.7,"item_category":"Wargaming a barven\u00ed","item_category2":"Model\u00e1\u0159sk\u00e9 n\u00e1\u0159ad\u00ed","item_category3":"Stolky a stojany","item_brand":"Hobbyzone","index":0},{"item_id":"33441","item_name":"Stojan a modul na barvy - velk\u00e1 vitr\u00edna","price":578,"quantity":1,"item_profit":208.36,"item_category":"Wargaming a barven\u00ed","item_category2":"Model\u00e1\u0159sk\u00e9 n\u00e1\u0159ad\u00ed","item_category3":"Stolky a stojany","item_brand":"Hobbyzone","index":1},{"item_id":"33440","item_name":"Stojan a modul na \u0161t\u011btce a model\u00e1\u0159sk\u00e9 n\u00e1\u010din\u00ed","price":297,"quantity":1,"item_profit":113.94,"item_category":"Wargaming a barven\u00ed","item_category2":"Model\u00e1\u0159sk\u00e9 n\u00e1\u0159ad\u00ed","item_category3":"Stolky a stojany","item_brand":"Hobbyzone","index":2},{"item_id":"33434","item_name":"Stojan a modul na barvy (3 police o d\u00e9lce 30 cm)","price":313,"quantity":1,"item_profit":129.94,"item_category":"Wargaming a barven\u00ed","item_category2":"Model\u00e1\u0159sk\u00e9 n\u00e1\u0159ad\u00ed","item_category3":"Stolky a stojany","item_brand":"Hobbyzone","index":3}]
imago tribe s.r.o. a naši partneři používají na této webové stránce soubory cookies. Některé z nich jsou k fungování stránky nezbytné, ale o těch následujících se můžeš rozhodnout.
Zásady ochrany osobních údajů