${function() {
const variantData = data.variant || {"id":"aba0e0a4-fb0c-4d8b-b63f-5e5cbd540e06","product_id":"506de28c-1e3d-489d-893e-8c68c37bab53","title":"white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017323678","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/34ab797b4bccae00a6c1528a79f669c4.jpeg","path":"34ab797b4bccae00a6c1528a79f669c4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.34,"min_quantity":1}],"weight":"0","compare_at_price":"25.34","price":"25.34","retail_price":"25.34","available":true,"url":"\/products\/2021-express-europe-and-america-sell-new-pure-color-womens-pocket-cotton-linen-casual-dress-1214?variant=aba0e0a4-fb0c-4d8b-b63f-5e5cbd540e06","available_quantity":1000,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"S"}],"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":"aba0e0a4-fb0c-4d8b-b63f-5e5cbd540e06","product_id":"506de28c-1e3d-489d-893e-8c68c37bab53","title":"white-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017323678","barcode":"","position":1,"option1":"white","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/34ab797b4bccae00a6c1528a79f669c4.jpeg","path":"34ab797b4bccae00a6c1528a79f669c4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.34,"min_quantity":1}],"weight":"0","compare_at_price":"25.34","price":"25.34","retail_price":"25.34","available":true,"url":"\/products\/2021-express-europe-and-america-sell-new-pure-color-womens-pocket-cotton-linen-casual-dress-1214?variant=aba0e0a4-fb0c-4d8b-b63f-5e5cbd540e06","available_quantity":1000,"options":[{"name":"Color","value":"white"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}