FORD 1.5 ECOBOOST TREND FWD AT (2019)
Description
Features
Exceptional Value with Peace of Mind
Discover a remarkable opportunity with this used vehicle. It comes with a thorough road-worthy inspection and an Automark inspection, ensuring quality and reliability. Finance options are available and trade-ins are welcomed, making it easier to drive away with confidence.
Enjoy the benefits of a trusted brand. With a seven-day exchange plan and guaranteed year model, you can buy with assurance. Our commitment includes guarantees on mileage and that the vehicle is not stolen. An Automark warranty is also available for added peace of mind. Experience our dedication to service excellence today.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Road-worthy inspection completed
– Automark inspection done
– Finance available
– Trade-ins welcome
– Seven-day exchange plan
– Guaranteed year model
– Guaranteed mileage
– Guaranteed not stolen
Trust your purchase with NMI, where we value our guests and take pride in our service levels.
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");
}
}
?>











