${function() {
const variantData = data.variant || {"id":"db64e75b-c7cd-463a-9499-531bab870841","product_id":"15d77f2f-ab90-4b9d-9743-698daee68e5f","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-41076849","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74f3ebe6489b5a7bd4c3772d9d4109f0.jpeg","path":"74f3ebe6489b5a7bd4c3772d9d4109f0.jpeg","width":1001,"height":1500,"alt":"","aspect_ratio":0.6673333333333333},"wholesale_price":[{"price":35.39,"min_quantity":1}],"weight":"0","compare_at_price":"35.39","price":"35.39","retail_price":"35.39","available":true,"url":"\/products\/layered-print-pocket-high-waist-loose-beach-skirt-208565333514?variant=db64e75b-c7cd-463a-9499-531bab870841","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"db64e75b-c7cd-463a-9499-531bab870841","product_id":"15d77f2f-ab90-4b9d-9743-698daee68e5f","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"Blue S-41076849","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/74f3ebe6489b5a7bd4c3772d9d4109f0.jpeg","path":"74f3ebe6489b5a7bd4c3772d9d4109f0.jpeg","width":1001,"height":1500,"alt":"","aspect_ratio":0.6673333333333333},"wholesale_price":[{"price":35.39,"min_quantity":1}],"weight":"0","compare_at_price":"35.39","price":"35.39","retail_price":"35.39","available":true,"url":"\/products\/layered-print-pocket-high-waist-loose-beach-skirt-208565333514?variant=db64e75b-c7cd-463a-9499-531bab870841","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}