MAZDA 2.0 INDIVIDUAL 5-DOOR (2018)
Description
Features
Unleash the thrill of driving with this eye-catching hatchback. Designed to turn heads, it combines style with impressive performance. A roadworthy and Automark inspection ensures peace of mind, making it a smart choice for any buyer.
This vehicle has been well maintained by its single owner, offering great power without compromising on fuel economy. Experience the joy of driving with confidence. Plus, finance options are available to suit your needs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Single owner vehicle
– Well maintained condition
– Great power & fuel economy
– Roadworthy inspection completed
– Automark inspection done
– Trade-ins welcome
– Nationwide delivery available
Trust in NMI for quality and reliability. Your next adventure starts here!
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");
}
}
?>






