${function() {
const variantData = data.variant || {"id":"a5bdcdc1-7856-4be5-9f32-5e98b47b69e9","product_id":"30b905bb-83f5-4943-89f5-2a30adb28def","title":"EV85F","weight_unit":"kg","inventory_quantity":100,"sku":"ZJZ-RCB-EV85F","barcode":"774494004744","position":1,"option1":"EV85F","option2":"","option3":"","note":"EV85F-ABE","image":{"src":"\/\/img.staticdj.com\/54402d32b54fb5c308b673847ee09fc7.jpg","path":"54402d32b54fb5c308b673847ee09fc7.jpg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":399.99,"min_quantity":1}],"weight":"15","compare_at_price":"499.99","price":"399.99","retail_price":"499.99","available":true,"url":"\/products\/rcb-electric-scooter-e-scooter-mit-strassenzulassung-abe-gift-for-adults-and-teenagers?variant=a5bdcdc1-7856-4be5-9f32-5e98b47b69e9","available_quantity":999999999,"options":[{"name":"style","value":"EV85F"}],"off_ratio":20,"flashsale_info":[],"sales":0};
const saveType = "amount";
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : ZJZ-RCB-EV85F
Weight : 15kg
Barcode : 774494004744
${function(){
const variantData = data.variant || {"id":"a5bdcdc1-7856-4be5-9f32-5e98b47b69e9","product_id":"30b905bb-83f5-4943-89f5-2a30adb28def","title":"EV85F","weight_unit":"kg","inventory_quantity":100,"sku":"ZJZ-RCB-EV85F","barcode":"774494004744","position":1,"option1":"EV85F","option2":"","option3":"","note":"EV85F-ABE","image":{"src":"\/\/img.staticdj.com\/54402d32b54fb5c308b673847ee09fc7.jpg","path":"54402d32b54fb5c308b673847ee09fc7.jpg","width":1500,"height":1500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":399.99,"min_quantity":1}],"weight":"15","compare_at_price":"499.99","price":"399.99","retail_price":"499.99","available":true,"url":"\/products\/rcb-electric-scooter-e-scooter-mit-strassenzulassung-abe-gift-for-adults-and-teenagers?variant=a5bdcdc1-7856-4be5-9f32-5e98b47b69e9","available_quantity":999999999,"options":[{"name":"style","value":"EV85F"}],"off_ratio":20,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}