${function() {
const variantData = data.variant || {"id":"4d44f3c2-a5db-4bd8-b6f5-a1e14a242666","product_id":"547907fc-4b57-484a-9f76-48d4b334bf77","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018129339","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53d376cf0edcc1e6a036616c103bcf69.jpeg","path":"53d376cf0edcc1e6a036616c103bcf69.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":23.95,"min_quantity":1}],"weight":"0","compare_at_price":"23.95","price":"23.95","retail_price":"23.95","available":true,"url":"\/products\/cotton-short-sleeve-holiday-off-shoulder-maxi-dresses-6748?variant=4d44f3c2-a5db-4bd8-b6f5-a1e14a242666","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":"4d44f3c2-a5db-4bd8-b6f5-a1e14a242666","product_id":"547907fc-4b57-484a-9f76-48d4b334bf77","title":"Black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018129339","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/53d376cf0edcc1e6a036616c103bcf69.jpeg","path":"53d376cf0edcc1e6a036616c103bcf69.jpeg","width":668,"height":890,"alt":"","aspect_ratio":0.750561797752809},"wholesale_price":[{"price":23.95,"min_quantity":1}],"weight":"0","compare_at_price":"23.95","price":"23.95","retail_price":"23.95","available":true,"url":"\/products\/cotton-short-sleeve-holiday-off-shoulder-maxi-dresses-6748?variant=4d44f3c2-a5db-4bd8-b6f5-a1e14a242666","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}
`
}()}