${function() {
const variantData = data.variant || {"id":"ad4b3883-389b-4ec3-8da0-9d4d3beff2f8","product_id":"d3a4206c-c707-4f76-b1da-329b305c5c45","title":"Brown-M","weight_unit":"kg","inventory_quantity":1000,"sku":"Brown M-46380029","barcode":"","position":1,"option1":"Brown","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d58eb8aed8ef6a9175fd96fde803579.jpeg","path":"2d58eb8aed8ef6a9175fd96fde803579.jpeg","width":891,"height":891,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.82,"min_quantity":1}],"weight":"0","compare_at_price":"29.82","price":"29.82","retail_price":"29.82","available":true,"url":"\/products\/women-casual-cotton-linen-loose-v-neck-button-long-sleeve-cardigan-dresses-208528450611?variant=ad4b3883-389b-4ec3-8da0-9d4d3beff2f8","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"M"}],"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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"ad4b3883-389b-4ec3-8da0-9d4d3beff2f8","product_id":"d3a4206c-c707-4f76-b1da-329b305c5c45","title":"Brown-M","weight_unit":"kg","inventory_quantity":1000,"sku":"Brown M-46380029","barcode":"","position":1,"option1":"Brown","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d58eb8aed8ef6a9175fd96fde803579.jpeg","path":"2d58eb8aed8ef6a9175fd96fde803579.jpeg","width":891,"height":891,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.82,"min_quantity":1}],"weight":"0","compare_at_price":"29.82","price":"29.82","retail_price":"29.82","available":true,"url":"\/products\/women-casual-cotton-linen-loose-v-neck-button-long-sleeve-cardigan-dresses-208528450611?variant=ad4b3883-389b-4ec3-8da0-9d4d3beff2f8","available_quantity":999999999,"options":[{"name":"Color","value":"Brown"},{"name":"Size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}