HYUNDAI 1.5D EXECUTIVE AT (2021)
Description
Features
Exceptional Value with Full Service History
This pre-owned vehicle offers reliability and peace of mind. With a full service history and a thorough 160-point inspection completed before delivery, you can drive with confidence. Plus, we welcome trade-in vehicles and provide nationwide delivery for your convenience.
Enjoy the added benefits of alloy wheels and electronic windows. This vehicle combines style with practicality, making it a smart choice for any driver. Financing options are available to suit your needs.
Key highlights:
– Full service history
– 160-point inspection completed
– Trade-in vehicles welcome
– Nationwide delivery
– Alloy wheels
– Electronic windows
– Finance arrangements available
Trust in NMI for quality pre-owned vehicles. 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");
}
}
?>


















