${function() {
const variantData = data.variant || {"id":"08fcf25a-d62d-4dd3-86d6-13eb3d751217","product_id":"ba19b730-09b6-4d5c-9bee-77741e6b04c5","title":"Red-m","weight_unit":"kg","inventory_quantity":1000,"sku":"6916676","barcode":"","position":1,"option1":"Red","option2":"m","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8d0feb3936e0a62356493b9357b5c265.jpeg","path":"8d0feb3936e0a62356493b9357b5c265.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.38,"min_quantity":1}],"weight":"0","compare_at_price":"108.46","price":"43.38","retail_price":"108.46","available":true,"url":"\/products\/9384f96951b9?variant=08fcf25a-d62d-4dd3-86d6-13eb3d751217","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"m"}],"off_ratio":60,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"08fcf25a-d62d-4dd3-86d6-13eb3d751217","product_id":"ba19b730-09b6-4d5c-9bee-77741e6b04c5","title":"Red-m","weight_unit":"kg","inventory_quantity":1000,"sku":"6916676","barcode":"","position":1,"option1":"Red","option2":"m","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8d0feb3936e0a62356493b9357b5c265.jpeg","path":"8d0feb3936e0a62356493b9357b5c265.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":43.38,"min_quantity":1}],"weight":"0","compare_at_price":"108.46","price":"43.38","retail_price":"108.46","available":true,"url":"\/products\/9384f96951b9?variant=08fcf25a-d62d-4dd3-86d6-13eb3d751217","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"m"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}