MAZDA 2.0 INDIVIDUAL AT (2020)
Description
Features
Elevate Your Drive with Exceptional Quality
Discover a standout vehicle that combines style and reliability. This used model has undergone a thorough quality check to ensure it meets the highest standards. With 84 235 kilometres on the clock, it is ready for new adventures. Enjoy peace of mind with a guaranteed year model and assurance that it has not been stolen.
We prioritise our guests and pride ourselves on outstanding service. An extended warranty is available for added security. Please note that all prices exclude “On the Road” and delivery costs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 84 235 kilometres
– Extended warranty available
– Quality check completed
– Guaranteed not stolen
– Guaranteed year model
– Exceptional service levels
Trust in NMI for your next vehicle investment.
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");
}
}
?>

























