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 body = new Blob([JSON.stringify({ category_id: categoryId })], {
type: 'application/json',
});
navigator.sendBeacon('/track/category-product-click', body);
}
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":"33434","item_name":"Stojan a modul na barvy (3 police o d\u00e9lce 30 cm)","price":313,"quantity":1,"item_profit":131.29,"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":"33433","item_name":"Stojan a modul na barvy (3 police o d\u00e9lce 20 cm)","price":247,"quantity":1,"item_profit":91.21,"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":"33425","item_name":"Stojan a modul na barvy (2 z\u00e1suvky)","price":479,"quantity":1,"item_profit":186.12,"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":"33423","item_name":"Stojan a modul na barvy (4 z\u00e1suvky)","price":561,"quantity":1,"item_profit":220.01,"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ů