HYUNDAI 1.5D EXECUTIVE AT (2021)
Description
Features
Exceptional Value in a Reliable SUV
This used vehicle is ready to impress with its full service history, ensuring peace of mind for the next owner. A comprehensive 160-point check has been completed prior to delivery, reflecting our commitment to quality and safety. Additionally, trade-in vehicles are welcome, making it easier for you to make the switch to your next smart buy.
Equipped with stylish alloy wheels and convenient electronic windows, this SUV offers both aesthetic appeal and functionality. With the option for nationwide delivery and finance arrangements, acquiring this vehicle has never been more straightforward. Discover the benefits of owning a reliable vehicle that suits your lifestyle while enjoying the trusted service that comes with the NMI brand.
Key highlights:
– Full service history
– 160-point safety check completed
– Trade-in vehicles welcome
– Nationwide delivery available
– Finance arrangements can be made
– Stylish alloy wheels
– Convenient electronic windows
Trust in NMI for a vehicle purchase that prioritises quality, safety, and customer satisfaction.
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");
}
}
?>


















