¨¨

Kontakt e-mailem je vhodný způsob zejména proto, že písemnou formou se předejde nedorozuměním. Občas se může stát, že odpověď neobdržíte v čase jaký byste předpokládali. Může to být způsobeno složitostí dotazu, svátky, nebo neočekávaným množstvím dotazů. Obvykle odpovídáne do 24 hodin (v pracovní dny). Pokud odpověď neobdržíte do 48 hodin, prosím zkontrolujte také složku "spam" s vyhledáváním pomocí slova "traiva".  

var _yottlyOnload = _yottlyOnload || [] _yottlyOnload.push(function () { if (upgates.customer) { diffAnalytics.customerLoggedIn('C' + String(upgates.customer.id).padStart(5, '0')); } let cartContent = upgates.cart.products.map(function (cartItem) { return { productId: cartItem.code, amount: cartItem.quantity }; }); diffAnalytics.cartInteraction({ content: cartContent, onOrderPage: ['order.checkout','order.recieved','order.summary'].indexOf(upgates.pageType) !== -1 }); if (upgates.pageType === 'order.recieved') { let orderContent = upgates.order.products.map(function (orderItem) { return { productId: orderItem.code, price: orderItem.price.withVat * orderItem.quantity }; }); diffAnalytics.order({ content: orderContent }); } if (upgates.pageType === 'product') { diffAnalytics.productId(upgates.product.code); } }); }