${function() {
const variantData = data.variant || {"id":"1c8946a1-bebf-4abb-b719-dfcbe0e6866a","product_id":"826844ce-1d15-4c13-80e5-c3b6a7541536","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024756270","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5f10b3d8e3b2a975c08b606b1c91bb99.jpeg","path":"5f10b3d8e3b2a975c08b606b1c91bb99.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.61,"min_quantity":1}],"weight":"0","compare_at_price":"25.61","price":"25.61","retail_price":"25.61","available":true,"url":"\/products\/womens-nightgown-loose-striped-nightdress-spring-summer-new-short-7566?variant=1c8946a1-bebf-4abb-b719-dfcbe0e6866a","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":"1c8946a1-bebf-4abb-b719-dfcbe0e6866a","product_id":"826844ce-1d15-4c13-80e5-c3b6a7541536","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024756270","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5f10b3d8e3b2a975c08b606b1c91bb99.jpeg","path":"5f10b3d8e3b2a975c08b606b1c91bb99.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.61,"min_quantity":1}],"weight":"0","compare_at_price":"25.61","price":"25.61","retail_price":"25.61","available":true,"url":"\/products\/womens-nightgown-loose-striped-nightdress-spring-summer-new-short-7566?variant=1c8946a1-bebf-4abb-b719-dfcbe0e6866a","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}
`
}()}