FORD 1.0 ECOBOOST TITANIUM (2020)
Description
Features
Experience the perfect blend of style and practicality in this compact SUV. With its sleek design and versatile features, it’s ideal for urban driving and weekend adventures alike. Enjoy peace of mind with easy finance options available through all major banks.
This vehicle is ready to impress with its excellent condition and a variety of value-added products. We accept trade-ins and offer professional advice on upgrading your Maintenance Plan and Service Plan. Additional options such as extended warranties, tracking devices, and Safety Film are available to enhance your ownership experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Compact SUV with a stylish design
– Excellent condition
– Trade-ins accepted
– Easy finance options through major banks
– Professional advice on Maintenance and Service Plans
– Extended warranty options available
– Value-added products like tracking devices and Safety Film
Trust in the quality and reliability of NMI. Your next adventure starts here.
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");
}
}
?>



















