NISSAN 1.3T ACENTA XTRONIC (2024)
Description
Features
Discover exceptional value with this used vehicle, featuring low mileage of only 19 053 kilometres. It’s designed for comfort and style, making every journey enjoyable.
This model comes equipped with a range of desirable features tailored to enhance your driving experience. From its sleek alloy wheels to luxurious leather seats, it seamlessly blends functionality and elegance. Enjoy easy control with a multi-function steering wheel and the convenience of electric windows.
Key highlights:
– Low mileage of 19 053 kilometres
– Alloy wheels for a stylish look
– Luxurious leather seats
– Multi-function steering wheel for convenience
– Electric windows for ease of use
– Optional radio included
– Finance options available with all major banks
Trust in the NMI brand for quality and reliability. We prioritise customer satisfaction and ensure a smooth buying process.
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");
}
}
?>












