☀️🔥Maska pełnotwarzowa, odporna na zimno, do jazdy na nartach i jazdy konnej, zimowa, wiatroszczelna i ciepła, unisex
${function() {
const variantData = data.variant || {"id":"c493bd4a-6d63-4a33-afbe-dd2bad273b85","product_id":"7108a52f-bd55-4412-8b39-88e9874a7ad2","title":"black","weight_unit":"kg","inventory_quantity":100,"sku":"ak26-black","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/073c6d235a9f5c6a0c1cf59837814536.jpeg","path":"073c6d235a9f5c6a0c1cf59837814536.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"24","retail_price":"30","available":true,"url":"\/products\/\u2600-\ud83d\udd25maska-pelnotwarzowa-odporna-na-zimno-do-jazdy-na-nartach-i-jazdy-konnej-zimowa-wiatroszczelna-i-ciepla-unisex?variant=c493bd4a-6d63-4a33-afbe-dd2bad273b85","available_quantity":999999999,"options":[{"name":"Kolor","value":"black"}],"off_ratio":20,"flashsale_info":[],"sales":17};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
people are viewing this right now
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('2');
const maxDays = parseInt('7');
const customText = "Estimated time of shipment\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 1;
const custom_text = "No minimum purchase, free shipping on all orders";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}