Rarove Summer Fashion Sandals Shoes Women Bow Summer Sandals Slipper Indoor Outdoor Flip-flops Beach Shoes Female Slippers
${function() {
const variantData = data.variant || {"id":"6008aac5-c78f-4d24-8bc1-cf4c3595e06d","product_id":"fececcdc-a101-4845-9a43-4be6372dd934","title":"Yellow-4","weight_unit":"g","inventory_quantity":890,"sku":"43717790-yellow-4","barcode":"","position":1,"option1":"Yellow","option2":"4","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/89a50a49201e9c1e7b6ef3f20e0b70f5.jpeg","path":"89a50a49201e9c1e7b6ef3f20e0b70f5.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.19,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.19","retail_price":"0","available":true,"url":"\/products\/2021-summer-fashion-sandals-shoes-women-bow-summer-sandals-slipper-indoor-outdoor-flip-flops-beach-shoes-female-slippers?variant=6008aac5-c78f-4d24-8bc1-cf4c3595e06d","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Shoe Size","value":"4"}],"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}
`;
}()}