${function() {
const variantData = data.variant || {"id":"0a01ae2d-bd73-47a3-9cd4-7f0963e9874a","product_id":"af010059-0320-4d0c-b75d-d5040f483d91","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"LX23071304-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2872b7b3a80ad868a6449651eef7b7d6.jpeg","path":"2872b7b3a80ad868a6449651eef7b7d6.jpeg","width":692,"height":922,"alt":"","aspect_ratio":0.7505422993492408},"wholesale_price":[{"price":31.59,"min_quantity":1}],"weight":"0","compare_at_price":"62.89","price":"31.59","retail_price":"62.89","available":true,"url":"\/products\/solid-color-cotton-lace-round-neck-half-length-sleeve-dress?variant=0a01ae2d-bd73-47a3-9cd4-7f0963e9874a","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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":"0a01ae2d-bd73-47a3-9cd4-7f0963e9874a","product_id":"af010059-0320-4d0c-b75d-d5040f483d91","title":"White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"LX23071304-White-S","barcode":"","position":1,"option1":"White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2872b7b3a80ad868a6449651eef7b7d6.jpeg","path":"2872b7b3a80ad868a6449651eef7b7d6.jpeg","width":692,"height":922,"alt":"","aspect_ratio":0.7505422993492408},"wholesale_price":[{"price":31.59,"min_quantity":1}],"weight":"0","compare_at_price":"62.89","price":"31.59","retail_price":"62.89","available":true,"url":"\/products\/solid-color-cotton-lace-round-neck-half-length-sleeve-dress?variant=0a01ae2d-bd73-47a3-9cd4-7f0963e9874a","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"S"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}