${function() {
const variantData = data.variant || {"id":"3404b986-8d8f-44ca-ae07-c82163f36bcd","product_id":"7fd01189-a25d-490c-ac6e-5a15d714677e","title":"khaki-L","weight_unit":"kg","inventory_quantity":1000,"sku":"khaki L-44370086","barcode":"","position":1,"option1":"khaki","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fde27efae11158bf0f33b5f85cc9c207.jpeg","path":"fde27efae11158bf0f33b5f85cc9c207.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":47.63,"min_quantity":1}],"weight":"0","compare_at_price":"47.63","price":"47.63","retail_price":"47.63","available":true,"url":"\/products\/two-piece-elegant-and-simple-sweater-207998508924?variant=3404b986-8d8f-44ca-ae07-c82163f36bcd","available_quantity":999999999,"options":[{"name":"color","value":"khaki"},{"name":"size","value":"L"}],"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":"3404b986-8d8f-44ca-ae07-c82163f36bcd","product_id":"7fd01189-a25d-490c-ac6e-5a15d714677e","title":"khaki-L","weight_unit":"kg","inventory_quantity":1000,"sku":"khaki L-44370086","barcode":"","position":1,"option1":"khaki","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fde27efae11158bf0f33b5f85cc9c207.jpeg","path":"fde27efae11158bf0f33b5f85cc9c207.jpeg","width":800,"height":1000,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":47.63,"min_quantity":1}],"weight":"0","compare_at_price":"47.63","price":"47.63","retail_price":"47.63","available":true,"url":"\/products\/two-piece-elegant-and-simple-sweater-207998508924?variant=3404b986-8d8f-44ca-ae07-c82163f36bcd","available_quantity":999999999,"options":[{"name":"color","value":"khaki"},{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}