${function() {
const variantData = data.variant || {"id":"e9e569ac-dc5f-4ef4-85ec-cc2a45703d2e","product_id":"d542b8e3-6b94-4a44-8b8e-355f2770a85b","title":"white-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4567-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93c6ebc8d303acf7ff56915d12779943.jpeg","path":"93c6ebc8d303acf7ff56915d12779943.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.98,"min_quantity":1}],"weight":"0.26","compare_at_price":"35.98","price":"24.98","retail_price":"35.98","available":true,"url":"\/products\/womens-western-cow-mardi-gras-casual-long-sleeve-top?variant=e9e569ac-dc5f-4ef4-85ec-cc2a45703d2e","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"S"}],"off_ratio":31,"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 : TSLC4567-white-S
Weight : 0.26kg
${function(){
const variantData = data.variant || {"id":"e9e569ac-dc5f-4ef4-85ec-cc2a45703d2e","product_id":"d542b8e3-6b94-4a44-8b8e-355f2770a85b","title":"white-S","weight_unit":"kg","inventory_quantity":200,"sku":"TSLC4567-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/93c6ebc8d303acf7ff56915d12779943.jpeg","path":"93c6ebc8d303acf7ff56915d12779943.jpeg","width":675,"height":900,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":24.98,"min_quantity":1}],"weight":"0.26","compare_at_price":"35.98","price":"24.98","retail_price":"35.98","available":true,"url":"\/products\/womens-western-cow-mardi-gras-casual-long-sleeve-top?variant=e9e569ac-dc5f-4ef4-85ec-cc2a45703d2e","available_quantity":200,"options":[{"name":"color","value":"white"},{"name":"size","value":"S"}],"off_ratio":31,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}