AUDI (2026)
Description
Features
Exceptional Demo Vehicle with Audi Assurance
Experience luxury and performance with this meticulously inspected demo offering. It comes with the balance of a 5-year/100 000 km Audi Freeway Plan, providing peace of mind for the discerning buyer. Test drives are welcomed, and nationwide delivery is available, ensuring convenience at every step.
This vehicle is equipped with premium packages that enhance both safety and driving pleasure. In-house finance options are also available, making ownership accessible. Please note that the price excludes documentation, registration costs, and accessories.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Balance of 5yr/100 000 km Audi Freeway Plan
– Audi 80 Point Check completed
– Driver and Park Package included
– Safety Package for added protection
– Assist Package for enhanced convenience
– Nationwide delivery available
– In-house finance options offered
Trust in the NMI brand for quality and excellence in every vehicle.
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");
}
}
?>











