${function() {
const variantData = data.variant || {"id":"beb6a0ac-ff7d-4834-afff-27b3cbfcff8f","product_id":"12423d70-99f6-4104-b107-35c4d2f101fc","title":"XS","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"49.99","retail_price":"0","available":true,"url":"\/products\/high-end-style-sexy-one-shoulder-patchwork-dress?variant=beb6a0ac-ff7d-4834-afff-27b3cbfcff8f","available_quantity":995,"options":[{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":3};
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"beb6a0ac-ff7d-4834-afff-27b3cbfcff8f","product_id":"12423d70-99f6-4104-b107-35c4d2f101fc","title":"XS","weight_unit":"kg","inventory_quantity":995,"sku":"","barcode":"","position":1,"option1":"XS","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"49.99","retail_price":"0","available":true,"url":"\/products\/high-end-style-sexy-one-shoulder-patchwork-dress?variant=beb6a0ac-ff7d-4834-afff-27b3cbfcff8f","available_quantity":995,"options":[{"name":"size","value":"XS"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}