HYUNDAI 1.1 MOTION (2021)
Description
Features
Turn heads in style with this exceptional vehicle. A roadworthy inspection has been completed, ensuring your peace of mind on every journey. Experience the joy of driving with confidence and reliability.
Trade-ins are welcome, and financing options are available to suit your needs. Enjoy the warm hospitality of our professional sales team while you explore this great opportunity. Nationwide delivery is offered, making it easier than ever to own this standout vehicle.
– Roadworthy inspection completed
– Automark inspection done
– Trade-ins welcome
– Finance options available
– Price excludes on-the-road fees
– Nationwide delivery available
Trust in the quality and service that NMI provides. Your satisfaction is our priority.
Mileage is recorded at the time of advertising and may vary.
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");
}
}
?>







