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":"3096","item_name":"A Game of Thrones LCG: King in the North","price":280,"quantity":1,"item_profit":89.81,"item_brand":"Fantasy Flight Games","item_licence":"Hra o tr\u016fny","index":0},{"item_id":"2798","item_name":"A Game of Thrones LCG: Wolves of the North","price":239,"quantity":1,"item_profit":78.92,"item_brand":"Fantasy Flight Games","item_licence":"Hra o tr\u016fny","index":1},{"item_id":"2797","item_name":"Call of Cthulhu LCG: Sleep of the Dead Asylum Pack","price":412,"quantity":1,"item_profit":133.33,"item_brand":"","item_licence":"Cthulhu m\u00fdtus","index":2},{"item_id":"2370","item_name":"A Game of Thrones LCG: Princes of the Sun","price":627,"quantity":1,"item_profit":200.52,"item_brand":"Fantasy Flight Games","item_licence":"Hra o tr\u016fny","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ů