${function() {
const variantData = data.variant || {"id":"6f07eb11-537f-4521-9201-a165c5235fb5","product_id":"43843028-9840-4d29-8bf2-77310c224d74","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0904-blue-S","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/565c3f53fb1a71632ef0df210d7e6349.jpeg","path":"565c3f53fb1a71632ef0df210d7e6349.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"55.99","price":"40.99","retail_price":"55.99","available":true,"url":"\/products\/womens-short-sleeved-top-pants-casual-two-piece-set?variant=6f07eb11-537f-4521-9201-a165c5235fb5","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":27,"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 : UR0904-blue-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"6f07eb11-537f-4521-9201-a165c5235fb5","product_id":"43843028-9840-4d29-8bf2-77310c224d74","title":"blue-S","weight_unit":"kg","inventory_quantity":200,"sku":"UR0904-blue-S","barcode":"","position":1,"option1":"blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/565c3f53fb1a71632ef0df210d7e6349.jpeg","path":"565c3f53fb1a71632ef0df210d7e6349.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":40.99,"min_quantity":1}],"weight":"0.26","compare_at_price":"55.99","price":"40.99","retail_price":"55.99","available":true,"url":"\/products\/womens-short-sleeved-top-pants-casual-two-piece-set?variant=6f07eb11-537f-4521-9201-a165c5235fb5","available_quantity":200,"options":[{"name":"color","value":"blue"},{"name":"size","value":"S"}],"off_ratio":27,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}