Pre-owned Vehicles from GWM uMhlanga

Range
Model
Mileage
Year
Transmission
  • AUTOMATIC (18)
  • AUTOMATICMANUAL (4)
  • MANUAL (1)
Fuel Type
  • UNLEADED (11)
  • DIESEL (8)
  • DieselPtrol (4)
1 - 23 of 23 cars
Sort Listing
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25562_16.jpg
NISSAN
X-TRAIL
(2019)

NISSAN 2.5 4X4 ACENTA CVT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JN1TBNT32Z0011287
JN1TBNT32Z0011287
Colour: Silver
TOL10000
29066680

Enquire

Specials
<?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 199 950
105 200 km
2019
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25641_17.jpg
NISSAN
MICRA
(2022)

NISSAN 1.0T ACENTA PLUS

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
VNVK1400767790419
VNVK1400767790419
Colour: White
TOL10000
29067557

Enquire

Specials
<?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
60 909 km
2022
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25633_15.jpg
HAVAL
H2 JOLION
(2023)

HAVAL 1.5T LUXURY 2WD DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWEE4A55PK633754
LGWEE4A55PK633754
Colour: Hamilton White
TOL10000
29066686

Enquire

Specials
<?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 264 950
65 400 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25668_17.jpg
CHERY
TIGGO
(2024)

CHERY 1.5T LIT DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVVDB21B7RD879502
LVVDB21B7RD879502
Colour: Silver
TOL10000
29066685

Enquire

Specials
<?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 279 950
8 200 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25647_17.jpg
SUZUKI
GRAND VITARA
(2024)

SUZUKI 1.5 GL AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MA3TYKJ1S00106570
MA3TYKJ1S00106570
Colour: White
TOL10000
29066684

Enquire

Specials
<?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 299 950
18 300 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25635_17.jpg
BMW
2 SERIES
(2018)

BMW 220i COUPE SPORT LINE STEPTRONIC

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WBA2H520X0VD47026
WBA2H520X0VD47026
Colour: Blue
TOL10000
29067546

Enquire

Specials
<?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 299 950
87 300 km
2018
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25628_18.jpg
HAVAL
H2 JOLION
(2022)

HAVAL 1.5T SUPER LUXURY 2WD DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWEE4A57NK607248
LGWEE4A57NK607248
Colour: Hamilton White
TOL10000
29066677

Enquire

Specials
<?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 319 950
38 440 km
2022
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25573_16.jpg
HAVAL
H6
(2022)

HAVAL 2.0T LUXURY 2WD DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWEF6A51NH932497
LGWEF6A51NH932497
Colour: Swarovski Blue
TOL10000
29067549

Enquire

Specials
<?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 339 950
10 647 km
2022
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25538_16.jpg
GWM
P SERIES
(2023)

GWM 2.0 LS D CAB 4X4 AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWDCF191NJ633219
LGWDCF191NJ633219
Colour: Red
TOL10000
29067552

Enquire

Specials
<?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 359 950
90 000 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25583_18.jpg
RENAULT
DUSTER 1.3T ZEN EDC
(2025)

RENAULT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
VF1RJF01474394927
VF1RJF01474394927
Colour: Grey
TOL10000
29067558

Enquire

Specials
<?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 379 950
11 031 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25599_19.jpg
MITSUBISHI
OUTLANDER SPORT 1.5 GLS CVT
(2026)

MITSUBISHI

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MK2XTGR1WTN000464
MK2XTGR1WTN000464
Colour: Blade Silver
TOL10000
29067553

Enquire

Specials
<?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 409 950
1 000 km
2026
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25531_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25531_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_24.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_25.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u24999_26.jpg
HAVAL
H6
(2023)

HAVAL 2.0T GT SUPER LUXURY 4WD DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWFF6A59PH947756
LGWFF6A59PH947756
Colour: Black
TOL10000
29066683

Enquire

Specials
<?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 419 950
55 537 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25179_16.jpg
HAVAL
H6
(2024)

HAVAL 2.0T SUPER LUXURY 4WD DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWFF6A51RH954459
LGWFF6A51RH954459
Colour: Red
TOL10000
29067560

Enquire

Specials
<?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 429 950
25 000 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25660_17.jpg
HAVAL
H7 2.0T LUXURY DCT
(2025)

HAVAL

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWEF7A67SF800723
LGWEF7A67SF800723
Colour: Grey
TOL10000
29066687

Enquire

Specials
<?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 469 950
21 300 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25683_20.jpg
AUDI
A3
(2023)

AUDI SPORTBACK MY21 35 TFSI S LINE TIPTRONIC

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WAUZZZGY2PA059677
WAUZZZGY2PA059677
Colour: White
TOL10000
29067554

Enquire

Specials
<?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 489 800
18 590 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25661_20.jpg
HYUNDAI
TUCSON
(2023)

HYUNDAI R2.0 ELITE AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
KMHJB81CMPU206264
KMHJB81CMPU206264
Colour: Red
TOL10000
29066688

Enquire

Specials
<?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 489 950
46 085 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25658_12.jpg
MITSUBISHI
PAJERO SPORT
(2023)

MITSUBISHI 2.4 4X2 AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MMBGUKR10NH014240
MMBGUKR10NH014240
Colour: Black Mica
TOL10000
29067561

Enquire

Specials
<?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 529 950
53 093 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25636_18.jpg
BMW
X3
(2021)

BMW xDRIVE20d STEPTRONIC

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WBATX36050N109507
WBATX36050N109507
Colour: Blue
TOL10000
29067547

Enquire

Specials
<?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 559 950
44 984 km
2021
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_19.jpg
MITSUBISHI
PAJERO SPORT
(2025)

MITSUBISHI 2.4 4X2 AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MMBGUKR10PH020064
MMBGUKR10PH020064
Colour: White diamond 2 Tone
TOL10000
29067548

Enquire

Specials
<?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 629 950
17 000 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25597_18.jpg
MITSUBISHI
TRITON
(2026)

MITSUBISHI 2.4 GLS D CAB 4X2 AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MMBJLLB10SH061281
MMBJLLB10SH061281
Colour: Blade Silver
TOL10000
29067551

Enquire

Specials
<?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 639 950
1 000 km
2026
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25610_24.jpg
GWM
P500
(2024)

GWM 2.4TD SUPER LUXURY D CAB 4X4 AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWDCF190RM605755
LGWDCF190RM605755
Colour: Silver
TOL10000
29066682

Enquire

Specials
<?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 800
30 000 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25462_18.jpg
HAVAL
H6 GT 1.5T HYBRID ULTRA LUXURY DHT 4X4 PHEV
(2025)

HAVAL

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWFFVA5XSH979120
LGWFFVA5XSH979120
Colour: G7 Red
TOL10000
29067550

Enquire

Specials
<?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
13 500 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25652_24.jpg
LAND ROVER
EVOQUE
(2022)

LAND ROVER 2.0 D D200 R-DYNAMIC SE (147kW)

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
SALZA2AN1NH170783
SALZA2AN1NH170783
Colour: Grey
TOL10000
29066679

Enquire

Specials
<?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 769 950
22 124 km
2022
AUTOMATIC
More details