All Models

Tab content here.

A1

A1

<?php
  
  $parent_term_id = '71'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
A1 Sportback
A1 Sportback
(2 Variants)
A3

A3

<?php
  
  $parent_term_id = '76'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
A3 Sportback
A3 Sportback
(2 Variants)
A3 Sedan
A3 Sedan
(2 Variants)
S3 Sportback
S3 Sportback
(1 Variant)
S3 Sedan
S3 Sedan
(1 Variant)
RS 3 Sportback
RS 3 Sportback
(2 Variants)
RS 3 Sedan
RS 3 Sedan
(2 Variants)
A4

A4

<?php
  
  $parent_term_id = '72'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
A4 Sedan
A4 Sedan
(2 Variants)
RS 4 Avant
RS 4 Avant
(1 Variant)
A5

A5

<?php
  
  $parent_term_id = '73'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
A5 Sedan
A5 Sedan
(4 Variants)
A5 Sportback
A5 Sportback
(2 Variants)
A5 Coupé
A5 Coupé
(3 Variants)
RS 5 Sportback
RS 5 Sportback
(1 Variant)
RS 5 Coupé
RS 5 Coupé
(1 Variant)
A6

A6

<?php
  
  $parent_term_id = '77'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
A6 Sedan
A6 Sedan
(2 Variants)
S6 Sedan
S6 Sedan
(1 Variant)
RS 6 Avant GT
RS 6 Avant GT
Coming Soon
A7

A7

<?php
  
  $parent_term_id = '78'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
A7 Sportback
A7 Sportback
(1 Variant)
S7 Sportback
S7 Sportback
(1 Variant)
A8

A8

<?php
  
  $parent_term_id = '74'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
S8 Sedan
S8 Sedan
(1 Variant)
Q2

Q2

<?php
  
  $parent_term_id = '83'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
Q2
Q2
(2 Variants)
Q3

Q3

<?php
  
  $parent_term_id = '80'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
Q3
Q3
(6 Variants)
Q3 Sportback
Q3 Sportback
(5 Variants)
RS Q3 Sportback
RS Q3 Sportback
(1 Variant)
Q5

Q5

<?php
  
  $parent_term_id = '81'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
Q5
Q5
(3 Variants)
Q5 Sportback
Q5 Sportback
(3 Variants)
SQ5
SQ5
(1 Variant)
SQ5 Sportback
SQ5 Sportback
(1 Variant)
Q7

Q7

<?php
  
  $parent_term_id = '79'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
Q7
Q7
(2 Variants)
SQ7
SQ7
(2 Variants)
Q8

Q8

<?php
  
  $parent_term_id = '82'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
Q8
Q8
(4 Variants)
SQ8
SQ8
(2 Variants)
e-tron

e-tron

<?php
  
  $parent_term_id = '15'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
e-tron Sportback
e-tron Sportback
(2 Variants)
e-tron GT

e-tron GT

<?php
  
  $parent_term_id = '75'; // Replace with your actual parent term ID

$args = [
    'taxonomy'   => 'variants',
    'orderby'    => 'meta_value',
    'meta_key'   => 'variant_order',
    'order'      => 'ASC',
    'parent'     => $parent_term_id,
    'hide_empty' => false,
];

$child_terms = get_terms($args);

if (!empty($child_terms) && !is_wp_error($child_terms)) {
  echo '<div class="slider-wrap">';
    foreach ($child_terms as $term) {
       $term_link = get_term_link($term);

       $image = get_field('variant_featured_image', 'variants_' . $term->term_id);
      if ($image) {
        echo '<div class="slider-term-item-wrap"><a href="' . esc_url($term_link) . '"><div class="slider-term-name">' . $term->name . '</div>';
            echo '<div class="slider-term-image"><img src="' . esc_url($image['url']) . '" alt="' . esc_attr($term->name) . '"></div></div>';
        }

    }
  echo '</a></div>';
} else {
    echo '<p>No child terms found.</p></div>';
}


?>
RS e-tron GT
RS e-tron GT
Coming Soon

Extraordinary starts here.

This is the new Audi Q7 and Q8 range.

Audi Service

Choose peace of mind with the full range of Audi Service, from tailored maintenance plans to genuine parts, all supported by top-notch customer care. Rest easy knowing your Audi is in the hands of our experienced technicians.
Discover more

Find your dream Audi today

Use our new stock locator to find the perfect Audi to suit your budget, fuel type, and desired features.
Find out more

IMPORTANT NOTICE TO OUR VALUED CUSTOMERS

Protecting Yourself When Transacting With NMI

Vehicle purchase scams and banking fraud is on the rise in South Africa. NMI Durban South Motors (Pty) Ltd is committed to protecting our customers and urges all buyers to take note of the following important information:

Our Banking Details

NMI Durban South Motors’ banking details are fixed and will not change. Should you ever be requested to pay funds into a different bank account, please do not proceed and contact us immediately using the contact
details on our official website to verify the request.

Always Verify Before You Pay.

Before making any payment to NMI :

  • Contact us directly using the telephone numbers listed on our
    official website to confirm the transaction and banking details.
  • Do not rely solely on contact details provided in emails, SMS
    messages, or online advertisements.
  • Verify the bank account details with our finance department before making any electronic transfer.
  • Utilise account verification functionalities on your banking platform

Confirm You Are Dealing With NMI

A complete and up-to-date list of the directors of NMI Durban South Motors (Pty) Ltd is available on our company website at
https://nmi.co.za/about/leadership-team/. We encourage customers to verify the identity of any person claiming to represent NMI by consulting our official records.

Report Suspicious Activity

If you encounter any suspicious activity or have concerns about a
transaction, please contact us immediately.
Tel: 011 052 0100
Email: info@nmi.co.za.