HAVAL 1.5 VVT (2019)
Description
Features
Unbeatable Value in a Compact SUV
This used vehicle offers exceptional value and reliability for your family. Equipped with standard factory-fitted extras, it ensures a comfortable and enjoyable driving experience. Our in-house finance options are available through all major South African banks, making it easier to structure a deal that suits your needs.
Visit our state-of-the-art facility to explore this opportunity and more. Our friendly and helpful sales staff are ready to assist you every step of the way.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Compact design for easy city driving
– Standard factory-fitted extras included
– In-house finance options available
– Support from experienced sales staff
– Ideal for families and daily commuting
At NMI, we prioritise your satisfaction and strive to deliver quality vehicles that meet your needs.
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");
}
}
?>














