NISSAN 1.5dCi ACENTA + DESIGN (2017)
Description
Features
Drive with assurance and style in this exceptional pre-owned vehicle. Experience the perfect blend of comfort and reliability. Our HOLDING DEPOSIT policy ensures you secure this offer without disappointment. Enjoy the confidence of purchasing from a trusted dealership.
This vehicle is equipped with essential features to enhance your driving experience. Our dedicated sales team is ready to assist you and arrange finance options tailored to your needs. Nationwide delivery can be arranged at an agreed price, making it convenient for you.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Air conditioning for a comfortable ride
– In-car radio for your entertainment
– All trade-ins welcome
– Flexible finance options available
– Nationwide delivery service
Choose with confidence. NMI stands for quality and trust in every vehicle we offer.
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");
}
}
?>
















