DMEGC 1.5V AA 2600mAh alkaline battery suitable for Electronic lock blood glucose meter
${function() {
const variantData = data.variant || {"id":"a21431c8-0642-44f9-96b1-a59c2f8b53ab","product_id":"bdb73d7e-5e89-4ed5-8873-14409640d736","title":"4pcs","weight_unit":"kg","inventory_quantity":0,"sku":"05 DMEGC 1.5V AA 2600mah---4pc","barcode":"","position":1,"option1":"4pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/baea64a5a0cdfc66cb0470c31c5894d9.jpg","path":"baea64a5a0cdfc66cb0470c31c5894d9.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":480,"min_quantity":1}],"weight":"0","compare_at_price":"500","price":"480","retail_price":"500","available":true,"url":"\/products\/dmegc-1-5v-aa-2600mah-alkaline-battery-suitable-for-electronic-lock-blood-glucose-meter?variant=a21431c8-0642-44f9-96b1-a59c2f8b53ab","available_quantity":999999999,"options":[{"name":"quantity","value":"4pcs"}],"off_ratio":4,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
Sku : 05 DMEGC 1.5V AA 2600mah---4pc
${function(){
const variantData = data.variant || {"id":"a21431c8-0642-44f9-96b1-a59c2f8b53ab","product_id":"bdb73d7e-5e89-4ed5-8873-14409640d736","title":"4pcs","weight_unit":"kg","inventory_quantity":0,"sku":"05 DMEGC 1.5V AA 2600mah---4pc","barcode":"","position":1,"option1":"4pcs","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/baea64a5a0cdfc66cb0470c31c5894d9.jpg","path":"baea64a5a0cdfc66cb0470c31c5894d9.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":480,"min_quantity":1}],"weight":"0","compare_at_price":"500","price":"480","retail_price":"500","available":true,"url":"\/products\/dmegc-1-5v-aa-2600mah-alkaline-battery-suitable-for-electronic-lock-blood-glucose-meter?variant=a21431c8-0642-44f9-96b1-a59c2f8b53ab","available_quantity":999999999,"options":[{"name":"quantity","value":"4pcs"}],"off_ratio":4,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 399;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}