SUZUKI 1.4 GLX AT (2020)
Description
Features
Stylish and Reliable Performance
This well-kept vehicle combines eye-catching design with impressive driving dynamics. A recent roadworthy and Automark inspection ensure peace of mind. Experience the perfect blend of style and reliability in this fantastic option.
Trade-ins are welcome, and friendly, professional sales executives are here to assist you. Enjoy the convenience of on-site finance options and nationwide delivery. Don’t miss the chance to see it for yourself!
– Roadworthy inspection completed
– Automark inspection done
– Well looked after car
– Trade-ins welcome
– Finance available
– Nationwide delivery
Trust NMI for quality vehicles and exceptional service. Experience the difference today!
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");
}
}
?>








