FORD 1.0i ECOBOOST TITANIUM (2016)
Description
Features
Exceptional Quality and Care Await You
Discover a meticulously maintained vehicle, boasting one owner from new and a full Ford service history. This clean example reflects pride of ownership and attention to detail. Enjoy peace of mind knowing it has been superbly looked after.
We offer convenient at-home demos throughout the Cape Peninsula. Our team handles financing with all major banks, arranges insurance, and welcomes trade-ins. Optional warranties, service, and maintenance plans are available for added assurance. Delivery can be arranged countrywide, ensuring a seamless buying experience tailored for you.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– One owner from new
– Full Ford service history
– Immaculate condition
– Home demo available in the Cape Peninsula
– Finance options with major banks
– Insurance arrangements made easy
– Trade-ins welcome
– Optional warranties and service plans
Trust in NMI for a straightforward, enjoyable car-buying experience.
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");
}
}
?>













