CHERY (2026)
Description
Features
Unleash efficiency and style with this exceptional hybrid offering. The powerful 1.5L petrol engine paired with an electric motor delivers a combined output of 150 kW and 310 Nm of torque. Experience remarkable fuel efficiency with a consumption of approximately 5.4 L/100 km and an impressive driving range of up to 1,000 km.
Step inside to discover a world of comfort and technology. The dual 10.25-inch displays provide seamless connectivity with wireless Apple CarPlay and Android Auto. Enjoy luxury features such as leather upholstery, an electric sunroof, and dual-zone climate control. Safety and convenience are ensured with a 360° camera system and striking 18-inch alloy wheels.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 1.5L petrol engine with electric motor
– Combined power: 150 kW, torque: 310 Nm
– Dedicated Hybrid Transmission (DHT)
– Fuel consumption: approximately 5.4 L/100 km
– Driving range: up to 1,000 km
– Dual 10.25-inch displays, wireless connectivity
– Leather upholstery, electric sunroof
– 5-year / 150,000 km vehicle warranty included
Trust in NMI for a reliable and high-quality driving experience. Our commitment to excellence ensures you drive away with confidence.
Finance Calculator
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>













