${function() {
const variantData = data.variant || {"id":"c1255ac9-8ccd-4ca3-bfac-86f82b7b3002","product_id":"039cb770-561a-4a09-89e9-8ac560980fc4","title":"Black-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6139609","barcode":"6139609","position":1,"option1":"Black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c35ab90e8a02a10d00b4dc3f4fdacb14.jpeg","path":"c35ab90e8a02a10d00b4dc3f4fdacb14.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.95,"min_quantity":1}],"weight":"0.5","compare_at_price":"90","price":"44.95","retail_price":"90","available":true,"url":"\/products\/athree34cef348d87f?variant=c1255ac9-8ccd-4ca3-bfac-86f82b7b3002","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"s"}],"off_ratio":50,"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 : 6139609
Weight : 0.5kg
Barcode : 6139609
${function(){
const variantData = data.variant || {"id":"c1255ac9-8ccd-4ca3-bfac-86f82b7b3002","product_id":"039cb770-561a-4a09-89e9-8ac560980fc4","title":"Black-s","weight_unit":"kg","inventory_quantity":1000,"sku":"6139609","barcode":"6139609","position":1,"option1":"Black","option2":"s","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c35ab90e8a02a10d00b4dc3f4fdacb14.jpeg","path":"c35ab90e8a02a10d00b4dc3f4fdacb14.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":44.95,"min_quantity":1}],"weight":"0.5","compare_at_price":"90","price":"44.95","retail_price":"90","available":true,"url":"\/products\/athree34cef348d87f?variant=c1255ac9-8ccd-4ca3-bfac-86f82b7b3002","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"s"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}