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":"20136","item_name":"Dungeons & Dragons: Out of the Abyss Adventure","price":1099,"quantity":1,"item_profit":431.48,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Fantasy RPG","item_category4":"Dungeons and Dragons","item_category5":"P\u0159\u00edb\u011bhov\u00e9 p\u0159\u00edru\u010dky","item_brand":"Wizards of the Coast","item_saga":"D&D 5e","index":0},{"item_id":"19313","item_name":"Dungeons and Dragons Miniatures: Icons of the Realms Elemental Evil","price":321,"quantity":1,"item_profit":127.51,"item_category":"RPG","item_category2":"RPG figurky","item_category3":"D&D figurky (barven\u00e9)","item_brand":"WizKids","index":1},{"item_id":"18204","item_name":"Mutant: Year Zero Dice Set","price":371,"quantity":1,"item_profit":127.6,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Sci-fi RPG","item_category4":"Mutant: Year Zero RPG","item_brand":"Free League Publishing","index":2},{"item_id":"17867","item_name":"Dungeons and Dragons: Tyranny of Dragons DM Screen","price":279,"quantity":1,"item_profit":93.8,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Fantasy RPG","item_category4":"Dungeons and Dragons","item_category5":"Z\u00e1st\u011bny","item_brand":"Gale Force Nine","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ů