NISSAN 1.3T ACENTA PLUS XTRONIC (2022)
Description
Features
Experience a premium driving journey with this meticulously maintained vehicle, featuring a host of advanced technologies and luxurious amenities. With only 12 157 kilometres on the clock, it promises reliability and performance for the discerning driver seeking both style and substance.
This vehicle is equipped with LED headlights for enhanced visibility, a towbar for added versatility, and a navigation system to guide you on your adventures. Enjoy the convenience of a 360-degree camera for effortless parking and manoeuvring. The memory and massage seats ensure a comfortable and customised driving experience that elevates every journey. Finance options are available, and all trade-ins are welcome, making it easier than ever to upgrade your ride.
Key highlights:
– LED headlights for improved visibility
– Towbar for added utility
– Navigation system for seamless travel
– 360-degree camera for enhanced safety
– Memory seats for personalised comfort
– Massage seats for ultimate relaxation
– Finance options available
– All trade-ins welcome
At NMI, we are committed to providing excellent service and ensuring your satisfaction with every purchase. Trust us to make your next vehicle experience exceptional.
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");
}
}
?>














