${function() {
const variantData = data.variant || {"id":"5a131395-bbd6-426a-aba6-dbeac7eadf77","product_id":"2579a39c-81e3-4594-aea5-1f49de2d9e4c","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018365174","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7d57ac656cd4747f9696276f6ab9262.jpeg","path":"b7d57ac656cd4747f9696276f6ab9262.jpeg","width":736,"height":981,"alt":"","aspect_ratio":0.7502548419979612},"wholesale_price":[{"price":28.95,"min_quantity":1}],"weight":"0","compare_at_price":"28.95","price":"28.95","retail_price":"28.95","available":true,"url":"\/products\/v-neck-short-sleeve-casual-dresses-3403?variant=5a131395-bbd6-426a-aba6-dbeac7eadf77","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"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":"5a131395-bbd6-426a-aba6-dbeac7eadf77","product_id":"2579a39c-81e3-4594-aea5-1f49de2d9e4c","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018365174","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7d57ac656cd4747f9696276f6ab9262.jpeg","path":"b7d57ac656cd4747f9696276f6ab9262.jpeg","width":736,"height":981,"alt":"","aspect_ratio":0.7502548419979612},"wholesale_price":[{"price":28.95,"min_quantity":1}],"weight":"0","compare_at_price":"28.95","price":"28.95","retail_price":"28.95","available":true,"url":"\/products\/v-neck-short-sleeve-casual-dresses-3403?variant=5a131395-bbd6-426a-aba6-dbeac7eadf77","available_quantity":1000,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}