${function() {
const variantData = data.variant || {"id":"08b1948f-c845-447a-aba2-afdc8239fb51","product_id":"1dda42bd-c9fc-41f3-aa9e-e255937a20de","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024732182","barcode":"","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b3b3af437d825b094d0be998882f52bb.jpeg","path":"b3b3af437d825b094d0be998882f52bb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.35,"min_quantity":1}],"weight":"0","compare_at_price":"32.35","price":"32.35","retail_price":"32.35","available":true,"url":"\/products\/fashion-bare-back-across-sleeveless-pure-colour-evening-dress-3703?variant=08b1948f-c845-447a-aba2-afdc8239fb51","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":"08b1948f-c845-447a-aba2-afdc8239fb51","product_id":"1dda42bd-c9fc-41f3-aa9e-e255937a20de","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"dlz1693024732182","barcode":"","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b3b3af437d825b094d0be998882f52bb.jpeg","path":"b3b3af437d825b094d0be998882f52bb.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.35,"min_quantity":1}],"weight":"0","compare_at_price":"32.35","price":"32.35","retail_price":"32.35","available":true,"url":"\/products\/fashion-bare-back-across-sleeveless-pure-colour-evening-dress-3703?variant=08b1948f-c845-447a-aba2-afdc8239fb51","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}
`
}()}