FORD 1.0 ECOBOOST TREND (2018)
Description
Features
Unleash the thrill of driving with this eye-catching hatchback that turns heads wherever it goes. With exceptional road performance and a recent roadworthy inspection, you can drive confidently knowing it meets the highest standards.
This vehicle is well cared for, promising great power and fuel economy that make it a smart choice. Enjoy excellent value and the benefits of a thorough Automark inspection. Experience its capabilities firsthand with a test drive. Trade-ins are welcomed, and finance options are available. We deliver nationwide for your convenience.
– 103 000 kilometres
– Roadworthy inspection completed
– Automark inspection done
– Excellent power and fuel economy
– Well cared for
– Great value
– Test drive available
– Trade-ins welcome
Choose NMI for a trusted automotive experience that prioritises your satisfaction.
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");
}
}
?>








