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":"75098","item_name":"3D hrnek Pok\u00e9mon - Pok\u00e9ball","price":363,"quantity":1,"item_profit":155.33,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Kuchyn\u011b a stolov\u00e1n\u00ed","item_category3":"Hrnky","item_category4":"3D hrnky","item_brand":"ABYstyle","item_licence":"Pok\u00e9mon","item_collection":"Pokeball","index":0},{"item_id":"74899","item_name":"Kl\u00ed\u010denka Solo Leveling - Kasaka's Venom Fang","price":231,"quantity":1,"item_profit":127.26,"item_category":"Oble\u010den\u00ed","item_category2":"Dopl\u0148ky k oble\u010den\u00ed","item_category3":"Kl\u00ed\u010denky","item_brand":"ABYstyle","item_licence":"Solo Leveling","index":1},{"item_id":"75041","item_name":"Magic: The Gathering - Avatar: The Last Airbender - Tea Time at the Jasmine Dragon","price":842,"quantity":1,"item_profit":105.73,"item_category":"Hry","item_category2":"Sb\u011bratelsk\u00e9 hry","item_category3":"Magic: The Gathering","item_brand":"Wizards of the Coast","item_licence":"Magic: The Gathering","index":2},{"item_id":"75042","item_name":"Magic: The Gathering - Avatar: The Last Airbender - The Black Sun Invasion","price":842,"quantity":1,"item_profit":105.73,"item_category":"Hry","item_category2":"Sb\u011bratelsk\u00e9 hry","item_category3":"Magic: The Gathering","item_brand":"Wizards of the Coast","item_licence":"Magic: The Gathering","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ů