FORD 2.0 TURBO LIMITED SWB AT (2021)
Description
Features
Unmatched Style and Performance
This striking vehicle turns heads wherever it goes. Enjoy the thrill of superior driving dynamics while experiencing the peace of mind that comes with a completed roadworthy inspection and Automark certification. Don’t miss the chance to witness its capabilities firsthand—schedule a test drive today!
Experience exceptional service with our friendly and professional sales team. We welcome trade-ins and offer financing options to suit your needs. Plus, we deliver nationwide, so you can enjoy this impressive vehicle from the comfort of your home. Price excludes on-the-road fees.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Completed roadworthy inspection
– Automark certified
– Trade-ins welcome
– Financing options available
– Nationwide delivery
– Friendly sales team
Trust NMI to provide quality vehicles and exceptional service. Drive your dream 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");
}
}
?>







