HYUNDAI 1.1 MOTION (2023)
Description
Features
Exceptional Pre-Owned Choice
Experience peace of mind with this meticulously maintained vehicle. It comes with a full service history and has undergone a comprehensive 160-point check before delivery. Enjoy the convenience of trade-in options and nationwide delivery, making your purchase seamless and stress-free.
This vehicle is equipped with modern features to enhance your driving experience. Enjoy the ease of electronic windows, a multi-function steering wheel, and a touch screen infotainment system for all your entertainment needs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Full service history
– 160-point safety and quality check
– Trade-in vehicles welcome
– Nationwide delivery available
– Electronic windows for added convenience
– Multi-function steering for easy access to controls
– Touch screen infotainment system
Trust in NMI for a reliable and quality pre-owned vehicle. We prioritise your satisfaction and aim to provide an outstanding automotive experience.
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");
}
}
?>















