HYUNDAI 1.0 MOTION DCT (2023)
Description
Features
Quality Pre-Owned with Low Mileage
Explore this exceptional pre-owned vehicle with only 44 187 kilometres. It boasts a full-service history, ensuring you buy with confidence. Each vehicle undergoes a rigorous 160-point quality check, guaranteeing top-notch quality before delivery.
Upgrading your ride is easy with our trade-in options. We provide in-house financing to simplify your purchase. Plus, enjoy nationwide delivery for added convenience. Enhance your experience with value-added products such as safety film, warranty extensions, and maintenance plans for extra peace of mind.
Key highlights:
– Low mileage: 44 187 kilometres
– Comprehensive service history
– Thorough 160-point quality check
– Trade-ins welcome
– In-house financing options
– Nationwide delivery available
– Value-added products for vehicle protection
Choose NMI for a trustworthy and reliable vehicle purchase experience. 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");
}
}
?>



















