Rarove-Fall Outfits Autumn Lantern Sleeve Shirts Women Floral Blouse Long Sleeve Buttons Vintage Shirts Elegant Blouses Tops Female
${function() {
const variantData = data.variant || {"id":"d0b39195-e3cf-4ea7-92dc-0e59f7cad651","product_id":"1fc6e3bf-bda7-459c-8ac7-49a2352094cd","title":"MULTI-S","weight_unit":"g","inventory_quantity":200,"sku":"rarove64906841-multi-sMULTIS","barcode":"","position":1,"option1":"MULTI","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b92de4e312407403cedb89b258ccd429.jpeg","path":"b92de4e312407403cedb89b258ccd429.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"24.99","retail_price":"0","available":true,"url":"\/products\/autumn-lantern-sleeve-shirts-women-floral-blouse-long-sleeve-buttons-vintage-shirts-elegant-blouses-tops-female?variant=d0b39195-e3cf-4ea7-92dc-0e59f7cad651","available_quantity":200,"options":[{"name":"Color","value":"MULTI"},{"name":"Size","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.
${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}
`;
}()}