48V 150AH Enjoybot LiFePO4 Lithium Golf Cart Battery Conversion Kit - 4 batteries
Enjoybot® Deep Cycle Battery
Included Components:
4 X 48V 150Ah Plus LiFePO4 Battery - 7680Wh
1 X 58.4V 15A Battery Charger - 10 Hrs Full Charge
1 X Battery Monitor 500A with Shunt
1 X DC-DC 48V to 12V Step Down Converter
3 X 3 AWG Cable
people are viewing this right now
${function() {
const variantData = data.variant || {"id":"e5c9df71-626b-4314-ad50-c64270f0808a","product_id":"207b4f28-6f8b-4303-b50f-bfadc32b77db","title":"Group 31 | Self Heating & Bluetooth-4-Pack(Build a 48V 150Ah Golf Cart Power Supply)","weight_unit":"lb","inventory_quantity":0,"sku":"12150-4P-GCKIT","barcode":"","position":1,"option1":"Group 31 | Self Heating & Bluetooth","option2":"4-Pack(Build a 48V 150Ah Golf Cart Power Supply)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/524b8419d2abaeba1ea5cc402ed5610e.jpeg","path":"524b8419d2abaeba1ea5cc402ed5610e.jpeg","width":1600,"height":1600,"alt":"Enjoybot 48V 150Ah Golf Cart Lithium Battery Conversion Kit - 4 Batteries","aspect_ratio":1},"wholesale_price":[{"price":2578,"min_quantity":1}],"weight":"142.4","compare_at_price":"0","price":"2578","retail_price":"0","available":true,"url":"\/products\/48v-150ah-golf-cart-lithium-battery-conversion-kit-4-batteries?variant=e5c9df71-626b-4314-ad50-c64270f0808a","available_quantity":999999999,"options":[{"name":"Type","value":"Group 31 | Self Heating & Bluetooth"},{"name":"Pack","value":"4-Pack(Build a 48V 150Ah Golf Cart Power Supply)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Type:
Group 31 | Self Heating & Bluetooth
${function(){
const optName = "Type";
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}
`
}()}
Pack:
4-Pack(Build a 48V 150Ah Golf Cart Power Supply)
${function(){
const optName = "Pack";
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$2,578.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":"e5c9df71-626b-4314-ad50-c64270f0808a","product_id":"207b4f28-6f8b-4303-b50f-bfadc32b77db","title":"Group 31 | Self Heating & Bluetooth-4-Pack(Build a 48V 150Ah Golf Cart Power Supply)","weight_unit":"lb","inventory_quantity":0,"sku":"12150-4P-GCKIT","barcode":"","position":1,"option1":"Group 31 | Self Heating & Bluetooth","option2":"4-Pack(Build a 48V 150Ah Golf Cart Power Supply)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/524b8419d2abaeba1ea5cc402ed5610e.jpeg","path":"524b8419d2abaeba1ea5cc402ed5610e.jpeg","width":1600,"height":1600,"alt":"Enjoybot 48V 150Ah Golf Cart Lithium Battery Conversion Kit - 4 Batteries","aspect_ratio":1},"wholesale_price":[{"price":2578,"min_quantity":1}],"weight":"142.4","compare_at_price":"0","price":"2578","retail_price":"0","available":true,"url":"\/products\/48v-150ah-golf-cart-lithium-battery-conversion-kit-4-batteries?variant=e5c9df71-626b-4314-ad50-c64270f0808a","available_quantity":999999999,"options":[{"name":"Type","value":"Group 31 | Self Heating & Bluetooth"},{"name":"Pack","value":"4-Pack(Build a 48V 150Ah Golf Cart Power Supply)"}],"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 `
`;
}()}
10-Year Warranty & Professional Tech Support