${function() {
const variantData = data.variant || {"id":"3d8fb612-31c8-40f3-8eb9-96f29b1eb319","product_id":"4bb2f6f1-5df4-4262-b257-bd974e752e3f","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6176522","barcode":"6176522","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8f700faad17067d4e14110d78bd015d.webp","path":"e8f700faad17067d4e14110d78bd015d.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.88,"min_quantity":1}],"weight":"0.3","compare_at_price":"77.2","price":"30.88","retail_price":"77.2","available":true,"url":"\/products\/2c6871c63eee?variant=3d8fb612-31c8-40f3-8eb9-96f29b1eb319","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 : 6176522
Weight : 0.3kg
Barcode : 6176522
${function(){
const variantData = data.variant || {"id":"3d8fb612-31c8-40f3-8eb9-96f29b1eb319","product_id":"4bb2f6f1-5df4-4262-b257-bd974e752e3f","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6176522","barcode":"6176522","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e8f700faad17067d4e14110d78bd015d.webp","path":"e8f700faad17067d4e14110d78bd015d.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":30.88,"min_quantity":1}],"weight":"0.3","compare_at_price":"77.2","price":"30.88","retail_price":"77.2","available":true,"url":"\/products\/2c6871c63eee?variant=3d8fb612-31c8-40f3-8eb9-96f29b1eb319","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}
`
}()}