SUZUKI 1.3
Experience the adventure of owning a compact yet capable vehicle. This vehicle has been superbly looked after and promises reliability for all your journeys. With hassle-free delivery options available countrywide, your dream vehicle can be closer than you think.
Finance options with all major banks are available, making the purchasing process seamless. Trade-ins are welcome, and optional warranties, service, and maintenance plans can enhance your ownership experience. Enjoy peace of mind with outstanding after-sales service, ensuring you’re supported long after your purchase.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Used vehicle in excellent condition
– Finance available through all major banks
– Trade-ins welcome
– Optional warranties, service, and maintenance plans
– Delivery arranged countrywide
– Superb after-sales service
– Demo available at your doorstep in the Cape Peninsula
– Prices exclude “On the Road” and delivery costs
Trust NMI for a smooth buying experience. We simplify car ownership for you.
<?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");
}
}
?>














