${function() {
const variantData = data.variant || {"id":"65282369-e1b1-4e7e-b011-64559f235ec6","product_id":"6b36912d-b81f-4b3d-8a2d-7259017317b3","title":"green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5119176","barcode":"","position":1,"option1":"green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b620f9cbd981e00acaad2fb6d34c2705.jpeg","path":"b620f9cbd981e00acaad2fb6d34c2705.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.95,"min_quantity":1}],"weight":"0","compare_at_price":"55","price":"24.95","retail_price":"55","available":true,"url":"\/products\/round-neck-high-slit-single-breasted-plain-long-sleeve-maxi-dresses?variant=65282369-e1b1-4e7e-b011-64559f235ec6","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"s"}],"off_ratio":55,"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":"65282369-e1b1-4e7e-b011-64559f235ec6","product_id":"6b36912d-b81f-4b3d-8a2d-7259017317b3","title":"green-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5119176","barcode":"","position":1,"option1":"green","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b620f9cbd981e00acaad2fb6d34c2705.jpeg","path":"b620f9cbd981e00acaad2fb6d34c2705.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.95,"min_quantity":1}],"weight":"0","compare_at_price":"55","price":"24.95","retail_price":"55","available":true,"url":"\/products\/round-neck-high-slit-single-breasted-plain-long-sleeve-maxi-dresses?variant=65282369-e1b1-4e7e-b011-64559f235ec6","available_quantity":999999999,"options":[{"name":"Color","value":"green"},{"name":"Size","value":"s"}],"off_ratio":55,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}