SUZUKI 1.2 GL+ MT
Stylish and Reliable Hatchback
This fuel-efficient hatchback is designed for everyday driving. With low kilometres and in excellent condition, it combines comfort and technology seamlessly. The GL+ trim ensures you enjoy every journey with modern features that enhance your driving experience.
Stand out on the road with its sleek design and enjoy the convenience of a touchscreen infotainment system, Apple CarPlay, and Android Auto. Safety and practicality are paramount, making this vehicle a smart choice for anyone seeking reliability and value.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
– Touchscreen infotainment system
– Apple CarPlay & Android Auto
– Reverse camera for easy parking
– Multi-function steering wheel
– Electric windows & mirrors
– Alloy wheels for added style
– LED daytime running lights
– ABS brakes & airbags for safety
NMI stands for trust and quality in every vehicle we offer. Experience the difference today.
<?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");
}
}
?>










