FORD 1.0 ECOBOOST TREND (2018)
Description
Features
Unleash the excitement of driving with this dynamic hatchback. Enjoy the perfect blend of style, efficiency, and performance, making every journey enjoyable. With a host of features designed for comfort and convenience, it’s the ideal choice for both city driving and weekend adventures.
This vehicle comes with a road-worthy inspection and an Automark inspection, ensuring peace of mind for your purchase. Our commitment to exceptional service means finance options are available, and trade-ins are welcomed. Experience the confidence of buying from a trusted brand, backed by Toyota, with a comprehensive seven-day exchange plan and guaranteed mileage.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Road-worthy inspection completed
– Automark inspection done
– Trade-ins welcome
– Finance options available
– Backed by Toyota
– Seven-day exchange plan
– Guaranteed mileage
– Automark warranty available
At NMI, we prioritise our guests and take pride in our service levels. Drive with assurance and enjoy every moment on the road!
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");
}
}
?>












