${function() {
const variantData = data.variant || {"id":"f578482a-9db3-4ea0-b42c-b5be025c25ee","product_id":"af15518a-0e3f-4faf-bf67-05f0684411c4","title":"Blue-L","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017189862","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/792ad3856ef9afa6fcae234cd8f619d5.jpeg","path":"792ad3856ef9afa6fcae234cd8f619d5.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.36,"min_quantity":1}],"weight":"0","compare_at_price":"32.36","price":"32.36","retail_price":"32.36","available":true,"url":"\/products\/womens-casual-denim-commuting-slim-simple-retro-loose-dresses-1758?variant=f578482a-9db3-4ea0-b42c-b5be025c25ee","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"L"}],"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":"f578482a-9db3-4ea0-b42c-b5be025c25ee","product_id":"af15518a-0e3f-4faf-bf67-05f0684411c4","title":"Blue-L","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017189862","barcode":"","position":1,"option1":"Blue","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/792ad3856ef9afa6fcae234cd8f619d5.jpeg","path":"792ad3856ef9afa6fcae234cd8f619d5.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.36,"min_quantity":1}],"weight":"0","compare_at_price":"32.36","price":"32.36","retail_price":"32.36","available":true,"url":"\/products\/womens-casual-denim-commuting-slim-simple-retro-loose-dresses-1758?variant=f578482a-9db3-4ea0-b42c-b5be025c25ee","available_quantity":1000,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}