MAZDA 2.2 DE AKERA 4X4 AT (2018)
Description
Features
Experience the perfect blend of style and performance. This vehicle is designed to turn heads while delivering an exceptional driving experience. With a completed roadworthy inspection and an Automark inspection, you can feel confident in your purchase.
Take advantage of trade-in opportunities and explore flexible financing options. Our friendly sales executives are ready to assist you, ensuring a welcoming experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Completed roadworthy inspection
– Automark inspection done
– Trade-ins welcome
– Competitive finance options available
– Price excludes on-the-road fees
– Friendly and professional sales executives
– Exceptional guest service levels
– Backed by a reputable brand
Trust in NMI for a reliable and satisfying vehicle purchase.
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");
}
}
?>














