FORD 1.0 ECOBOOST TREND (2018)
Description
Features
Turn heads with this stunning hatchback that’s built for performance and precision. Enjoy a thrilling drive combined with exceptional fuel economy. This vehicle is roadworthy and has undergone an Automark inspection, ensuring you get quality and reliability.
Experience the perfect blend of power and value in a well-cared-for model that promises to elevate your daily commutes. Our friendly sales team is ready to assist with trade-ins and financing options, making your purchase seamless. Don’t miss out on the chance to test drive this impressive vehicle.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Roadworthy inspection completed
– Automark inspection done
– Great power and fuel economy
– Well cared for
– Excellent value
– Trade-ins welcome
– Finance available
– Nationwide delivery offered
Discover your next driving adventure with confidence in the NMI brand.
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");
}
}
?>







