// if (typeof ga !== 'undefined' && ga) {
// ga('set', 'currencyCode', orderInfo.OrderCurrencyCode);
// }
//
// for (key in orderItems) {
// if (typeof ga !== 'undefined' && ga) {
// ga('ec:addProduct', {
// 'id': orderItems[key].ProductID,
// 'name': orderItems[key].OrderItemProductName,
// 'category': orderItems[key].OrderItemCategoryName,
// 'brand': orderItems[key].OrderItemBrandName,
// 'variant': orderItems[key].OrderItemVariant,
// 'price': orderItems[key].OrderItemPrice,
// 'quantity': orderItems[key].OrderItemQty,
// });
//
// if (jset_verbose) console.log(jset_prefix + 'GA ec:addProduct ' + orderItems[key].ProductID);
// }
//
// customerCurrencyPrice = parseFloat(orderItems[key].OrderItemCustomerCurrencyPrice);
// pQuantity += parseFloat(orderItems[key].OrderItemQty);
// }
//
// if (typeof ga !== 'undefined' && ga) {
// ga('ec:setAction', 'purchase', {
// 'id': orderInfo.OrderID,
// 'affiliation': orderInfo.affiliation,
// 'tax': orderInfo.OrderTotalTaxes,
// 'revenue': orderInfo.OrderTotal,
// 'shipping': orderInfo.OrderTotalShipping,
// 'coupon': orderInfo.OrderCouponCode
// });
//
// ga('send', 'pageview', '/#quickorder');
//
// if (jset_verbose) console.log(jset_prefix + 'GA purchase');
// if (jset_verbose) console.log(jset_prefix + 'GA pageview');
// }
//
var gtag_items = [];
var index = 0;
var currency = '';
var value = 0.00;
for (i in orderItems) {
gtag_items.push( {
item_id: orderItems[i].ProductID,
item_name: orderItems[i].OrderItemCustomerLanguageProductName,
affiliation: pid,
index: index,
item_category:orderItems[i].OrderItemCustomerLanguageCategoryName ,
price: orderItems[i].OrderItemCustomerCurrencyPrice,
quantity: orderItems[i].OrderItemQty,
brand: orderItems[i].OrderItemBrandName
});
index ++;
value += orderItems[i].OrderItemCustomerCurrencyPrice*orderItems[i].OrderItemQty;
}
if (!(typeof gtag === 'undefined' || gtag === null)) {
gtag('config', ga4, {'debug_mode': true});
gtag("event", "purchase", {
transaction_id: orderInfo.OrderID,
affiliation: pid,
shipping: orderInfo.OrderTotalShipping,
tax: orderInfo.OrderTotalTaxes,
currency: orderInfo.OrderCustomerCurrencyCode,
value: value.toFixed(2),
items: gtag_items
});
if (jset_verbose) console.log(jset_prefix + 'GTAG purchase');
console.log(jset_prefix, gtag_items);
console.log(jset_prefix, value.toFixed(2));
}
var fb_total = product.promo * pQuantity;
if (!(typeof fq === 'undefined' || fq === null)) {
fq('track', 'Purchase', {
value: fb_total,
currency: product.currency,
num_items: pQuantity,
content_type: 'product',
content_ids: product.id
});
if (jset_verbose) console.log(jset_prefix + 'FBE purchase');
}
//$(document).ready(function() {
/**/
dataLayer.push({
'event':'order_complete',
'order_value':orderInfo.OrderTotal,
'order_id':orderInfo.OrderID,
'enhanced_conversion_data': {
"email": orderInfo.OrderEmail,
"phone": orderInfo.OrderPhone
}
});
if (!(typeof gtag === 'undefined' || gtag === null)) {
gtag('config', gtag_id, {
'allow_enhanced_conversions': true
});
gtag('set', 'user_data', {
"email": orderInfo.OrderEmail
});
gtag('event', 'conversion', {
'send_to': gtag_label,
'value': orderInfo.OrderTotal,
'currency': orderInfo.OrderCurrencyCode,
'transaction_id': orderInfo.OrderID
});
if (jset_verbose) console.log(jset_prefix + 'GTAG conversion');
}
/**/
try {
window.google_trackConversion({
google_conversion_id: google_conv_id,
google_custom_params: {
ecomm_prodid: product.id,
ecomm_pagetype: 'purchase',
ecomm_totalvalue : fb_total,
dynx_itemid: product.id,
dynx_pagetype: 'conversion',
dynx_totalvalue: fb_total
},
google_remarketing_only: true
});
window.google_trackConversion({
google_conversion_id: google_conv_id_2,
google_custom_params: {
ecomm_prodid: product.id,
ecomm_pagetype: 'purchase',
ecomm_totalvalue : fb_total,
dynx_itemid: product.id,
dynx_pagetype: 'conversion',
dynx_totalvalue: fb_total
},
google_remarketing_only: true
});
window.google_trackConversion({
google_conversion_id: google_conv_id_3,
google_custom_params: {
ecomm_prodid: product.id,
ecomm_pagetype: 'purchase',
ecomm_totalvalue : fb_total,
dynx_itemid: product.id,
dynx_pagetype: 'conversion',
dynx_totalvalue: fb_total
},
google_remarketing_only: true
});
} catch(error) { console.log('tracking failed'); }
//});
//
if (!(typeof Releva === 'undefined' || Releva === null)) {
Releva.push(relevaAccessToken, {
"cart": {
"products": [{
"id": product.id.toString(),
"price": parseFloat(product.promo),
"currency": product.currency,
"quantity": pQuantity,
}]
},
"profile": {
"firstName": orderInfo.OrderBillingFirstName,
"lastName": orderInfo.OrderBillingLastName,
"email": orderInfo.OrderEmail,
//"phoneNumber": orderInfo.OrderPhone,
}
}, function (results) {
}, function (error) {
console.error(error);
},
{
hasConsent: function () {
return CookieConsent.acceptedService('releva', 'functional');
}
}
);
if (jset_verbose) console.log(jset_prefix + 'Releva Push');
}
//
/**/
/**/
/**/
(rtbhEvents = window.rtbhEvents || []).push({
eventType: 'conversion',
conversionClass:'order',
conversionSubClass: 'purchase',
conversionId : orderInfo.OrderID,
conversionValue : fb_total,
offerIds: [ product.id ]
});
/**/
/* */
try {
ttq.track('CompletePayment',{
content_type:'product' ,
content_id: product.id ,
quantity:pQuantity,
description: product.name ,
value: product.promo,
currency: product.currency,
});
} catch(error) { console.log('ttq tracking failed'); }
/* */
/**/
console.log(orderInfo);
/**/
/**/
for (i in orderItems) {
wpg_name = orderItems[i]['OrderItemProductName'];
wpg_category = orderItems[i]['OrderItemCustomerLanguageCategoryName'];
wpg_ean = orderItems[i]['OrderItemProductCode'];
}
wph('track', 'Purchase', {
transaction_id: orderInfo.OrderID,
value: customerCurrencyPrice*pQuantity,
value_gross: orderInfo.OrderTotal,
shipping_cost: orderInfo.OrderTotal - (customerCurrencyPrice*pQuantity),
contents: [{
id: product.id,
name: wpg_name,
category: wpg_category,
price: customerCurrencyPrice,
quantity: pQuantity,
ean: wpg_ean,
in_stock: true
},
]
});
/**/
/**/
/**/
// TODO: For removal
//
/**/
if (typeof window.criteo_q !== 'undefined' && window.criteo_q) {
criteoCart = [];
criteoCartItem = {};
criteoCartItem = {id: product.id, price: customerCurrencyPrice, quantity: pQuantity};
criteoCart.push(criteoCartItem);
if (criteoEmail == '') {
criteoEmail = orderInfo.OrderCustomerEmail;
}
window.criteo_q.push(
{event: "setAccount", account: criteoPartnerID},
{event: "setEmail", email: criteoEmail},
{event: "setSiteType", type: deviceType},
{event: "trackTransaction", currency: orderInfo.OrderCustomerCurrencyCode, id: orderInfo.OrderID, item: criteoCart});
if (jset_verbose) console.log(jset_prefix + 'Criteo Push');
console.log(criteoCart);
}
/* */
}
-->
Nowa kolekcja! Czas oczekiwania na dostawę - od 7 do 30 dni. Złóż zamówienie. Nie wymagamy przedpłaty za zamówiony produkt.
Fast
Kod
004018-902-1
Waga:
1.350
kg
holder
holder
Cena z VAT:
49.00 zł
179.00 zł
49.00
PLN
73%
Rabat
Cena Katalogowa:
179.00 zł
Ten produkt jest z Szybką dostawą - do 1-2 dni roboczych.Proszę się upewnić czy wybrany rozmiar posiada ikonkę 24h.
Koszt dostawy wynosi 21,90 zł za pobraniem. Zamówienia z przedpłatą 16,90 zł. Aby uzyskać szczegółowe informacje na temat naszej polityki dostawy, kliknij poniższy link: Dostawa .
Każdy zakupiony produkt można zwrócić do nas w ciągu 14 dni od zakupu, z wyjątkiem: strojów kąpielowych, bielizny, biżuterii, koszul nocnych, skarpet, rajstop oraz ochraniaczy na buty. Aby uzyskać szczegółowe informacje na temat naszych zasad dotyczących zwrotów, kliknij poniższy link: Zwroty .
Szczegółowy opis
Dla Twojego bardziej przytulnego domu! Ciepły i mięciutki kocyk o wymiarach 220x240 cm w wielobarwny wzór.
Wykonany z delikatnego i niezwykle przyjemnego materiału, nadają się zarówno na chłodne dni, jak i letnie wieczory.
Tłoczony i puszysty materiał tekstylny, który w dotyku przypomina plusz, a gdy go dotkniesz, nie możesz się powstrzymać od wtulenia się w niego.
Jego funkcjonalność pozwala na wykorzystanie go jako ciepłego koca lub jako pięknego nakrycia.
Dzięki wysokiej jakości włóknom mikrofibry koc jest nie tylko ciepły, ale także trwały, gwarantując długotrwały komfort.
Zachwyca precyzją wykonania i łatwością konserwacji bez stosowania specjalnych technik i środków czyszczących.
Świetny dodatek poprawiający komfort Twojego domu i idealny prezent , którego obdarowana osoba z pewnością będzie zachwycona!
*BESTSELLER sezonu!
PREZENT DO ZAMÓWIENIA
Ten produkt pochodzi z naszej NOWEJ kolekcji. Czas oczekiwania na dostawę to 7-21 dni.
Nie wymagamy przedpłaty. Możesz teraz złożyć zamówienie. Ponieważ wiemy, że nikt nie lubi czekać, mamy prezent dla naszych klientów
* Możesz wybrać kolor prezentu, wpisując go w notatce dotyczącej zamówienia
Przewiń na górę