Rarove Women Platform Sneakers Leather Casual Ladies Chunky Shoes White Woman High Black Fashion Brand Thick soled Wedge Sneakers
${function() {
const variantData = data.variant || {"id":"3ebbc5ba-9cd1-45ef-b1cc-833ae6f391d9","product_id":"a4b79af9-f31c-42cc-909d-2ad46fef6f2e","title":"White-39","weight_unit":"g","inventory_quantity":772,"sku":"42334067-white-39","barcode":"","position":1,"option1":"White","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b2513ec17bd5221e2c747e6ae3ad760f.jpeg","path":"b2513ec17bd5221e2c747e6ae3ad760f.jpeg","width":480,"height":640,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":42.58,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"42.58","retail_price":"0","available":true,"url":"\/products\/women-platform-sneakers-leather-casual-ladies-chunky-shoes-2020-white-woman-high-black-fashion-brand-thick-soled-wedge-sneakers?variant=3ebbc5ba-9cd1-45ef-b1cc-833ae6f391d9","available_quantity":772,"options":[{"name":"Color","value":"White"},{"name":"Shoe Size","value":"39"}],"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}
`;
}()}