${function() {
const variantData = data.variant || {"id":"781ad7ac-3682-48da-8dae-aa87fefd448c","product_id":"9b4e95bb-c4a3-4c91-8646-e5e886642348","title":"Light Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6662921","barcode":"","position":1,"option1":"Light Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/951862874407c11c2acd07e9ffc4019c.jpeg","path":"951862874407c11c2acd07e9ffc4019c.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"50","price":"25.99","retail_price":"50","available":true,"url":"\/products\/e0ac0ed668b0?variant=781ad7ac-3682-48da-8dae-aa87fefd448c","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"s"}],"off_ratio":48,"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":"781ad7ac-3682-48da-8dae-aa87fefd448c","product_id":"9b4e95bb-c4a3-4c91-8646-e5e886642348","title":"Light Blue-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6662921","barcode":"","position":1,"option1":"Light Blue","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/951862874407c11c2acd07e9ffc4019c.jpeg","path":"951862874407c11c2acd07e9ffc4019c.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"50","price":"25.99","retail_price":"50","available":true,"url":"\/products\/e0ac0ed668b0?variant=781ad7ac-3682-48da-8dae-aa87fefd448c","available_quantity":999999999,"options":[{"name":"Color","value":"Light Blue"},{"name":"Size","value":"s"}],"off_ratio":48,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}