${function() {
const variantData = data.variant || {"id":"ed25762a-cff3-437f-babf-2a817d1bd58a","product_id":"ed4a7a6b-72ef-4893-af1e-b51beea12e70","title":"Yellow-B-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024743371","barcode":"","position":1,"option1":"Yellow-B","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/70b965e851c78c57b9d558e6029bd4aa.jpeg","path":"70b965e851c78c57b9d558e6029bd4aa.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.68,"min_quantity":1}],"weight":"0","compare_at_price":"29.68","price":"29.68","retail_price":"29.68","available":true,"url":"\/products\/fashion-off-shoulder-sundress-women-loose-beach-mini-dress-4455?variant=ed25762a-cff3-437f-babf-2a817d1bd58a","available_quantity":1000,"options":[{"name":"Color","value":"Yellow-B"},{"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":"ed25762a-cff3-437f-babf-2a817d1bd58a","product_id":"ed4a7a6b-72ef-4893-af1e-b51beea12e70","title":"Yellow-B-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024743371","barcode":"","position":1,"option1":"Yellow-B","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/70b965e851c78c57b9d558e6029bd4aa.jpeg","path":"70b965e851c78c57b9d558e6029bd4aa.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.68,"min_quantity":1}],"weight":"0","compare_at_price":"29.68","price":"29.68","retail_price":"29.68","available":true,"url":"\/products\/fashion-off-shoulder-sundress-women-loose-beach-mini-dress-4455?variant=ed25762a-cff3-437f-babf-2a817d1bd58a","available_quantity":1000,"options":[{"name":"Color","value":"Yellow-B"},{"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}
`
}()}