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":"60632","item_name":"Z\u00e1pisn\u00edk Harry Potter - Ply\u0161ov\u00e1 Hedvika se z\u00e1mkem","price":412,"quantity":1,"item_profit":262.38,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Plak\u00e1ty a pap\u00edrnictv\u00ed","item_category3":"Se\u0161ity a z\u00e1pisn\u00edky","item_brand":"Pyramid International","item_licence":"Harry Potter","item_character":"Hedvika","index":0},{"item_id":"60952","item_name":"R\u00e1m na plak\u00e1t","price":479,"quantity":1,"item_profit":181.01,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Plak\u00e1ty a pap\u00edrnictv\u00ed","item_category3":"Plak\u00e1ty a v\u0161e na st\u011bnu","item_category4":"P\u0159\u00edslu\u0161enstv\u00ed pro plak\u00e1ty","item_brand":"GB eye","index":1},{"item_id":"24292","item_name":"Obraz Fallout - Nuka Cola","price":412,"quantity":1,"item_profit":274.98,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Plak\u00e1ty a pap\u00edrnictv\u00ed","item_category3":"Plak\u00e1ty a v\u0161e na st\u011bnu","item_category4":"Obrazy na st\u011bnu","item_brand":"GB eye","item_licence":"Fallout","index":2},{"item_id":"60901","item_name":"Sada pohlednic Harry Potter - Postavy (5 ks)","price":107,"quantity":1,"item_profit":38.43,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Plak\u00e1ty a pap\u00edrnictv\u00ed","item_category3":"P\u0159\u00e1n\u00ed a pohlednice","item_brand":"ABYstyle","item_licence":"Harry Potter","item_character":"Ron Weasley","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ů