${function() {
const variantData = data.variant || {"id":"f2e65635-fcb6-4d93-8785-052bb61146b4","product_id":"05aaa270-ff0e-41ce-9041-30e5f3df8d64","title":"One Size-Beige","weight_unit":"kg","inventory_quantity":999,"sku":"MY191028023","barcode":"","position":1,"option1":"One Size","option2":"Beige","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/db22477a1bbdd12a4ba1f4a317a31b37.jpeg","path":"db22477a1bbdd12a4ba1f4a317a31b37.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0.53","compare_at_price":"62","price":"24.99","retail_price":"62","available":true,"url":"\/products\/reindeer-colorblock-jacquard-christmas-sweater?variant=f2e65635-fcb6-4d93-8785-052bb61146b4","available_quantity":999999999,"options":[{"name":"Size","value":"One Size"},{"name":"Color","value":"Beige"}],"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 : MY191028023
Weight : 0.53kg
${function(){
const variantData = data.variant || {"id":"f2e65635-fcb6-4d93-8785-052bb61146b4","product_id":"05aaa270-ff0e-41ce-9041-30e5f3df8d64","title":"One Size-Beige","weight_unit":"kg","inventory_quantity":999,"sku":"MY191028023","barcode":"","position":1,"option1":"One Size","option2":"Beige","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/db22477a1bbdd12a4ba1f4a317a31b37.jpeg","path":"db22477a1bbdd12a4ba1f4a317a31b37.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.99,"min_quantity":1}],"weight":"0.53","compare_at_price":"62","price":"24.99","retail_price":"62","available":true,"url":"\/products\/reindeer-colorblock-jacquard-christmas-sweater?variant=f2e65635-fcb6-4d93-8785-052bb61146b4","available_quantity":999999999,"options":[{"name":"Size","value":"One Size"},{"name":"Color","value":"Beige"}],"off_ratio":60,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}