🔥🔥[49% ZNIŻKI][35-41]nowe, jesienne i zimowe buty na średnim obcasie z miękkiej skóry 2024
${function() {
const variantData = data.variant || {"id":"3b10bf1e-168f-498e-bc99-33486198468c","product_id":"4635ec09-4e3f-4f20-bd65-6996d7fcbdf6","title":"Czarny-35","weight_unit":"kg","inventory_quantity":1000,"sku":"se72-Black-35","barcode":"","position":1,"option1":"Czarny","option2":"35","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8c167399b8c7c01679ae2068966b53d9.jpeg","path":"8c167399b8c7c01679ae2068966b53d9.jpeg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33,"min_quantity":1}],"weight":"0","compare_at_price":"55","price":"33","retail_price":"55","available":true,"url":"\/products\/35-41nowe-jesienne-i-zimowe-buty-na-srednim-obcasie-z-miekkiej-skory-2024?variant=3b10bf1e-168f-498e-bc99-33486198468c","available_quantity":999999999,"options":[{"name":"Kolor","value":"Czarny"},{"name":"Rozmiar","value":"35"}],"off_ratio":40,"flashsale_info":[],"sales":3};
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}
`
}()}
${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 `
`;
}()}