NISSAN 2.5D PRO-2X 4X2 D CAB AT (2025)
Description
Features
Experience unparalleled versatility and reliability with this exceptional double cab. Ideal for both work and leisure, it’s designed to tackle any terrain with confidence. Your convenience is our priority—enjoy a doorstep demo anywhere in the Cape Peninsula.
With a commitment to customer satisfaction, we offer seamless finance options through major banks, and insurance can be arranged for you. Trade-ins are welcome, and we ensure superb after-sales service. Delivery can be organised nationwide, making your purchase hassle-free.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Impeccably maintained vehicle
– Doorstep demo available in Cape Peninsula
– Finance options with all major banks
– Insurance arranged for your convenience
– Trade-ins welcomed
– Nationwide delivery available
– Exceptional after-sales service
Trust in NMI for a reliable and straightforward car-buying experience. Let us take care of everything 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");
}
}
?>












