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":"77269","item_name":"Ty\u010dinkov\u00fd difuz\u00e9r Harry Potter - Bradavice","price":454,"quantity":1,"item_profit":178.03,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Bydlen\u00ed a dom\u00e1cnost","item_category3":"Sv\u00ed\u010dky a sv\u00edcny","item_brand":"Fragrance and Style","item_licence":"Harry Potter","item_collection":"Bradavice","index":0},{"item_id":"77268","item_name":"Vonn\u00e1 sv\u00ed\u010dka Harry Potter - \u010carod\u011bjnick\u00fd kotl\u00edk","price":536,"quantity":1,"item_profit":209.8,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Bydlen\u00ed a dom\u00e1cnost","item_category3":"Sv\u00ed\u010dky a sv\u00edcny","item_brand":"Fragrance and Style","item_licence":"Harry Potter","index":1},{"item_id":"77267","item_name":"Vonn\u00e1 sv\u00ed\u010dka Harry Potter - Koloto\u010d","price":495,"quantity":1,"item_profit":219.03,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Bydlen\u00ed a dom\u00e1cnost","item_category3":"Sv\u00ed\u010dky a sv\u00edcny","item_brand":"Fragrance and Style","item_licence":"Harry Potter","index":2},{"item_id":"77265","item_name":"Vonn\u00e1 sv\u00ed\u010dka Harry Potter - Bradavick\u00fd expres","price":702,"quantity":1,"item_profit":300.47,"item_category":"D\u00e1rky a sb\u011bratelstv\u00ed","item_category2":"Bydlen\u00ed a dom\u00e1cnost","item_category3":"Sv\u00ed\u010dky a sv\u00edcny","item_brand":"Fragrance and Style","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ů