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":"54039","item_name":"World of Warcraft: Putov\u00e1n\u00ed Azerothem - V\u00fdchodn\u00ed kr\u00e1lovstv\u00ed","price":499,"quantity":1,"item_profit":136.66,"item_category":"Knihy","item_category2":"Knihy","item_category3":"Odborn\u00e1 a nau\u010dn\u00e1","item_category4":"Artbooky a obrazov\u00e9 publikace","item_brand":"Crew","item_licence":"World of Warcraft","item_saga":"World of Warcraft: Putov\u00e1n\u00ed Azerothem","index":0},{"item_id":"69695","item_name":"D\u00e1msk\u00e9 tri\u010dko House of the Dragon - Dreams Didn't Make Us Kings","price":371,"quantity":1,"item_profit":150.02,"item_category":"Oble\u010den\u00ed","item_category2":"D\u00e1msk\u00e9","item_category3":"Tri\u010dka","item_category4":"Tri\u010dka z film\u016f a seri\u00e1l\u016f","item_brand":"","item_licence":"House of the Dragon","item_collection":"Targaryen","index":1},{"item_id":"69692","item_name":"Tri\u010dko House Of The Dragon - Iron Throne","price":371,"quantity":1,"item_profit":150.02,"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":"","item_licence":"House of the Dragon","item_collection":"Targaryen","index":2},{"item_id":"54219","item_name":"Pono\u017eky Harry Potter - Bradavice","price":288,"quantity":1,"item_profit":149.64,"item_category":"Oble\u010den\u00ed","item_category2":"Dopl\u0148ky k oble\u010den\u00ed","item_category3":"Pono\u017eky","item_brand":"ABYstyle","item_licence":"Harry Potter","item_collection":"Bradavice","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ů