${function() {
const variantData = data.variant || {"id":"f288d1c0-1f75-4bcd-aed9-559e439e973e","product_id":"61f2006c-21fe-4c1a-ad49-2096cb07ef58","title":"Beige-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7258654","barcode":"7258654","position":1,"option1":"Beige","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/42b7a517bda2d364cde6db7e1ea43d76.jpeg","path":"42b7a517bda2d364cde6db7e1ea43d76.jpeg","width":501,"height":501,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"64.58","price":"25.99","retail_price":"64.58","available":true,"url":"\/products\/pattern-embroidered-cotton-short-sleeve-holiday-dress?variant=f288d1c0-1f75-4bcd-aed9-559e439e973e","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"s"}],"off_ratio":60,"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.
Sku : 7258654
Barcode : 7258654
${function(){
const variantData = data.variant || {"id":"f288d1c0-1f75-4bcd-aed9-559e439e973e","product_id":"61f2006c-21fe-4c1a-ad49-2096cb07ef58","title":"Beige-s","weight_unit":"kg","inventory_quantity":1000,"sku":"7258654","barcode":"7258654","position":1,"option1":"Beige","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/42b7a517bda2d364cde6db7e1ea43d76.jpeg","path":"42b7a517bda2d364cde6db7e1ea43d76.jpeg","width":501,"height":501,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"64.58","price":"25.99","retail_price":"64.58","available":true,"url":"\/products\/pattern-embroidered-cotton-short-sleeve-holiday-dress?variant=f288d1c0-1f75-4bcd-aed9-559e439e973e","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Size","value":"s"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}