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":"77528","item_name":"Z\u00e1st\u011bna Dungeons & Dragons: World of Warcraft - Dungeon Master's Screen","price":499,"quantity":1,"item_profit":160.5,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Fantasy RPG","item_category4":"Dungeons and Dragons","item_category5":"Z\u00e1st\u011bny","item_brand":"Wizards of the Coast","item_licence":"World of Warcraft","index":0},{"item_id":"77529","item_name":"Dungeons & Dragons: World of Warcraft - Gameplay Expansion","price":1149,"quantity":1,"item_profit":369.04,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Fantasy RPG","item_category4":"Dungeons and Dragons","item_category5":"Roz\u0161i\u0159uj\u00edc\u00ed p\u0159\u00edru\u010dky","item_brand":"Wizards of the Coast","item_licence":"World of Warcraft","index":1},{"item_id":"77530","item_name":"Dungeons & Dragons: World of Warcraft - Gameplay Expansion (Alternate Art Cover)","price":1149,"quantity":1,"item_profit":369.04,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Fantasy RPG","item_category4":"Dungeons and Dragons","item_category5":"Roz\u0161i\u0159uj\u00edc\u00ed p\u0159\u00edru\u010dky","item_brand":"Wizards of the Coast","item_licence":"World of Warcraft","index":2},{"item_id":"77531","item_name":"Dungeons & Dragons: World of Warcraft - Gameplay Expansion (Collector's Edition)","price":1899,"quantity":1,"item_profit":598.73,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Fantasy RPG","item_category4":"Dungeons and Dragons","item_category5":"Roz\u0161i\u0159uj\u00edc\u00ed p\u0159\u00edru\u010dky","item_brand":"Wizards of the Coast","item_licence":"World of Warcraft","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ů