FORD 1.5 ECOBOOST TREND FWD AT (2019)
Description
Features
Exceptional Value with Peace of Mind
Discover an incredible opportunity with this well-maintained vehicle. With finance options available and trade-ins welcome, you can drive away with confidence. Enjoy the benefits of our Automark promise, ensuring peace of mind with every purchase.
Experience unmatched service and hospitality. Each vehicle undergoes a thorough road-worthy and Automark inspection. We guarantee the year model, mileage, and that the vehicle is not stolen. Plus, a comprehensive warranty is available. Don’t miss out on this chance to own a reliable vehicle backed by a trusted brand.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Finance options available
– Trade-ins welcome
– Road-worthy inspection completed
– Automark inspection done
– Guaranteed year model and mileage
– Guaranteed not stolen
– Automark warranty available
– Subject to a vehicle check
At NMI, we prioritise your satisfaction. Trust in our commitment to excellence and experience the difference in service.
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");
}
}
?>










