RAROVE Halloween Bling Sequins Brand New Rainbow Trendy Fashion Platform Shoes Women's Boots Footwear Chunky Boots
${function() {
const variantData = data.variant || {"id":"785eb1ea-4559-4452-a13b-7e3c62e5d54d","product_id":"cd4ba161-dc55-4332-ad93-a5797c3f1dac","title":"multicolor-5","weight_unit":"g","inventory_quantity":199,"sku":"82417114-multicolor-5","barcode":"","position":1,"option1":"multicolor","option2":"5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5bee1156a9d4a9fbd4b6072b6a86aaab.jpeg","path":"5bee1156a9d4a9fbd4b6072b6a86aaab.jpeg","width":1001,"height":1001,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":54.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"54.99","retail_price":"0","available":true,"url":"\/products\/bling-sequins-brand-new-rainbow-trendy-fashion-platform-shoes-womens-boots-footwear-chunky-boots?variant=785eb1ea-4559-4452-a13b-7e3c62e5d54d","available_quantity":199,"options":[{"name":"Color","value":"multicolor"},{"name":"Shoe Size","value":"5"}],"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}
`;
}()}