SUZUKI 1.5 GL AT (2024)
Description
Features
Experience modern driving with this exceptional vehicle. It comes with the balance of the manufacturer’s warranty for added peace of mind. Enjoy flexible finance options and nationwide delivery. Trade-ins are welcome, ensuring a smooth transition to your next ride.
This vehicle is packed with features designed for convenience and safety. From LED headlamps to a multifunction steering wheel, every detail enhances your driving experience. The touchscreen multimedia system supports Apple CarPlay and Android Auto, keeping you connected on the go. Additional features like a reverse camera, rear park sensors, and cruise control make every journey effortless.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Balance of manufacturers warranty
– Finance options available
– Trade-ins welcome
– LED headlamps for improved visibility
– Touchscreen multimedia with Apple CarPlay & Android Auto
– Reverse camera for easy parking
– Rear park sensors for added safety
– Bluetooth & USB connectivity
Feel confident in your purchase with NMI, where quality and trust matter.
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");
}
}
?>











