${function() {
const variantData = data.variant || {"id":"8b314294-1f6a-4720-8da0-b0026d7e9c78","product_id":"9e629787-c911-46ef-8b66-d2a27c90a0bd","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"TSNC4274-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6f0e7012b679bd593eacd6b2dede337.jpeg","path":"e6f0e7012b679bd593eacd6b2dede337.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":22.98,"min_quantity":1}],"weight":"0","compare_at_price":"34.98","price":"22.98","retail_price":"34.98","available":true,"url":"\/products\/womens-i-just-want-to-drink-beer-and-pet-my-dog-print-t-shirte7dc9411-f72f-40d1-b39c-75f682a3585d?variant=8b314294-1f6a-4720-8da0-b0026d7e9c78","available_quantity":1000,"options":[{"name":"color","value":"black"},{"name":"size","value":"S"}],"off_ratio":34,"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":"8b314294-1f6a-4720-8da0-b0026d7e9c78","product_id":"9e629787-c911-46ef-8b66-d2a27c90a0bd","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"TSNC4274-black-S","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e6f0e7012b679bd593eacd6b2dede337.jpeg","path":"e6f0e7012b679bd593eacd6b2dede337.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":22.98,"min_quantity":1}],"weight":"0","compare_at_price":"34.98","price":"22.98","retail_price":"34.98","available":true,"url":"\/products\/womens-i-just-want-to-drink-beer-and-pet-my-dog-print-t-shirte7dc9411-f72f-40d1-b39c-75f682a3585d?variant=8b314294-1f6a-4720-8da0-b0026d7e9c78","available_quantity":1000,"options":[{"name":"color","value":"black"},{"name":"size","value":"S"}],"off_ratio":34,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}