${function() {
const variantData = data.variant || {"id":"7f52e66f-eb28-4280-9511-eaba08e2cf57","product_id":"adcd0eba-c03e-4698-9fc4-f5f77449464f","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"6195641","barcode":"6195641","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d27c8425c636066a2f412166caf54553.webp","path":"d27c8425c636066a2f412166caf54553.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.99","price":"29.99","retail_price":"58.99","available":true,"url":"\/products\/64cda39f1eb7?variant=7f52e66f-eb28-4280-9511-eaba08e2cf57","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":49,"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 : 6195641
Barcode : 6195641
${function(){
const variantData = data.variant || {"id":"7f52e66f-eb28-4280-9511-eaba08e2cf57","product_id":"adcd0eba-c03e-4698-9fc4-f5f77449464f","title":"Yellow-S","weight_unit":"kg","inventory_quantity":1000,"sku":"6195641","barcode":"6195641","position":1,"option1":"Yellow","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d27c8425c636066a2f412166caf54553.webp","path":"d27c8425c636066a2f412166caf54553.webp","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"58.99","price":"29.99","retail_price":"58.99","available":true,"url":"\/products\/64cda39f1eb7?variant=7f52e66f-eb28-4280-9511-eaba08e2cf57","available_quantity":999999999,"options":[{"name":"Color","value":"Yellow"},{"name":"Size","value":"S"}],"off_ratio":49,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}