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":"47834","item_name":"Assassins of Allansia","price":229,"quantity":1,"item_profit":78.4,"item_category":"Knihy","item_category2":"Gamebooky","item_category3":"Gamebooky v angli\u010dtin\u011b","item_brand":"Scholastic","item_licence":"Fighting Fantasy","item_saga":"Fighting Fantasy (anglicky)","index":0},{"item_id":"47833","item_name":"Appointment With F.E.A.R.","price":199,"quantity":1,"item_profit":67.26,"item_category":"Knihy","item_category2":"Gamebooky","item_category3":"Gamebooky v angli\u010dtin\u011b","item_brand":"Scholastic","item_licence":"Fighting Fantasy","item_saga":"Fighting Fantasy (anglicky)","index":1},{"item_id":"47543","item_name":"Stranger Things: \u0160estka","price":259,"quantity":1,"item_profit":61.66,"item_category":"Knihy","item_category2":"Komiksy","item_category3":"Ak\u010dn\u00ed a dobrodru\u017en\u00e9","item_brand":"Crew","item_saga":"Stranger Things (komiks)","index":2},{"item_id":"47292","item_name":"The Art of the Last of Us Part II","price":1399,"quantity":1,"item_profit":493.92,"item_category":"Knihy","item_category2":"Knihy","item_category3":"Knihy v angli\u010dtin\u011b","item_brand":"Dark Horse Comics","item_licence":"The Last of Us","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ů