${function() {
const variantData = data.variant || {"id":"fb53ad99-a02d-4fde-bafa-2b5e629dbf03","product_id":"3b4dc709-70d0-474b-a84b-aae2cf8ecba2","title":"Pink-S","weight_unit":"kg","inventory_quantity":1000,"sku":"LX23091505-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ce76a9cabc530ee134fdfe5511b39fc3.jpeg","path":"ce76a9cabc530ee134fdfe5511b39fc3.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.9,"min_quantity":1}],"weight":"0","compare_at_price":"48","price":"29.9","retail_price":"48","available":true,"url":"\/products\/floral-print-stitching-mid-length-dress?variant=fb53ad99-a02d-4fde-bafa-2b5e629dbf03","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":38,"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":"fb53ad99-a02d-4fde-bafa-2b5e629dbf03","product_id":"3b4dc709-70d0-474b-a84b-aae2cf8ecba2","title":"Pink-S","weight_unit":"kg","inventory_quantity":1000,"sku":"LX23091505-Pink-S","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ce76a9cabc530ee134fdfe5511b39fc3.jpeg","path":"ce76a9cabc530ee134fdfe5511b39fc3.jpeg","width":750,"height":750,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.9,"min_quantity":1}],"weight":"0","compare_at_price":"48","price":"29.9","retail_price":"48","available":true,"url":"\/products\/floral-print-stitching-mid-length-dress?variant=fb53ad99-a02d-4fde-bafa-2b5e629dbf03","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":38,"flashsale_info":[],"sales":0};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}