NISSAN 1.2T ACENTA+ (2016)
Description
Features
Quality You Can Trust
Experience exceptional value with this used vehicle, designed to meet your needs. NMI prioritises your satisfaction and offers tailored packages to fit your budget. Enjoy peace of mind with optional warranties and service plans available.
We invite you to test drive and consider trade-ins. Finance options are accessible through all major banks, subject to approval. Prices exclude administration, delivery, and licence and registration fees.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Used vehicle in good condition
– Tailored finance packages available
– Optional warranty and service plans
– Test drives welcome
– Trade-ins accepted
– Prices subject to change without notice
At NMI, we understand the importance of your purchase. Trust us to deliver the quality you expect.
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");
}
}
?>





















