SUZUKI 1.5 GL AT (2026)
Description
Features
Exceptional Pre-Owned Opportunity
This quality vehicle offers peace of mind with a full service history and a comprehensive 160-point inspection completed before delivery. Enjoy the benefits of a balance of service plan and manufacturer’s warranty, ensuring you drive with confidence. Trade-in vehicles are welcome, and nationwide delivery is available for your convenience.
Finance options can be arranged to suit your needs, making it easier than ever to drive away in this remarkable vehicle.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
– Full service history
– 160-point checks completed
– Trade-in vehicles welcome
– Nationwide delivery available
– Alloy wheels
– Electronic windows
– Balance of service plan
– Manufacturer’s warranty
Experience the trusted quality of NMI.
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");
}
}
?>















