FORD 1.5 ECOBOOST TREND FWD AT (2019)
Description
Features
Exceptional Performance and Reliability
Discover a remarkable used vehicle that combines strength and efficiency. This model is backed by Toyota, offering you peace of mind with a seven-day exchange plan and guaranteed year model. Experience top-notch service and a commitment to quality with every drive.
This vehicle is ready for you, featuring a completed road-worthy inspection and thorough Automark inspection. Trade-ins are welcome, ensuring a seamless transition. Our finance options make it easier than ever to drive away in style.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Backed by Toyota
– Seven-day exchange plan
– Guaranteed year model
– Guaranteed not stolen
– Guaranteed mileage
– Automark warranty available
– Road-worthy inspection completed
– Trade-ins welcome
Trust in NMI’s dedication to exceptional service and quality. Experience the difference today.
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");
}
}
?>










