${function() {
const variantData = data.variant || {"id":"148c2b1b-7ec7-4680-8263-68215b0e5dec","product_id":"1afc3063-6d15-4f87-985e-785158b66bdd","title":"blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"YK299-blue-s","barcode":"","position":1,"option1":"blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab63252df82da7c0f39997cadf29effd.jpeg","path":"ab63252df82da7c0f39997cadf29effd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"39.99","retail_price":"49.99","available":true,"url":"\/products\/casula-hollow-out-mohair-sweater276d99f8-896c-4ae3-bfcd-b87543ca8218?variant=148c2b1b-7ec7-4680-8263-68215b0e5dec","available_quantity":1000,"options":[{"name":"color","value":"blue"},{"name":"size","value":"s"}],"off_ratio":20,"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":"148c2b1b-7ec7-4680-8263-68215b0e5dec","product_id":"1afc3063-6d15-4f87-985e-785158b66bdd","title":"blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"YK299-blue-s","barcode":"","position":1,"option1":"blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ab63252df82da7c0f39997cadf29effd.jpeg","path":"ab63252df82da7c0f39997cadf29effd.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"39.99","retail_price":"49.99","available":true,"url":"\/products\/casula-hollow-out-mohair-sweater276d99f8-896c-4ae3-bfcd-b87543ca8218?variant=148c2b1b-7ec7-4680-8263-68215b0e5dec","available_quantity":1000,"options":[{"name":"color","value":"blue"},{"name":"size","value":"s"}],"off_ratio":20,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}