${function() {
const variantData = data.variant || {"id":"ecfedf1c-560f-480b-91be-74f0a50e8164","product_id":"65f9c319-770d-4bb9-a3a8-a3bff2d6d472","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"ZSYS-23081505-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25b9df5a2f12343ed8e4e2333b2ed71d.png","path":"25b9df5a2f12343ed8e4e2333b2ed71d.png","width":798,"height":803,"alt":"","aspect_ratio":0.9937733499377335},"wholesale_price":[{"price":37.97,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37.97","retail_price":"0","available":true,"url":"\/products\/true-love-kiss-print-smiley-long-sleeve-t-shirt-and-pants?variant=ecfedf1c-560f-480b-91be-74f0a50e8164","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"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.
Sku : ZSYS-23081505-Black-S
${function(){
const variantData = data.variant || {"id":"ecfedf1c-560f-480b-91be-74f0a50e8164","product_id":"65f9c319-770d-4bb9-a3a8-a3bff2d6d472","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"ZSYS-23081505-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/25b9df5a2f12343ed8e4e2333b2ed71d.png","path":"25b9df5a2f12343ed8e4e2333b2ed71d.png","width":798,"height":803,"alt":"","aspect_ratio":0.9937733499377335},"wholesale_price":[{"price":37.97,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"37.97","retail_price":"0","available":true,"url":"\/products\/true-love-kiss-print-smiley-long-sleeve-t-shirt-and-pants?variant=ecfedf1c-560f-480b-91be-74f0a50e8164","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}