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":"63687","item_name":"Warhammer Age of Sigmar: Maggotkin of Nurgle Phulgoth's Shudderhood","price":2065,"quantity":1,"item_profit":614.82,"item_category":"Wargaming a barven\u00ed","item_category2":"Hry","item_category3":"Warhammer","item_category4":"Warhammer: Age of Sigmar","item_category5":"Grand Alliance: Chaos","item_category6":"Maggotkin of Nurgle","item_brand":"Games Workshop","item_licence":"Warhammer AOS","index":0},{"item_id":"61636","item_name":"Warhammer Age of Sigmar: Slaves to Darkness Hargax's Pit-Beasts","price":1652,"quantity":1,"item_profit":478.04,"item_category":"Wargaming a barven\u00ed","item_category2":"Hry","item_category3":"Warhammer","item_category4":"Warhammer: Age of Sigmar","item_category5":"Grand Alliance: Chaos","item_category6":"Slaves to Darkness","item_brand":"Games Workshop","item_licence":"Warhammer AOS","index":1},{"item_id":"60553","item_name":"Warhammer: Age of Sigmar - Slaves to Darkness: Exalted Hero of Chaos","price":602,"quantity":1,"item_profit":187.66,"item_category":"Wargaming a barven\u00ed","item_category2":"Hry","item_category3":"Warhammer","item_category4":"Warhammer: Age of Sigmar","item_category5":"Grand Alliance: Chaos","item_category6":"Slaves to Darkness","item_brand":"Games Workshop","index":2},{"item_id":"54455","item_name":"Warhammer Age of Sigmar: Maggotkin of Nurgle Rotbringer Sorcerer","price":495,"quantity":1,"item_profit":149.72,"item_category":"Wargaming a barven\u00ed","item_category2":"Hry","item_category3":"Warhammer","item_category4":"Warhammer: Age of Sigmar","item_category5":"Grand Alliance: Chaos","item_category6":"Maggotkin of Nurgle","item_brand":"Games Workshop","item_licence":"Warhammer AOS","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ů