${function() {
const variantData = data.variant || {"id":"7b094115-37b2-4e36-a023-e52920cd3b8e","product_id":"53e5e213-7dea-4194-ad61-a40ee5dc35af","title":"Pink-S","weight_unit":"g","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d7a72d69fca1835b032a59fef6845ca0.webp","path":"d7a72d69fca1835b032a59fef6845ca0.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.85,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"34.85","retail_price":"65","available":true,"url":"\/products\/long-sleeve-floral-lace-up-casual-maxi-dress?variant=7b094115-37b2-4e36-a023-e52920cd3b8e","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":46,"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":"7b094115-37b2-4e36-a023-e52920cd3b8e","product_id":"53e5e213-7dea-4194-ad61-a40ee5dc35af","title":"Pink-S","weight_unit":"g","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Pink","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d7a72d69fca1835b032a59fef6845ca0.webp","path":"d7a72d69fca1835b032a59fef6845ca0.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.85,"min_quantity":1}],"weight":"0","compare_at_price":"65","price":"34.85","retail_price":"65","available":true,"url":"\/products\/long-sleeve-floral-lace-up-casual-maxi-dress?variant=7b094115-37b2-4e36-a023-e52920cd3b8e","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Size","value":"S"}],"off_ratio":46,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}