Pre-owned Vehicles from MG uMhlanga

Range
Model
Mileage
Year
Transmission
  • AUTOMATIC (7)
  • AUTOMATICMANUAL (4)
Fuel Type
  • UNLEADED (5)
  • DieselPtrol (4)
  • DIESEL (2)
1 - 11 of 11 cars
Sort Listing
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500055_10.jpg
MG
MG3 1.5 COMFORT
(2025)

MG

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LSJWP4U62RZ273508
LSJWP4U62RZ273508
Colour: Grey
TOL10176
29088767
<?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");
        }
    }
?>
R 219 949
5 500 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500089_7.jpg
MG
MG3 1.5 COMFORT
(2025)

MG

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LSJWP4U62RZ274819
LSJWP4U62RZ274819
Colour: Blue
TOL10176
29088650
<?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");
        }
    }
?>
R 219 950
100 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500088_9.jpg
MG
MG3 1.5 COMFORT A/T
(2025)

MG

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LSJWP4U6XSZ286092
LSJWP4U6XSZ286092
Colour: Blue
TOL10176
29088766
<?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");
        }
    }
?>
R 239 950
100 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500113_9.jpg
MITSUBISHI
ECLIPSE CROSS
(2023)

MITSUBISHI 2.0 GLS CVT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JMYXTGK2WNZ001478
JMYXTGK2WNZ001478
Colour: Grey
TOL10176
29088112
<?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");
        }
    }
?>
R 329 950
20 900 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500108_8.jpg
BMW
3 SERIES
(2023)

BMW SEDAN MY22.9 318i M SPORT AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WBA22FF050FN84466
WBA22FF050FN84466
Colour: Grey
TOL10176
29088765
<?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");
        }
    }
?>
R 589 950
51 000 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500094_8.jpg
BMW
X3
(2019)

BMW M40d SPORTS STEPTRONIC

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WBATX96000NA82402
WBATX96000NA82402
Colour: White
TOL10176
29088651
<?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");
        }
    }
?>
R 679 950
85 000 km
2019
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500104_8.jpg
BMW
3 SERIES
(2023)

BMW SEDAN MY22.9 320i M SPORT AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WBA52FF0X0FN40783
WBA52FF0X0FN40783
Colour: Black
TOL10176
29088690
<?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");
        }
    }
?>
R 689 950
33 000 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500083_8.jpg
AUDI
Q3
(2025)

AUDI SPORTBACK MY24 35 TFSI BLACK EDITION

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WAUZZZF31S1002126
WAUZZZF31S1002126
Colour: White
TOL10176
29088648
<?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");
        }
    }
?>
R 719 950
11 500 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500120_7.jpg
LAND ROVER
RANGE ROVER
(2019)

LAND ROVER 3.0 D SE (190kW)

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
SALWA2AK4KA873159
SALWA2AK4KA873159
Colour: White
TOL10176
29088111
<?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");
        }
    }
?>
R 749 949
59 500 km
2019
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500119_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500119_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500119_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500119_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500119_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500119_6.jpg
FORD
MUSTANG
(2022)

FORD 5.0 GT FASTBACK AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
1FA6P8NF0M5129579
1FA6P8NF0M5129579
Colour: Black
TOL10176
29088761
<?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");
        }
    }
?>
R 799 949
68 000 km
2022
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10176_u500124_10.jpg
PORSCHE
911 CARRERA GTS (992)
(2022)

PORSCHE

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WP0ZZZ99ZNS212185
WP0ZZZ99ZNS212185
Colour: Silver
TOL10176
29088762
<?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");
        }
    }
?>
R 2 999 950
21 000 km
2022
AUTOMATICMANUAL
More details