${function() {
const variantData = data.variant || {"id":"bedd7714-d854-46c8-b531-dbbe8536cf67","product_id":"797269ef-86ff-4de6-b7e4-0e357b238e26","title":"Same as Picture-US2","weight_unit":"kg","inventory_quantity":0,"sku":"WD0228","barcode":"","position":1,"option1":"Same as Picture","option2":"US2","option3":"","note":"","image":null,"wholesale_price":[{"price":939,"min_quantity":1}],"weight":"1","compare_at_price":"939","price":"939","retail_price":"939","available":true,"url":"\/products\/gorgeous-high-neck-long-sleeves-satin-ball-gown-wedding-dress-with-sequins?variant=bedd7714-d854-46c8-b531-dbbe8536cf67","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}
`
}()}