${function() {
const variantData = data.variant || {"id":"5dd52bd6-8054-4494-a482-f4ef1529c475","product_id":"f4e45cee-dd2b-47ee-8aa1-79d3094e119e","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6898439","barcode":"6898439","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7e38ebea5408ff15f6c660ae882093fa.webp","path":"7e38ebea5408ff15f6c660ae882093fa.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.22","compare_at_price":"64.33","price":"26.99","retail_price":"64.33","available":true,"url":"\/products\/991e304fa97a?variant=5dd52bd6-8054-4494-a482-f4ef1529c475","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":58,"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 : 6898439
Weight : 0.22kg
Barcode : 6898439
${function(){
const variantData = data.variant || {"id":"5dd52bd6-8054-4494-a482-f4ef1529c475","product_id":"f4e45cee-dd2b-47ee-8aa1-79d3094e119e","title":"Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6898439","barcode":"6898439","position":1,"option1":"Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7e38ebea5408ff15f6c660ae882093fa.webp","path":"7e38ebea5408ff15f6c660ae882093fa.webp","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0.22","compare_at_price":"64.33","price":"26.99","retail_price":"64.33","available":true,"url":"\/products\/991e304fa97a?variant=5dd52bd6-8054-4494-a482-f4ef1529c475","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"s"}],"off_ratio":58,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}