SUZUKI 1.5I GLX AT (2024)
Description
Features
Exceptional Pre-Owned Offering
This vehicle stands out with a full service history and a thorough 160-point inspection, ensuring quality and reliability. Trade-in vehicles are welcome, making it easy to upgrade. Enjoy the convenience of nationwide delivery and flexible finance options tailored to suit your needs.
This pre-owned gem is ready for its next adventure. It boasts alloy wheels and electronic windows, adding both style and comfort. Plus, you’ll benefit from the balance of the manufacturer’s warranty for added peace of mind.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Full service history
– 160-point inspection completed
– Trade-ins welcome
– Nationwide delivery available
– Finance options arranged
– Alloy wheels
– Electronic windows
– Balance of manufacturer’s warranty
Choose NMI for trusted quality and exceptional service.
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");
}
}
?>













