${function() {
const variantData = data.variant || {"id":"c95f9f1f-713c-47d0-beb1-681ea0b737f0","product_id":"e2e8f9db-8b48-4c13-aa53-87f52c1d66a6","title":"Same as Picture-2","weight_unit":"kg","inventory_quantity":500,"sku":"TZ0940","barcode":"","position":1,"option1":"Same as Picture","option2":"2","option3":"","note":"","image":null,"wholesale_price":[{"price":38,"min_quantity":1}],"weight":"1","compare_at_price":"38","price":"38","retail_price":"38","available":true,"url":"\/products\/sleeveless-jewel-long-length-flower-girl-dress-lace-tulle-with-crystals?variant=c95f9f1f-713c-47d0-beb1-681ea0b737f0","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}
`
}()}