${function() {
const variantData = data.variant || {"id":"d53568da-9b17-41f1-87c7-fa6b7eb4b5aa","product_id":"55a46436-f937-41c3-a465-88d599430b6e","title":"ZCQZZ189-White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017209782","barcode":"","position":1,"option1":"ZCQZZ189-White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/46b344fbc817c1bbc857c8cc98edf609.jpeg","path":"46b344fbc817c1bbc857c8cc98edf609.jpeg","width":1000,"height":1648,"alt":"","aspect_ratio":0.6067961165048543},"wholesale_price":[{"price":25.36,"min_quantity":1}],"weight":"0","compare_at_price":"25.36","price":"25.36","retail_price":"25.36","available":true,"url":"\/products\/womens-cotton-high-quality-summer-linen-cotton-dresses-3173?variant=d53568da-9b17-41f1-87c7-fa6b7eb4b5aa","available_quantity":1000,"options":[{"name":"Color","value":"ZCQZZ189-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":"d53568da-9b17-41f1-87c7-fa6b7eb4b5aa","product_id":"55a46436-f937-41c3-a465-88d599430b6e","title":"ZCQZZ189-White-S","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693017209782","barcode":"","position":1,"option1":"ZCQZZ189-White","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/46b344fbc817c1bbc857c8cc98edf609.jpeg","path":"46b344fbc817c1bbc857c8cc98edf609.jpeg","width":1000,"height":1648,"alt":"","aspect_ratio":0.6067961165048543},"wholesale_price":[{"price":25.36,"min_quantity":1}],"weight":"0","compare_at_price":"25.36","price":"25.36","retail_price":"25.36","available":true,"url":"\/products\/womens-cotton-high-quality-summer-linen-cotton-dresses-3173?variant=d53568da-9b17-41f1-87c7-fa6b7eb4b5aa","available_quantity":1000,"options":[{"name":"Color","value":"ZCQZZ189-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}
`
}()}