${function() {
const variantData = data.variant || {"id":"9ee9c8ef-d4c2-430b-bec3-5e1437df3b14","product_id":"781f250c-ee4e-4f8c-8b1c-29f8693e0a45","title":"Purple-SS","weight_unit":"g","inventory_quantity":0,"sku":"QY22137-PU-SS","barcode":"","position":1,"option1":"Purple","option2":"SS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d15f328668b0e8226f3bc494925acfc9.jpeg","path":"d15f328668b0e8226f3bc494925acfc9.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/fashion-hollow-straw-bag?variant=9ee9c8ef-d4c2-430b-bec3-5e1437df3b14","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"SS"}],"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 : QY22137-PU-SS
Weight : 300g
${function(){
const variantData = data.variant || {"id":"9ee9c8ef-d4c2-430b-bec3-5e1437df3b14","product_id":"781f250c-ee4e-4f8c-8b1c-29f8693e0a45","title":"Purple-SS","weight_unit":"g","inventory_quantity":0,"sku":"QY22137-PU-SS","barcode":"","position":1,"option1":"Purple","option2":"SS","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d15f328668b0e8226f3bc494925acfc9.jpeg","path":"d15f328668b0e8226f3bc494925acfc9.jpeg","width":600,"height":900,"alt":"","aspect_ratio":0.6666666666666666},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"300","compare_at_price":"0","price":"19.99","retail_price":"0","available":true,"url":"\/products\/fashion-hollow-straw-bag?variant=9ee9c8ef-d4c2-430b-bec3-5e1437df3b14","available_quantity":999999999,"options":[{"name":"Color","value":"Purple"},{"name":"Size","value":"SS"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}