Rarove-Fall Outfits -Tops Blouses White Loose New women's Size All-match Good Quality new loose blouse long paragraph long sleeve white shirt
${function() {
const variantData = data.variant || {"id":"026e1428-440b-4f19-813a-37609b2a1eeb","product_id":"8da4cff9-338d-4b2f-9f11-2e3fb34ddcb7","title":"M","weight_unit":"g","inventory_quantity":915,"sku":"rarove36515420-mM","barcode":"","position":1,"option1":"M","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":27.55,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"27.55","retail_price":"0","available":true,"url":"\/products\/tops-blouses-white-loose-new-women-39-s-size-all-match-good-quality-new-loose-blouse-long-paragraph-long-sleeve-white-shirt?variant=026e1428-440b-4f19-813a-37609b2a1eeb","available_quantity":915,"options":[{"name":"Size","value":"M"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('7');
const maxDays = parseInt('15');
const customText = "Estimated Delivery\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}
`;
}()}