Rarove-Mesh Women Casual Shoes Flat Lace Up Women Vulcanize Shoes Breathable Walking Spring Summer Ladies Sneakers Zapatos Mujer
${function() {
const variantData = data.variant || {"id":"2969e3fa-797c-481c-8012-445d5448c727","product_id":"2e1106a7-5377-425b-bff1-c5acc6f3ce2b","title":"light gray-40","weight_unit":"g","inventory_quantity":987,"sku":"rarove-rarove-43785564-light-gray-40","barcode":"","position":1,"option1":"light gray","option2":"40","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c44dd5ce26f82dcee7ae8837a6320900.jpeg","path":"c44dd5ce26f82dcee7ae8837a6320900.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"26.99","retail_price":"0","available":true,"url":"\/products\/mesh-women-casual-shoes-flat-lace-up-women-vulcanize-shoes-breathable-walking-spring-summer-ladies-sneakers-zapatos-mujer?variant=2969e3fa-797c-481c-8012-445d5448c727","available_quantity":987,"options":[{"name":"Color","value":"light gray"},{"name":"Shoe Size","value":"40"}],"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}
`;
}()}