${function() {
const variantData = data.variant || {"id":"3ff963ef-c719-46a9-94a3-cd7854b943f2","product_id":"75eb8d17-d9b7-40cf-af43-f46655f6a374","title":"Same as Picture-2","weight_unit":"kg","inventory_quantity":500,"sku":"TZ0767","barcode":"","position":1,"option1":"Same as Picture","option2":"2","option3":"","note":"","image":null,"wholesale_price":[{"price":75,"min_quantity":1}],"weight":"1","compare_at_price":"75","price":"75","retail_price":"75","available":true,"url":"\/products\/ball-gown-crew-neck-ankle-length-lace-tulle-flower-girl-dress-with-sash-ribbon-beading-appliques?variant=3ff963ef-c719-46a9-94a3-cd7854b943f2","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}
`
}()}