SUZUKI 1.2 GL MT
Exceptional Value on a Pre-Loved Gem
Discover a fantastic opportunity with this pre-loved vehicle, ideal for those seeking reliability and comfort. With only 19 200 kilometres on the clock, this car promises great value for money. Enjoy the convenience of remote central locking and electric windows, making every drive a breeze.
Equipped with essential features, this vehicle also offers Bluetooth connectivity and AUX input for your entertainment needs. The centre cup holders and effective air conditioning enhance comfort on every journey. This is a smart buy for anyone looking for a dependable runner.
Key highlights:
– Only 19 200 kilometres
– Remote central locking
– Bluetooth radio with AUX
– Electric windows
– Centre cup holders
– Efficient air conditioning
– Ideal for daily commuting
Choose a trusted brand with NMI, where we prioritise your satisfaction and offer nationwide delivery. Book your test drive today for a great deal.
<?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");
}
}
?>



















