Energizer 9V NiMH Recharge 230mAh Battery
${function() {
const variantData = data.variant || {"id":"ab1cf401-73e5-4ea2-b30e-ea59f10442b9","product_id":"8aeadfc5-fd70-41a1-9a33-90933f138203","title":"2pcs 9V","weight_unit":"kg","inventory_quantity":0,"sku":"120 energizer 9V rechargeable battery---2pc","barcode":"","position":1,"option1":"2pcs 9V","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fddaaf4dd3ef90a346319c8e7d542b9f.jpg","path":"fddaaf4dd3ef90a346319c8e7d542b9f.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":520,"min_quantity":1}],"weight":"0","compare_at_price":"680","price":"520","retail_price":"680","available":true,"url":"\/products\/energizer-9v-nimh-recharge-230mah-battery?variant=ab1cf401-73e5-4ea2-b30e-ea59f10442b9","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs 9V"}],"off_ratio":24,"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 : 120 energizer 9V rechargeable battery---2pc
${function(){
const variantData = data.variant || {"id":"ab1cf401-73e5-4ea2-b30e-ea59f10442b9","product_id":"8aeadfc5-fd70-41a1-9a33-90933f138203","title":"2pcs 9V","weight_unit":"kg","inventory_quantity":0,"sku":"120 energizer 9V rechargeable battery---2pc","barcode":"","position":1,"option1":"2pcs 9V","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fddaaf4dd3ef90a346319c8e7d542b9f.jpg","path":"fddaaf4dd3ef90a346319c8e7d542b9f.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":520,"min_quantity":1}],"weight":"0","compare_at_price":"680","price":"520","retail_price":"680","available":true,"url":"\/products\/energizer-9v-nimh-recharge-230mah-battery?variant=ab1cf401-73e5-4ea2-b30e-ea59f10442b9","available_quantity":999999999,"options":[{"name":"quantity","value":"2pcs 9V"}],"off_ratio":24,"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 `
`;
}()}