${function() {
const variantData = data.variant || {"id":"10aea605-1508-4cec-9b85-b82571e54ea5","product_id":"a5128f67-78c9-456f-924b-f7923b51ba8d","title":"Gray-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018111675","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3f42a8fd2f57722f6333ee3609c4e04f.jpeg","path":"3f42a8fd2f57722f6333ee3609c4e04f.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":25.46,"min_quantity":1}],"weight":"0","compare_at_price":"25.46","price":"25.46","retail_price":"25.46","available":true,"url":"\/products\/gray-crew-neck-half-sleeve-dresses-3198?variant=10aea605-1508-4cec-9b85-b82571e54ea5","available_quantity":1000,"options":[{"name":"Color","value":"Gray"},{"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":"10aea605-1508-4cec-9b85-b82571e54ea5","product_id":"a5128f67-78c9-456f-924b-f7923b51ba8d","title":"Gray-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693018111675","barcode":"","position":1,"option1":"Gray","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3f42a8fd2f57722f6333ee3609c4e04f.jpeg","path":"3f42a8fd2f57722f6333ee3609c4e04f.jpeg","width":667,"height":890,"alt":"","aspect_ratio":0.749438202247191},"wholesale_price":[{"price":25.46,"min_quantity":1}],"weight":"0","compare_at_price":"25.46","price":"25.46","retail_price":"25.46","available":true,"url":"\/products\/gray-crew-neck-half-sleeve-dresses-3198?variant=10aea605-1508-4cec-9b85-b82571e54ea5","available_quantity":1000,"options":[{"name":"Color","value":"Gray"},{"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}
`
}()}