36V 100Ah Enjoybot Battery Kit | 3-Pack Combination
Enjoybot® Deep Cycle Battery
Grade-A LiFePO4 Prismatic Cells
100AH, 1280WH Capacity (RC @25A: 240min)
4000+ Cycles at 100% DOD, 10-Year Lifespan
Built-in 100A Smart BMS, 6-Layer Protections
100A Max Continuous Discharge (350A 3-5s Peak Discharge)
Expandable Up to 4P4S to Form a 48V 400Ah System
Zero Maintenance, Environment Friendly
IP67 Rated Waterproof and Vibration-proof
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"097a5e33-2dca-49c1-a81b-592edfaa7873","product_id":"3d501e57-2c17-4c72-a576-59b370441d4e","title":"12V 100Ah | Self Heating & Bluetooth (3 Packs)-None","weight_unit":"lb","inventory_quantity":0,"sku":"EB-12100MINI-SHBT*3","barcode":"","position":1,"option1":"12V 100Ah | Self Heating & Bluetooth (3 Packs)","option2":"None","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d9e08fa428ddc98a10ebc0b16a07d1a7.jpeg","path":"d9e08fa428ddc98a10ebc0b16a07d1a7.jpeg","width":1600,"height":1600,"alt":"Enjoybot 12V 100Ah Group 24 Self-Heating & Bluetooth Lithium LiFePO4 Battery_3 Pack","aspect_ratio":1},"wholesale_price":[{"price":1047,"min_quantity":1}],"weight":"46","compare_at_price":"0","price":"1047","retail_price":"0","available":true,"url":"\/products\/36v-100ah-enjoybot-battery-kit-3-pack-combination?variant=097a5e33-2dca-49c1-a81b-592edfaa7873","available_quantity":999999999,"options":[{"name":"Combination","value":"12V 100Ah | Self Heating & Bluetooth (3 Packs)"},{"name":"Add-on Charger","value":"None"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Combination:
12V 100Ah | Self Heating & Bluetooth (3 Packs)
${function(){
const optName = "Combination";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add-on Charger:
None
${function(){
const optName = "Add-on Charger";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
CA$1,047.00
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"097a5e33-2dca-49c1-a81b-592edfaa7873","product_id":"3d501e57-2c17-4c72-a576-59b370441d4e","title":"12V 100Ah | Self Heating & Bluetooth (3 Packs)-None","weight_unit":"lb","inventory_quantity":0,"sku":"EB-12100MINI-SHBT*3","barcode":"","position":1,"option1":"12V 100Ah | Self Heating & Bluetooth (3 Packs)","option2":"None","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d9e08fa428ddc98a10ebc0b16a07d1a7.jpeg","path":"d9e08fa428ddc98a10ebc0b16a07d1a7.jpeg","width":1600,"height":1600,"alt":"Enjoybot 12V 100Ah Group 24 Self-Heating & Bluetooth Lithium LiFePO4 Battery_3 Pack","aspect_ratio":1},"wholesale_price":[{"price":1047,"min_quantity":1}],"weight":"46","compare_at_price":"0","price":"1047","retail_price":"0","available":true,"url":"\/products\/36v-100ah-enjoybot-battery-kit-3-pack-combination?variant=097a5e33-2dca-49c1-a81b-592edfaa7873","available_quantity":999999999,"options":[{"name":"Combination","value":"12V 100Ah | Self Heating & Bluetooth (3 Packs)"},{"name":"Add-on Charger","value":"None"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('5');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + ' ')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + ' ');
return `
${tipText}
`;
}()}
${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 `
`;
}()}
Sku : EB-12100MINI-SHBT*3
Weight : 46lb
${function(){
const variantData = data.variant || {"id":"097a5e33-2dca-49c1-a81b-592edfaa7873","product_id":"3d501e57-2c17-4c72-a576-59b370441d4e","title":"12V 100Ah | Self Heating & Bluetooth (3 Packs)-None","weight_unit":"lb","inventory_quantity":0,"sku":"EB-12100MINI-SHBT*3","barcode":"","position":1,"option1":"12V 100Ah | Self Heating & Bluetooth (3 Packs)","option2":"None","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d9e08fa428ddc98a10ebc0b16a07d1a7.jpeg","path":"d9e08fa428ddc98a10ebc0b16a07d1a7.jpeg","width":1600,"height":1600,"alt":"Enjoybot 12V 100Ah Group 24 Self-Heating & Bluetooth Lithium LiFePO4 Battery_3 Pack","aspect_ratio":1},"wholesale_price":[{"price":1047,"min_quantity":1}],"weight":"46","compare_at_price":"0","price":"1047","retail_price":"0","available":true,"url":"\/products\/36v-100ah-enjoybot-battery-kit-3-pack-combination?variant=097a5e33-2dca-49c1-a81b-592edfaa7873","available_quantity":999999999,"options":[{"name":"Combination","value":"12V 100Ah | Self Heating & Bluetooth (3 Packs)"},{"name":"Add-on Charger","value":"None"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
10-Year Warranty & Professional Tech Support