48V 150Ah Enjoybot Battery Kit | 4-Pack Combination
Enjoybot® Deep Cycle Battery
Automotive Grade LiFePO4 Prismatic Cells
150AH, 1920WH Capacity (RC @25A: 360min) Each
6000 Cycles at 80% DOD, 10-Year Lifespan
Built-in 150A Smart BMS, 6-Layer Protections
150A Max Continuous Discharge (500A 3-5s Peak Discharge)
Expandable Up to 4P4S to Form a 48V 600Ah System
Zero Maintenance, Environment Friendly
IP67 Rated Waterproof and Vibration-proof
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"867c8620-4c64-4a86-b45c-4f3aa1400a2d","product_id":"6d0e92db-5958-48fc-8f36-79aa9d079ce0","title":"12V 150Ah | Self Heating & Bluetooth (4 Packs)-None","weight_unit":"lb","inventory_quantity":0,"sku":"EB-12V150AH-SH*4","barcode":"","position":1,"option1":"12V 150Ah | Self Heating & Bluetooth (4 Packs)","option2":"None","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c6db9620e161d3dfd5ee63f8ef1bd9ac.jpeg","path":"c6db9620e161d3dfd5ee63f8ef1bd9ac.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":2116,"min_quantity":1}],"weight":"46","compare_at_price":"0","price":"2116","retail_price":"0","available":true,"url":"\/fr\/products\/48v-150ah-enjoybot-battery-kit-4-pack-combination?variant=867c8620-4c64-4a86-b45c-4f3aa1400a2d","available_quantity":999999999,"options":[{"name":"Combination","value":"12V 150Ah | Self Heating & Bluetooth (4 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 150Ah | Self Heating & Bluetooth (4 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 = "Veuillez s\u00e9lectionner un {{ 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 = "Veuillez s\u00e9lectionner un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Ajouter au panier
CA$2,116.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":"867c8620-4c64-4a86-b45c-4f3aa1400a2d","product_id":"6d0e92db-5958-48fc-8f36-79aa9d079ce0","title":"12V 150Ah | Self Heating & Bluetooth (4 Packs)-None","weight_unit":"lb","inventory_quantity":0,"sku":"EB-12V150AH-SH*4","barcode":"","position":1,"option1":"12V 150Ah | Self Heating & Bluetooth (4 Packs)","option2":"None","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c6db9620e161d3dfd5ee63f8ef1bd9ac.jpeg","path":"c6db9620e161d3dfd5ee63f8ef1bd9ac.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":2116,"min_quantity":1}],"weight":"46","compare_at_price":"0","price":"2116","retail_price":"0","available":true,"url":"\/fr\/products\/48v-150ah-enjoybot-battery-kit-4-pack-combination?variant=867c8620-4c64-4a86-b45c-4f3aa1400a2d","available_quantity":999999999,"options":[{"name":"Combination","value":"12V 150Ah | Self Heating & Bluetooth (4 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 ? `
` : ' ';
}
}()}
Acheter maintenant
Le produit était en rupture de stock.
Le produit n'est pas disponible.
${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 = "Votre commande est la livraison gratuite";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}
10-Year Warranty & Professional Tech Support