${function() {
const variantData = data.variant || {"id":"3a086e5c-cddb-4c7b-943e-af4d3aae159a","product_id":"178aa58e-4cc0-45af-a78f-f149d14598ab","title":"AirPods Pro","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"AirPods Pro","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.99","retail_price":"0","available":true,"url":"\/products\/burberry-apple-airpods-case-short-leather-bracelet?variant=3a086e5c-cddb-4c7b-943e-af4d3aae159a","available_quantity":999999999,"options":[{"name":"Choose a model","value":"AirPods Pro"}],"off_ratio":0,"flashsale_info":[],"sales":445};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
Choose A Model
${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":"3a086e5c-cddb-4c7b-943e-af4d3aae159a","product_id":"178aa58e-4cc0-45af-a78f-f149d14598ab","title":"AirPods Pro","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"AirPods Pro","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.99","retail_price":"0","available":true,"url":"\/products\/burberry-apple-airpods-case-short-leather-bracelet?variant=3a086e5c-cddb-4c7b-943e-af4d3aae159a","available_quantity":999999999,"options":[{"name":"Choose a model","value":"AirPods Pro"}],"off_ratio":0,"flashsale_info":[],"sales":445};
return `
`
}()}