${function() {
const variantData = data.variant || {"id":"68ddfe8b-b92a-4406-a9c9-ee0f6bf114ef","product_id":"80129de7-7036-4b94-9123-6125e4bd0158","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6768743","barcode":"6768743","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c0c765f8b67844b35e480f1dbdfaeef.webp","path":"2c0c765f8b67844b35e480f1dbdfaeef.webp","width":1170,"height":1171,"alt":"","aspect_ratio":0.9991460290350128},"wholesale_price":[{"price":34.56,"min_quantity":1}],"weight":"0.22","compare_at_price":"86.4","price":"34.56","retail_price":"86.4","available":true,"url":"\/products\/4fc0c83edbc5?variant=68ddfe8b-b92a-4406-a9c9-ee0f6bf114ef","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":60,"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.
Sku : 6768743
Weight : 0.22kg
Barcode : 6768743
${function(){
const variantData = data.variant || {"id":"68ddfe8b-b92a-4406-a9c9-ee0f6bf114ef","product_id":"80129de7-7036-4b94-9123-6125e4bd0158","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6768743","barcode":"6768743","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c0c765f8b67844b35e480f1dbdfaeef.webp","path":"2c0c765f8b67844b35e480f1dbdfaeef.webp","width":1170,"height":1171,"alt":"","aspect_ratio":0.9991460290350128},"wholesale_price":[{"price":34.56,"min_quantity":1}],"weight":"0.22","compare_at_price":"86.4","price":"34.56","retail_price":"86.4","available":true,"url":"\/products\/4fc0c83edbc5?variant=68ddfe8b-b92a-4406-a9c9-ee0f6bf114ef","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}