${function() {
const variantData = data.variant || {"id":"7c7ab3bf-0206-4731-b371-e28e9d05cae4","product_id":"2c48dd27-479a-4e1a-b2f0-0b3194ee62fd","title":"Same as Picture-US2","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"Same as Picture","option2":"US2","option3":"","note":"","image":null,"wholesale_price":[{"price":329.99,"min_quantity":1}],"weight":"2","compare_at_price":"329.99","price":"329.99","retail_price":"329.99","available":true,"url":"\/products\/long-sleeves-sweetheart-wedding-dress-ball-gown-with-appliques?variant=7c7ab3bf-0206-4731-b371-e28e9d05cae4","available_quantity":999999999,"options":[{"name":"Color","value":"Same as Picture"},{"name":"Size","value":"US2"}],"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}
`
}()}