${function() {
const variantData = data.variant || {"id":"3699f1e5-3533-41e6-8047-0fe188feab8c","product_id":"39be18be-ce88-4e6a-99fb-4a993f8cfbf3","title":"Black-S","weight_unit":"kg","inventory_quantity":0,"sku":"YE0120","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1ccbe66e9586878552493adba131cf57.jpg","path":"1ccbe66e9586878552493adba131cf57.jpg","width":1000,"height":1500,"alt":"Dresseswow Off-the-Shoulder Sequins Evening Dress Mermaid With Ruffle Sleeves YE0120","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":98.99,"min_quantity":1}],"weight":"1","compare_at_price":"98.99","price":"98.99","retail_price":"98.99","available":true,"url":"\/products\/off-the-shoulder-sequins-evening-dress-mermaid-with-ruffle-sleeves-ye0120?variant=3699f1e5-3533-41e6-8047-0fe188feab8c","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"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}
`
}()}