NISSAN 1.6 8V (2021)
Description
Features
Your perfect workhorse awaits. This versatile vehicle is designed for reliability and practicality, making it an ideal choice for both business and personal use. Experience the ease of in-house finance options available through all major South African banks, ensuring a tailored deal that suits your needs.
Visit our state-of-the-art facility to see it for yourself. Our friendly sales staff are ready to assist you in structuring the perfect deal for you and your family.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Standard factory fitted extras
– In-house finance available
– Tailored financing options
– Reliable and practical design
– Ideal for business and personal use
– Friendly and helpful sales staff
– Visit our state-of-the-art facility
Trust in NMI to deliver quality and service. Experience the difference 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");
}
}
?>














