${function() {
const variantData = data.variant || {"id":"5eff8a67-da56-4e1b-97ad-b9b7a85a2f33","product_id":"29739533-bcc3-48aa-97b5-85c9d973e7d1","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"qzb1628068778033908","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dfc7bf5be5f0c3bbf7c48be0c7d25b47.jpeg","path":"dfc7bf5be5f0c3bbf7c48be0c7d25b47.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.35,"min_quantity":1}],"weight":"0","compare_at_price":"36.99","price":"26.35","retail_price":"36.99","available":true,"url":"\/products\/work-long-sleeve-v-neck-paneled-shirts-tops?variant=5eff8a67-da56-4e1b-97ad-b9b7a85a2f33","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":29,"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 : qzb1628068778033908
${function(){
const variantData = data.variant || {"id":"5eff8a67-da56-4e1b-97ad-b9b7a85a2f33","product_id":"29739533-bcc3-48aa-97b5-85c9d973e7d1","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"qzb1628068778033908","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/dfc7bf5be5f0c3bbf7c48be0c7d25b47.jpeg","path":"dfc7bf5be5f0c3bbf7c48be0c7d25b47.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.35,"min_quantity":1}],"weight":"0","compare_at_price":"36.99","price":"26.35","retail_price":"36.99","available":true,"url":"\/products\/work-long-sleeve-v-neck-paneled-shirts-tops?variant=5eff8a67-da56-4e1b-97ad-b9b7a85a2f33","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":29,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}