NISSAN 1.5dCi ACENTA + DESIGN (2017)
Description
Features
Experience exceptional value with this pre-owned vehicle. It offers reliable performance and comfort, perfect for both city driving and weekend adventures. Our professional sales team is ready to assist you with any inquiries you may have, ensuring a smooth buying process.
With NMI, you can buy with confidence, knowing that we prioritise customer satisfaction. We welcome trade-ins and can arrange finance to suit your needs. Explore our holding deposit policy to secure your next vehicle hassle-free.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Air conditioning for a comfortable ride
– Radio for entertainment on the go
– Comprehensive pre-owned vehicle inspection
– Trade-ins welcome
– Flexible finance options available
– Nationwide delivery at an agreed price
At NMI, we are committed to providing quality vehicles and excellent service. Trust us to help you find the right vehicle for your journey.
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");
}
}
?>
















