${function() {
const variantData = data.variant || {"id":"fef84b9a-343a-40ca-951c-83528df3dcd1","product_id":"c723b31c-4691-4738-9792-6245d9684dfc","title":"Yellow-3xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4931388","barcode":"","position":1,"option1":"Yellow","option2":"3xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcad86e90432695bf06b40b5309005a0.jpeg","path":"fcad86e90432695bf06b40b5309005a0.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"88.79","price":"35.99","retail_price":"88.79","available":true,"url":"\/products\/sexy-off-shoulder-plain-cross-strap-maxi-dress?variant=fef84b9a-343a-40ca-951c-83528df3dcd1","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"3xl"}],"off_ratio":59,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"fef84b9a-343a-40ca-951c-83528df3dcd1","product_id":"c723b31c-4691-4738-9792-6245d9684dfc","title":"Yellow-3xl","weight_unit":"kg","inventory_quantity":1000,"sku":"4931388","barcode":"","position":1,"option1":"Yellow","option2":"3xl","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fcad86e90432695bf06b40b5309005a0.jpeg","path":"fcad86e90432695bf06b40b5309005a0.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35.99,"min_quantity":1}],"weight":"0","compare_at_price":"88.79","price":"35.99","retail_price":"88.79","available":true,"url":"\/products\/sexy-off-shoulder-plain-cross-strap-maxi-dress?variant=fef84b9a-343a-40ca-951c-83528df3dcd1","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"3xl"}],"off_ratio":59,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}