NISSAN 1.0T ACENTA PLUS (2020)
Description
Features
Unleash Your Drive with Style
This used vehicle offers an impressive combination of performance and aesthetics. With a roadworthy inspection already completed and an Automark inspection done, you can enjoy peace of mind. It’s a head-turner that promises to elevate your driving experience. Discover the perfect blend of comfort and functionality designed for your lifestyle.
Finance options are available, and trade-ins are welcome. Trust in the safety of your purchase with Automark’s guarantees, including a seven-day exchange plan and assurance of mileage and model year. Our commitment to exceptional service ensures you have a hassle-free experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Roadworthy inspection completed
– Automark inspection passed
– Finance available
– Trade-ins welcome
– Seven-day exchange plan
– Guaranteed year model, mileage, and not stolen
– Automark warranty available
Experience the NMI difference. We value our guests and take pride in delivering outstanding service.
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");
}
}
?>











