${function() {
const variantData = data.variant || {"id":"344d504f-7cb1-45e0-baf3-5738822c066f","product_id":"93ac7d4d-a30a-454e-8c46-94600ff160de","title":"yellow-M","weight_unit":"kg","inventory_quantity":200,"sku":"UR0880-yellow-M","barcode":"","position":1,"option1":"yellow","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b606c53aafb0c24a8968152dc62c46ec.webp","path":"b606c53aafb0c24a8968152dc62c46ec.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"49.99","price":"34.99","retail_price":"49.99","available":true,"url":"\/products\/womens-loose-mid-sleeve-floral-thin-shirt-cardigan-top?variant=344d504f-7cb1-45e0-baf3-5738822c066f","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"M"}],"off_ratio":30,"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 : UR0880-yellow-M
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"344d504f-7cb1-45e0-baf3-5738822c066f","product_id":"93ac7d4d-a30a-454e-8c46-94600ff160de","title":"yellow-M","weight_unit":"kg","inventory_quantity":200,"sku":"UR0880-yellow-M","barcode":"","position":1,"option1":"yellow","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b606c53aafb0c24a8968152dc62c46ec.webp","path":"b606c53aafb0c24a8968152dc62c46ec.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"49.99","price":"34.99","retail_price":"49.99","available":true,"url":"\/products\/womens-loose-mid-sleeve-floral-thin-shirt-cardigan-top?variant=344d504f-7cb1-45e0-baf3-5738822c066f","available_quantity":200,"options":[{"name":"color","value":"yellow"},{"name":"size","value":"M"}],"off_ratio":30,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}