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":"61093","item_name":"Adventure Anthology - Blood","price":1299,"quantity":1,"item_profit":550.91,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Hororov\u00e9 RPG","item_category4":"Lamentations of the Flame Princess","item_brand":"","item_collection":"OSR","index":0},{"item_id":"52927","item_name":"Vampire: The Masquerade - Cults of the Blood Gods","price":1049,"quantity":1,"item_profit":628.08,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Hororov\u00e9 RPG","item_category4":"Vampire: The Masquerade","item_brand":"Renegade Game Studios","index":1},{"item_id":"55126","item_name":"Vampire: The Masquerade Dice","price":479,"quantity":1,"item_profit":212.93,"item_category":"RPG","item_category2":"Hrac\u00ed kostky","item_category3":"Kostky pro RPG","item_category4":"Klasick\u00e9 kostky","item_brand":"Renegade Game Studios","item_collection":"Up\u00edr","index":2},{"item_id":"56857","item_name":"Vampire: The Masquerade 5th Edition - The Book of Nod","price":1149,"quantity":1,"item_profit":681.44,"item_category":"RPG","item_category2":"Hry na hrdiny","item_category3":"Hororov\u00e9 RPG","item_category4":"Vampire: The Masquerade","item_brand":"Renegade Game Studios","item_collection":"Up\u00edr","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ů