${function() {
const variantData = data.variant || {"id":"123c4c35-8aab-48f7-8bba-4b6177deef26","product_id":"04f88f5d-571a-4585-a39b-80363b5fef84","title":"Pink-8 5\/6 Inches","weight_unit":"kg","inventory_quantity":99999,"sku":"","barcode":"","position":1,"option1":"Pink","option2":"8 5\/6 Inches","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b135eb71c882bb6817f7ec98e99bd00f.jpeg","path":"b135eb71c882bb6817f7ec98e99bd00f.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"29.95","retail_price":"0","available":true,"url":"\/products\/unisex-eva-foam-super-soft-non-slip-thick-sole-home-slides?variant=123c4c35-8aab-48f7-8bba-4b6177deef26","available_quantity":99999,"options":[{"name":"Color","value":"Pink"},{"name":"Foot Length","value":"8 5\/6 Inches"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
Free Returns & Exchanges
Find Your Size in the "Size Guide" Below
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}