AUDI (2026)
Description
Features
Unleash Unmatched Performance and Luxury
Experience the thrill of driving a demo vehicle that exceeds the highest standards of Vorsprung. This meticulously inspected model comes with the balance of a 5-year/100 000 km Audi Freeway Plan, ensuring peace of mind as you take on the road. Enjoy nationwide delivery and flexible in-house finance options to make ownership easy.
Equip yourself with advanced technology and premium features designed for comfort and style. This vehicle boasts a stunning roof in a contrasting colour, an Audi phone box, and the Audi Connect and Infotainment Plus system. The RS Design Package Plus in red and 19-inch alloy wheels elevate its sporty aesthetic.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
– Balance of 5-year/100 000 km Audi Freeway Plan
– Thorough Audi 80 Point Check completed
– Roof in contrasting colour
– Audi Phone Box
– Audi Connect and Infotainment Plus
– Infotainment Package Pro
– Climate Control Package
– RS Design Package Plus in red
– 19-inch alloy wheels
Trust NMI for quality and performance. Drive with confidence, knowing you’re backed by a name synonymous with excellence.
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");
}
}
?>










