GEELY (2026)
Description
Features
Your Next Vehicle Awaits
Experience a seamless car buying journey with this meticulously maintained used vehicle. Enjoy the convenience of doorstep demos throughout the Cape Peninsula. Our dedicated sales staff handle everything, making it easy for you to drive away in your new car. With flexible finance options available through all major banks, we cater to your needs.
We pride ourselves on exceptional after-sales service and welcome trade-ins. Optional warranties, service, and maintenance plans are available to ensure peace of mind. Countrywide delivery can be arranged, so wherever you are, we’ll bring your new vehicle to you.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Doorstep demos in the Cape Peninsula
– Flexible finance options with major banks
– Exceptional after-sales service
– Trade-ins welcome
– Optional warranties and maintenance plans
– Countrywide delivery available
Trust in NMI to deliver quality vehicles and a hassle-free buying experience tailored for you.
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");
}
}
?>












