${function() {
const variantData = data.variant || {"id":"62520974-0e01-43be-88a0-a2658060b1df","product_id":"3bb15d01-aa59-4f65-84b2-ab6cca93a58f","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7051479","barcode":"7051479","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4eec6558ec8ac661beb854769641331b.jpeg","path":"4eec6558ec8ac661beb854769641331b.jpeg","width":550,"height":550,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.25,"min_quantity":1}],"weight":"0","compare_at_price":"160.25","price":"42.25","retail_price":"160.25","available":true,"url":"\/products\/fashion-print-v-neck-single-breasted-short-sleeved-dress?variant=62520974-0e01-43be-88a0-a2658060b1df","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":74,"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.
Sku : 7051479
Barcode : 7051479
${function(){
const variantData = data.variant || {"id":"62520974-0e01-43be-88a0-a2658060b1df","product_id":"3bb15d01-aa59-4f65-84b2-ab6cca93a58f","title":"Red-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7051479","barcode":"7051479","position":1,"option1":"Red","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/4eec6558ec8ac661beb854769641331b.jpeg","path":"4eec6558ec8ac661beb854769641331b.jpeg","width":550,"height":550,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":42.25,"min_quantity":1}],"weight":"0","compare_at_price":"160.25","price":"42.25","retail_price":"160.25","available":true,"url":"\/products\/fashion-print-v-neck-single-breasted-short-sleeved-dress?variant=62520974-0e01-43be-88a0-a2658060b1df","available_quantity":999999999,"options":[{"name":"Color","value":"Red"},{"name":"Size","value":"s"}],"off_ratio":74,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}