${function() {
const variantData = data.variant || {"id":"06774142-66ff-4ead-9886-bbe46c75bc14","product_id":"be096dc1-08c4-4f5e-ba87-9534c02a12a5","title":"Orange-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5824707","barcode":"5824707","position":1,"option1":"Orange","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/df0cb76e8187749532d402cea3688a1f.webp","path":"df0cb76e8187749532d402cea3688a1f.webp","width":800,"height":798,"alt":"","aspect_ratio":1.0025062656641603},"wholesale_price":[{"price":22.79,"min_quantity":1}],"weight":"0.31","compare_at_price":"56.98","price":"22.79","retail_price":"56.98","available":true,"url":"\/products\/17096ca9ceae?variant=06774142-66ff-4ead-9886-bbe46c75bc14","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"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 : 5824707
Weight : 0.31kg
Barcode : 5824707
${function(){
const variantData = data.variant || {"id":"06774142-66ff-4ead-9886-bbe46c75bc14","product_id":"be096dc1-08c4-4f5e-ba87-9534c02a12a5","title":"Orange-s","weight_unit":"kg","inventory_quantity":1000,"sku":"5824707","barcode":"5824707","position":1,"option1":"Orange","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/df0cb76e8187749532d402cea3688a1f.webp","path":"df0cb76e8187749532d402cea3688a1f.webp","width":800,"height":798,"alt":"","aspect_ratio":1.0025062656641603},"wholesale_price":[{"price":22.79,"min_quantity":1}],"weight":"0.31","compare_at_price":"56.98","price":"22.79","retail_price":"56.98","available":true,"url":"\/products\/17096ca9ceae?variant=06774142-66ff-4ead-9886-bbe46c75bc14","available_quantity":999999999,"options":[{"name":"Color","value":"Orange"},{"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}
`
}()}