🌷🔥[S-5XL]2025 Nowa modna wygodna sukienka w kwiaty [bezpłatny pasek]
${function() {
const variantData = data.variant || {"id":"9332f075-3896-473a-9b84-0ad02a534994","product_id":"60cc6b22-0e19-4fdf-a835-89b5b8484a23","title":"Br\u0105zowy-S","weight_unit":"kg","inventory_quantity":100,"sku":"mo40-Patter-S","barcode":"","position":1,"option1":"Br\u0105zowy","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e7132a33dba00b704ea9534f2e8037e6.jpeg","path":"e7132a33dba00b704ea9534f2e8037e6.jpeg","width":397,"height":540,"alt":"","aspect_ratio":0.7351851851851852},"wholesale_price":[{"price":139,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"139","retail_price":"0","available":true,"url":"\/products\/2025-nowa-modna-wygodna-sukienka-w-kwiaty-bezplatny-paseke?variant=9332f075-3896-473a-9b84-0ad02a534994","available_quantity":999999999,"options":[{"name":"Kolor","value":"Br\u0105zowy"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
10% discount for online payment
${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 `
`;
}()}