${function() {
const variantData = data.variant || {"id":"b756fcff-deba-419f-952d-5b2fb03666c9","product_id":"28a846eb-f203-4d83-9ddd-606fd79cd649","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6849094","barcode":"6849094","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79ed4a5f5e0238168d9febf8110ed690.webp","path":"79ed4a5f5e0238168d9febf8110ed690.webp","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.26,"min_quantity":1}],"weight":"0.2","compare_at_price":"59.99","price":"24.26","retail_price":"59.99","available":true,"url":"\/products\/36814290cf2e?variant=b756fcff-deba-419f-952d-5b2fb03666c9","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"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 : 6849094
Weight : 0.2kg
Barcode : 6849094
${function(){
const variantData = data.variant || {"id":"b756fcff-deba-419f-952d-5b2fb03666c9","product_id":"28a846eb-f203-4d83-9ddd-606fd79cd649","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6849094","barcode":"6849094","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/79ed4a5f5e0238168d9febf8110ed690.webp","path":"79ed4a5f5e0238168d9febf8110ed690.webp","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":24.26,"min_quantity":1}],"weight":"0.2","compare_at_price":"59.99","price":"24.26","retail_price":"59.99","available":true,"url":"\/products\/36814290cf2e?variant=b756fcff-deba-419f-952d-5b2fb03666c9","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"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}
`
}()}