MAZDA 1.5 INDIVIDUAL (2019)
Description
Features
Exceptional Value and Convenience
Discover a superbly looked after vehicle that combines style and practicality. This model offers a seamless driving experience and is perfect for everyday use. Enjoy the added convenience of doorstep demos anywhere in the Cape Peninsula. Our team prioritises your needs and will handle everything from finance to trade-ins.
Experience top-notch after sales service and the option for warranties, service, and maintenance plans. Delivery can be arranged countrywide, making your purchase hassle-free. We’re committed to making it easy for you to drive away in your next vehicle.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Doorstep demos in the Cape Peninsula
– Financing with all major banks
– Trade-ins welcome
– Optional warranties and service plans
– Superbly maintained condition
– Delivery available nationwide
– Outstanding after sales service
– Easy purchasing process
Trust in NMI for a reliable and straightforward car buying experience.
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");
}
}
?>












