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":"63729","item_name":"Wight Power","price":549,"quantity":1,"item_profit":237.3,"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":"63726","item_name":"Green Messiah","price":549,"quantity":1,"item_profit":237.3,"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":1},{"item_id":"63723","item_name":"Strict Time Records Must Be Kept","price":579,"quantity":1,"item_profit":254.83,"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":2},{"item_id":"63731","item_name":"Big Puppet","price":779,"quantity":1,"item_profit":342.61,"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":3}]
imago tribe s.r.o. a naši partneri používajú na tejto webovej stránke súbory cookies. Niektoré z nich sú k fungovaniu stránky nevyhnutné, ale o tých nasledujúcich sa môžeš rozhodnúť.
Zásady ochrany osobných údajov