${function() {
const variantData = data.variant || {"id":"fbf75cae-7879-479d-abfd-4f3db6166393","product_id":"57020552-6b52-4860-83a1-a52ed700e8bd","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"MR1138-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/772f63305bf245c24a0cb3f21698ac88.jpeg","path":"772f63305bf245c24a0cb3f21698ac88.jpeg","width":768,"height":1152,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":42.84,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"42.84","retail_price":"88","available":true,"url":"\/products\/split-striped-cardigan-short-sleeve-dress?variant=fbf75cae-7879-479d-abfd-4f3db6166393","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":51,"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":"fbf75cae-7879-479d-abfd-4f3db6166393","product_id":"57020552-6b52-4860-83a1-a52ed700e8bd","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"MR1138-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/772f63305bf245c24a0cb3f21698ac88.jpeg","path":"772f63305bf245c24a0cb3f21698ac88.jpeg","width":768,"height":1152,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":42.84,"min_quantity":1}],"weight":"0","compare_at_price":"88","price":"42.84","retail_price":"88","available":true,"url":"\/products\/split-striped-cardigan-short-sleeve-dress?variant=fbf75cae-7879-479d-abfd-4f3db6166393","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":51,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}