Rarove-Fall Outfits -Women's Blouse 2024 Autumn Long Sleeve Shirt Tops Jeans Patchwork Plaid Blouses Elegantes Blusas para mujer Slim Shirt Dress-1
${function() {
const variantData = data.variant || {"id":"f262cbab-1661-4fcf-93eb-cebd8b0db907","product_id":"aea33e60-a6d4-4a18-9d3c-4cadfc9e461a","title":"Blue-One Size","weight_unit":"g","inventory_quantity":379,"sku":"rarove42414707-blue-one-sizeBlueOne Size","barcode":"","position":1,"option1":"Blue","option2":"One Size","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f60ed39c5c9e7cceb8b649931a1e0040.jpeg","path":"f60ed39c5c9e7cceb8b649931a1e0040.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.77,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"43.77","retail_price":"0","available":true,"url":"\/products\/copy-of-womens-blouse-2020-autumn-long-sleeve-shirt-tops-jeans-patchwork-plaid-blouses-elegantes-blusas-para-mujer-slim-shirt-dress-1?variant=f262cbab-1661-4fcf-93eb-cebd8b0db907","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"One Size"}],"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.
${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}
`;
}()}