RAROVE-New Woman Pumps Rhinestone Shoes For Women Heels Wedding Shoes Elegant Party Shoes Women High Heels Lady Stiletto
${function() {
const variantData = data.variant || {"id":"c3a3c742-e834-4d56-aa82-6763bc2d8f65","product_id":"7648733d-defb-4512-a11d-da368ab5e081","title":"sliver-34","weight_unit":"g","inventory_quantity":999,"sku":"47468179-sliver-34","barcode":"","position":1,"option1":"sliver","option2":"34","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55a1465f2536e1fe98eb17707b1968ba.jpeg","path":"55a1465f2536e1fe98eb17707b1968ba.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"42.99","retail_price":"0","available":true,"url":"\/products\/bigtree-shoes-new-woman-pumps-rhinestone-shoes-for-women-heels-wedding-shoes-elegant-party-shoes-women-high-heels-lady-stiletto?variant=c3a3c742-e834-4d56-aa82-6763bc2d8f65","available_quantity":999,"options":[{"name":"Color","value":"sliver"},{"name":"Shoe Size","value":"34"}],"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}
`;
}()}