${function() {
const variantData = data.variant || {"id":"242f891a-66a8-4144-b467-6bfb7326718b","product_id":"1e311473-0f2e-49d5-a38d-283776de2993","title":"green-L","weight_unit":"kg","inventory_quantity":1000,"sku":"green L-44371686","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6b616b1dea87af47798e5daec2803e01.jpeg","path":"6b616b1dea87af47798e5daec2803e01.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.63,"min_quantity":1}],"weight":"0","compare_at_price":"29.63","price":"29.63","retail_price":"29.63","available":true,"url":"\/products\/v-neck-long-sleeve-casual-two-piece-suit-207998465628?variant=242f891a-66a8-4144-b467-6bfb7326718b","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size","value":"L"}],"off_ratio":0,"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":"242f891a-66a8-4144-b467-6bfb7326718b","product_id":"1e311473-0f2e-49d5-a38d-283776de2993","title":"green-L","weight_unit":"kg","inventory_quantity":1000,"sku":"green L-44371686","barcode":"","position":1,"option1":"green","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6b616b1dea87af47798e5daec2803e01.jpeg","path":"6b616b1dea87af47798e5daec2803e01.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.63,"min_quantity":1}],"weight":"0","compare_at_price":"29.63","price":"29.63","retail_price":"29.63","available":true,"url":"\/products\/v-neck-long-sleeve-casual-two-piece-suit-207998465628?variant=242f891a-66a8-4144-b467-6bfb7326718b","available_quantity":999999999,"options":[{"name":"color","value":"green"},{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}