Excellent Battery 23CT

Excellent Battery 23CT
Keep your devices powered with the Excellent Battery 23CT, offering reliable, long-lasting performance for everyday use.

👉 Get it now at GEA

KShs900.00

Enquire Now
12 People watching this product now!
  • Pick up from the GEA Store

To pick up today

Free

  • Courier delivery

Our courier will deliver to the specified address

2-3 Days

Free

  • DHL Courier delivery

DHL courier will deliver to the specified address

2-3 Days

Free

  • Warranty 1 year

Payment Methods:

Description

Key Specifications and Features
  • Capacity: Typically rated at around 2300mAh. Some retailer listings mention 1450mAh, but the higher capacity is more consistently cited across detailed product pages.
  • Voltage: Operates at a nominal voltage of 3.7V or 3.8V/3.85V.
  • Type: Lithium-ion or lithium-polymer rechargeable battery technology.
  • Compatibility: Primarily designed for the Tecno WX3 Lite (also known as W3X Lite) and is also compatible with models like the itel S65 and Tecno H6.
  • Safety Features: Includes built-in safety mechanisms such as dual IC protection to safeguard against overcharging, over-discharging, short circuits, and overcurrent.
  • Durability: Engineered for enhanced durability and a longer lifespan, with a cycle life of over 500 times.
  • Environmental Compliance: Designed to be eco-friendly and compliant with environmental regulations for safe disposal and recycling.

Disclaimer

Prices and stock levels are subject to change without notice. Please verify before ordering.

Customer Reviews

0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “Excellent Battery 23CT”

Your email address will not be published. Required fields are marked *

1 2 3 4 5
1 2 3 4 5
1 2 3 4 5

Shopping cart
Sign in
Shopping cart
Sign in
⚠️ You are offline. Some features may not work. Check your connection.
3bb0dc6136" />

No account yet?

⚠️ You are offline. Some features may not work. Check your connection.
0 items Cart
' . "\n"; }, 5 );/* ===================================================== 32. CHECKOUT: AJAX REMOVE ITEM — SERVER SIDE ===================================================== */ add_action( 'wp_ajax_gea_checkout_remove_item', 'gea_checkout_remove_item_handler' ); add_action( 'wp_ajax_nopriv_gea_checkout_remove_item', 'gea_checkout_remove_item_handler' );function gea_checkout_remove_item_handler() { check_ajax_referer( 'gea_checkout_remove', 'security' ); $cart_item_key = sanitize_text_field( $_POST['cart_item_key'] ?? '' ); if ( ! $cart_item_key ) { wp_send_json_error( [ 'message' => 'Missing cart item key.' ] ); } $removed = WC()->cart->remove_cart_item( $cart_item_key ); if ( ! $removed ) { wp_send_json_error( [ 'message' => 'Could not remove item.' ] ); } WC()->cart->calculate_totals(); ob_start(); woocommerce_order_review(); $html = ob_get_clean(); wp_send_json_success( [ 'order_review_html' => $html, 'cart_count' => WC()->cart->get_cart_contents_count(), ] ); }/* ===================================================== 33. CHECKOUT: AJAX REMOVE ITEM — FRONT END ===================================================== */ add_action( 'wp_footer', function() { if ( ! is_checkout() ) return; $nonce = wp_create_nonce( 'gea_checkout_remove' ); $ajax_url = admin_url( 'admin-ajax.php' ); ?>