KIA 1.2 EX AT (2016)
Description
Features
Exceptional Value in Pristine Condition
This pre-loved vehicle stands out with its well-respected history and immaculate condition, making it a smart choice for those seeking reliability and style. With a mileage of just 96 000 kilometres, this car offers excellent performance and peace of mind, ensuring you can confidently tackle your daily journeys.
Equipped with modern features, this vehicle enhances your driving experience with convenience and comfort. Enjoy the benefits of remote central locking, Bluetooth radio connectivity, and air conditioning, all designed to elevate your time on the road. Plus, its alloy wheels add a touch of sophistication to your everyday drives.
Key highlights:
– Pristine condition
– Only 96 000 kilometres
– Remote central locking
– Bluetooth radio with USB
– Centre cup holders
– Air conditioning
– Alloy wheels
Trust in the quality and reliability of NMI, where your satisfaction is our priority. Experience great deals and exceptional service with us.
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");
}
}
?>




















