KIA 1.2 LS (2022)
Description
Features
Exceptional Value and Convenience
Experience hassle-free car buying with our superbly looked after vehicle. We provide door-to-door demonstrations anywhere in the Cape Peninsula. Enjoy competitive financing options through all major banks, with trade-ins welcome. Our dedicated sales team will handle everything for you, ensuring a smooth process.
We offer optional warranties, service, and maintenance plans for added peace of mind. Delivery can be arranged countrywide. Please note that prices exclude “On the Road” and delivery costs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Impeccably maintained vehicle
– Doorstep demos across the Cape Peninsula
– Finance available with major banks
– Trade-ins welcomed
– Optional warranties and service plans
– Countrywide delivery arranged
– Exceptional after-sales service
– Easy car buying experience with dedicated staff
Trust NMI for quality and reliability in every vehicle purchase.
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");
}
}
?>













