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":"63344","item_name":"K\u0161iltovka Harry Potter - Mrzimor","price":288,"quantity":1,"item_profit":111.77,"item_category":"Oble\u010den\u00ed","item_category2":"Dopl\u0148ky k oble\u010den\u00ed","item_category3":"\u010cepice","item_category4":"K\u0161iltovky","item_brand":"Cinereplicas","item_licence":"Harry Potter","item_collection":"Mrzimor","index":0},{"item_id":"31282","item_name":"Tri\u010dko Harry Potter - Turnaj t\u0159\u00ed kouzeln\u00edk\u016f: Cedric Diggory","price":404,"quantity":1,"item_profit":161.72,"item_category":"Oble\u010den\u00ed","item_category2":"P\u00e1nsk\u00e9","item_category3":"Tri\u010dka","item_category4":"Tri\u010dka z film\u016f a seri\u00e1l\u016f","item_brand":"Cinereplicas","item_licence":"Harry Potter","item_collection":"Mrzimor","index":1},{"item_id":"69788","item_name":"D\u00e1rkov\u00e1 sada Harry Potter - Hrnek a pono\u017eky Dobby","price":231,"quantity":1,"item_profit":92.33,"item_category":"Tipy","item_category2":"Tipy na d\u00e1rky","item_category3":"D\u00e1rkov\u00e9 sady","item_brand":"Pyramid International","item_licence":"Harry Potter","index":2},{"item_id":"51803","item_name":"Pantofle Harry Potter - Hedvika","price":437,"quantity":1,"item_profit":159.61,"item_category":"Oble\u010den\u00ed","item_category2":"Dopl\u0148ky k oble\u010den\u00ed","item_category3":"Ba\u010dkory a pantofle","item_brand":"Groovy","item_licence":"Harry Potter","item_character":"Hedvika","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ů