${function() {
const variantData = data.variant || {"id":"f29f5d8f-0dea-427b-9233-3f0f7f650d5c","product_id":"023fa5b7-9dc7-4291-9a98-59e6d139e53d","title":"white-S","weight_unit":"kg","inventory_quantity":1001,"sku":"TSNC4318-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c3ab027423d39971ebd20493e8e6d76.jpeg","path":"9c3ab027423d39971ebd20493e8e6d76.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.98,"min_quantity":1}],"weight":"0","compare_at_price":"30.98","price":"19.98","retail_price":"30.98","available":true,"url":"\/products\/womens-this-is-my-holiday-christmas-movies-watching-shirt-0wyg2af3ac14-6504-4165-bf7b-8d63f954c18d?variant=f29f5d8f-0dea-427b-9233-3f0f7f650d5c","available_quantity":1001,"options":[{"name":"color","value":"white"},{"name":"size","value":"S"}],"off_ratio":36,"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.
${function(){
const variantData = data.variant || {"id":"f29f5d8f-0dea-427b-9233-3f0f7f650d5c","product_id":"023fa5b7-9dc7-4291-9a98-59e6d139e53d","title":"white-S","weight_unit":"kg","inventory_quantity":1001,"sku":"TSNC4318-white-S","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c3ab027423d39971ebd20493e8e6d76.jpeg","path":"9c3ab027423d39971ebd20493e8e6d76.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.98,"min_quantity":1}],"weight":"0","compare_at_price":"30.98","price":"19.98","retail_price":"30.98","available":true,"url":"\/products\/womens-this-is-my-holiday-christmas-movies-watching-shirt-0wyg2af3ac14-6504-4165-bf7b-8d63f954c18d?variant=f29f5d8f-0dea-427b-9233-3f0f7f650d5c","available_quantity":1001,"options":[{"name":"color","value":"white"},{"name":"size","value":"S"}],"off_ratio":36,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}