${function() {
const variantData = data.variant || {"id":"2e0bdf3d-83e9-404d-bcdb-598369f126d6","product_id":"3ae38abe-ca1f-46e1-a11d-ac7eeed08cea","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WD-360034","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c6cfe9a9521ed1e830366793e29b3dc.jpeg","path":"9c6cfe9a9521ed1e830366793e29b3dc.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"76.99","price":"45.99","retail_price":"76.99","available":true,"url":"\/products\/9788y03fekewd?variant=2e0bdf3d-83e9-404d-bcdb-598369f126d6","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":40,"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":"2e0bdf3d-83e9-404d-bcdb-598369f126d6","product_id":"3ae38abe-ca1f-46e1-a11d-ac7eeed08cea","title":"Grey-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WD-360034","barcode":"","position":1,"option1":"Grey","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c6cfe9a9521ed1e830366793e29b3dc.jpeg","path":"9c6cfe9a9521ed1e830366793e29b3dc.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"76.99","price":"45.99","retail_price":"76.99","available":true,"url":"\/products\/9788y03fekewd?variant=2e0bdf3d-83e9-404d-bcdb-598369f126d6","available_quantity":999999999,"options":[{"name":"Color","value":"Grey"},{"name":"Size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}