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":"56510","item_name":"Ginger Apple","price":53,"quantity":1,"item_profit":26.35,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"J\u00eddlo a pit\u00ed","item_category3":"\u010caje a bylinky","item_category4":"\u010caj podle druhu","item_category5":"Ovocn\u00fd \u010daj","item_brand":"","index":0},{"item_id":"23332","item_name":"Lemon grass","price":26,"quantity":1,"item_profit":16.1,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"J\u00eddlo a pit\u00ed","item_category3":"\u010caje a bylinky","item_category4":"\u010caj podle druhu","item_category5":"Rooibos a ne\u010daje","item_brand":"","index":1},{"item_id":"125","item_name":"Puerh","price":44,"quantity":1,"item_profit":23.4,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"J\u00eddlo a pit\u00ed","item_category3":"\u010caje a bylinky","item_category4":"\u010caj podle druhu","item_category5":"Puerh","item_brand":"","index":2},{"item_id":"55172","item_name":"Hojicha BIO","price":88,"quantity":1,"item_profit":44.83,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"J\u00eddlo a pit\u00ed","item_category3":"\u010caje a bylinky","item_category4":"\u010caj podle druhu","item_category5":"Zelen\u00fd \u010daj","item_brand":"","item_collection":"BIO","index":3}]
imago tribe s.r.o. and our partners use cookies on this website. Some of them are necessary for the site to function, but you can decide on the following ones.
Privacy policy