FORD (2026)
Description
Features
Exceptional Demo Vehicle Offering Reliability and Performance
This demo unit is an excellent choice for those seeking a dependable vehicle. It boasts a full service history, with the added peace of mind of a Ford factory warranty and service plan. Enjoy flexible in-house finance options and nationwide delivery for your convenience.
Experience the perfect blend of power and efficiency. With a diesel engine delivering 121kW and 390Nm of torque, it remains fuel-efficient at just 7.6l/100km. The spacious interior accommodates three passengers comfortably, making it ideal for both work and leisure.
– Full service history
– Balance of Ford factory warranty and service plan
– 121kW power, 390Nm torque
– Average fuel consumption: 7.6l/100km
– ABS and Electronic brakeforce distribution
– Keyless entry and air conditioning
– In-house finance options available
– Nationwide delivery
Trust in NMI for quality vehicles that deliver on performance and reliability, ensuring your satisfaction every step of the way.
Mileage is recorded at the time of advertising and may vary.
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");
}
}
?>






