${function() {
const variantData = data.variant || {"id":"95be028d-7139-4cf8-8f98-fe2f28d567a6","product_id":"4b90b13a-1374-4e41-88e9-83b7e1d29bee","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"black S-40702606","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/057736c0d62592fea132c464254746b9.jpeg","path":"057736c0d62592fea132c464254746b9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.77,"min_quantity":1}],"weight":"0","compare_at_price":"27.77","price":"27.77","retail_price":"27.77","available":true,"url":"\/products\/hot-selling-fashion-womens-sexy-solid-cross-sling-bodycon-dress-208529122068?variant=95be028d-7139-4cf8-8f98-fe2f28d567a6","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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":"95be028d-7139-4cf8-8f98-fe2f28d567a6","product_id":"4b90b13a-1374-4e41-88e9-83b7e1d29bee","title":"black-S","weight_unit":"kg","inventory_quantity":1000,"sku":"black S-40702606","barcode":"","position":1,"option1":"black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/057736c0d62592fea132c464254746b9.jpeg","path":"057736c0d62592fea132c464254746b9.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":27.77,"min_quantity":1}],"weight":"0","compare_at_price":"27.77","price":"27.77","retail_price":"27.77","available":true,"url":"\/products\/hot-selling-fashion-womens-sexy-solid-cross-sling-bodycon-dress-208529122068?variant=95be028d-7139-4cf8-8f98-fe2f28d567a6","available_quantity":999999999,"options":[{"name":"Color","value":"black"},{"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}
`
}()}