NISSAN 1.0T ACENTA PLUS (2020)
Description
Features
Experience unmatched quality with this stunning vehicle. It has been thoroughly inspected and comes with the assurance of a roadworthy certificate. The sleek design turns heads while providing an enjoyable driving experience.
Finance options are available, and trade-ins are welcome. Our commitment to customer satisfaction is backed by the Automark guarantee. Enjoy peace of mind with our seven-day exchange plan, guaranteed year model, mileage verification, and the assurance that it has not been stolen. Plus, an Automark warranty is available for added protection.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Roadworthy inspection completed
– Automark inspection done
– Finance options available
– Trade-ins welcome
– Seven-day exchange plan for peace of mind
– Guaranteed year model and mileage
– Backed by Toyota
– Vehicle subject to a thorough check
Trust in NMI’s dedication to quality and service. Your satisfaction is our priority.
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");
}
}
?>











