${function() {
const variantData = data.variant || {"id":"75f53033-c255-4e28-922e-83e52c7a933e","product_id":"1ae71c3d-49ea-45c1-b49d-12356d09efb5","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018238929","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5b28c24a943fde1400af14ae2fa55b9d.jpeg","path":"5b28c24a943fde1400af14ae2fa55b9d.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.95,"min_quantity":1}],"weight":"0","compare_at_price":"19.95","price":"19.95","retail_price":"19.95","available":true,"url":"\/products\/black-solid-buttoned-cocoon-short-sleeve-casual-dress-8069?variant=75f53033-c255-4e28-922e-83e52c7a933e","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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":"75f53033-c255-4e28-922e-83e52c7a933e","product_id":"1ae71c3d-49ea-45c1-b49d-12356d09efb5","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018238929","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5b28c24a943fde1400af14ae2fa55b9d.jpeg","path":"5b28c24a943fde1400af14ae2fa55b9d.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":19.95,"min_quantity":1}],"weight":"0","compare_at_price":"19.95","price":"19.95","retail_price":"19.95","available":true,"url":"\/products\/black-solid-buttoned-cocoon-short-sleeve-casual-dress-8069?variant=75f53033-c255-4e28-922e-83e52c7a933e","available_quantity":1000,"options":[{"name":"Color","value":"Black"},{"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}
`
}()}