${function() {
const variantData = data.variant || {"id":"aad309cc-f093-4388-8033-8d26c7b57e91","product_id":"5b60f25c-5aa0-4bde-9272-a672a864194e","title":"Same as Picture-2","weight_unit":"kg","inventory_quantity":500,"sku":"TZ0819","barcode":"","position":1,"option1":"Same as Picture","option2":"2","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8cb3f4755b2e1759924bfe67aa4eb39e.jpeg","path":"8cb3f4755b2e1759924bfe67aa4eb39e.jpeg","width":640,"height":853,"alt":"Dresseswow Sheath Column Long Length Long Sleeve Jewel Neck Flower Girl Dress Lace With Lace Bow","aspect_ratio":0.7502930832356389},"wholesale_price":[{"price":50,"min_quantity":1}],"weight":"1","compare_at_price":"50","price":"50","retail_price":"50","available":true,"url":"\/products\/sheath-column-long-length-long-sleeve-jewel-neck-flower-girl-dress-lace-with-lace-bow?variant=aad309cc-f093-4388-8033-8d26c7b57e91","available_quantity":999999999,"options":[{"name":"Color","value":"Same as Picture"},{"name":"Size","value":"2"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
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}
`
}()}