${function() {
const variantData = data.variant || {"id":"39196151-bf1b-4e34-b12e-a78763330d8c","product_id":"2838d9df-e14a-4806-8d8d-65ec3baf3d30","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5956362","barcode":"5956362","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/367f33320430780c7ae4384af1cd3e27.webp","path":"367f33320430780c7ae4384af1cd3e27.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.95,"min_quantity":1}],"weight":"0.23","compare_at_price":"60.66","price":"23.95","retail_price":"60.66","available":true,"url":"\/products\/0346e3604515?variant=39196151-bf1b-4e34-b12e-a78763330d8c","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":61,"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 : 5956362
Weight : 0.23kg
Barcode : 5956362
${function(){
const variantData = data.variant || {"id":"39196151-bf1b-4e34-b12e-a78763330d8c","product_id":"2838d9df-e14a-4806-8d8d-65ec3baf3d30","title":"White-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5956362","barcode":"5956362","position":1,"option1":"White","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/367f33320430780c7ae4384af1cd3e27.webp","path":"367f33320430780c7ae4384af1cd3e27.webp","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.95,"min_quantity":1}],"weight":"0.23","compare_at_price":"60.66","price":"23.95","retail_price":"60.66","available":true,"url":"\/products\/0346e3604515?variant=39196151-bf1b-4e34-b12e-a78763330d8c","available_quantity":999999999,"options":[{"name":"Color","value":"White"},{"name":"Size","value":"s"}],"off_ratio":61,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}