${function() {
const variantData = data.variant || {"id":"43ca1e10-60d8-40e3-84db-db5f4211fcc5","product_id":"54a7a071-3cfb-47e1-b4f2-0e8cb5e7bebf","title":"GREEN-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WD-336445","barcode":"","position":1,"option1":"GREEN","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f33f432d3b8e4da519ceedfa2b128880.jpeg","path":"f33f432d3b8e4da519ceedfa2b128880.jpeg","width":637,"height":637,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"61.99","price":"38.99","retail_price":"61.99","available":true,"url":"\/products\/n0li7boktkay8?variant=43ca1e10-60d8-40e3-84db-db5f4211fcc5","available_quantity":999999999,"options":[{"name":"Color","value":"GREEN"},{"name":"Size","value":"S"}],"off_ratio":37,"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":"43ca1e10-60d8-40e3-84db-db5f4211fcc5","product_id":"54a7a071-3cfb-47e1-b4f2-0e8cb5e7bebf","title":"GREEN-S","weight_unit":"kg","inventory_quantity":1000,"sku":"WD-336445","barcode":"","position":1,"option1":"GREEN","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f33f432d3b8e4da519ceedfa2b128880.jpeg","path":"f33f432d3b8e4da519ceedfa2b128880.jpeg","width":637,"height":637,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":38.99,"min_quantity":1}],"weight":"0","compare_at_price":"61.99","price":"38.99","retail_price":"61.99","available":true,"url":"\/products\/n0li7boktkay8?variant=43ca1e10-60d8-40e3-84db-db5f4211fcc5","available_quantity":999999999,"options":[{"name":"Color","value":"GREEN"},{"name":"Size","value":"S"}],"off_ratio":37,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}