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":"72753","item_name":"V\u00e1\u010dek na kostky Harry Potter - Nebelv\u00edr","price":231,"quantity":1,"item_profit":106.37,"item_category":"RPG","item_category2":"Hrac\u00ed kostky","item_category3":"Pytl\u00edky na kostky","item_brand":"","item_licence":"Harry Potter","item_collection":"Nebelv\u00edr","index":0},{"item_id":"46348","item_name":"Propiska Harry Potter - Znak Nebelv\u00edru","price":82,"quantity":1,"item_profit":37.36,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Plak\u00e1ty a pap\u00edrnictv\u00ed","item_category3":"Pera a propisky","item_brand":"Carat Shop","item_licence":"Harry Potter","item_collection":"Nebelv\u00edr","index":1},{"item_id":"41085","item_name":"Kl\u00ed\u010denka Harry Potter - Bradavick\u00fd erb","price":57,"quantity":1,"item_profit":31.46,"item_category":"Oble\u010den\u00ed","item_category2":"Dopl\u0148ky k oble\u010den\u00ed","item_category3":"Kl\u00ed\u010denky","item_brand":"Pyramid International","item_licence":"Harry Potter","item_collection":"Bradavice","index":2},{"item_id":"72754","item_name":"V\u00e1\u010dek na kostky Harry Potter - Zmijozel","price":214,"quantity":1,"item_profit":89.37,"item_category":"RPG","item_category2":"Hrac\u00ed kostky","item_category3":"Pytl\u00edky na kostky","item_brand":"Q-workshop","item_licence":"Harry Potter","item_collection":"Zmijozel","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ů