KIA 2.2 CRDI EX+ DCT AWD 7 SEATER (2022)
Description
Features
Elevate Your Driving Experience
Experience the perfect blend of comfort and functionality with this exceptional vehicle. It’s designed to cater to your needs, whether for daily commutes or family adventures. Enjoy the peace of mind that comes with in-house finance options from all major South African banks, making ownership accessible and straightforward.
This vehicle boasts standard factory-fitted extras that enhance your driving journey. Our dedicated team is here to help tailor the ideal deal for you. Visit our state-of-the-art facility and discover why we excel in delivering quality vehicles and exceptional service.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
– Used condition
– In-house finance available
– Standard factory-fitted extras
– Spacious interior for family comfort
– Excellent reliability and performance
– Friendly and helpful sales staff
Trust in NMI for a seamless vehicle purchase experience.
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");
}
}
?>















