NISSAN 1.0T ACENTA PLUS (2020)
Description
Features
Exceptional Value and Style
Explore this stunning used vehicle that’s sure to turn heads. Experience a smooth ride with a roadworthy inspection already completed. Benefit from our comprehensive Automark inspection, ensuring quality and peace of mind with your purchase.
Finance options are available, and we welcome trade-ins. Enjoy the confidence of our Automark promises, which include a seven-day exchange plan, guaranteed year model, mileage verification, and a warranty. We pride ourselves on exceptional service, providing a welcoming atmosphere for all our guests.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Roadworthy inspection completed
– Automark inspection done
– Finance available
– Trade-ins welcome
– Seven-day exchange plan
– Guaranteed year model
– Guaranteed mileage
– Automark warranty available
Trust in NMI’s commitment to quality and customer satisfaction. Experience our dedication to service excellence.
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");
}
}
?>











