Automark Vehicles from Toyota Centurion

Make
Range
Model
Price
Mileage
Vehicle Year
Transmission
  • AUTOMATIC (25)
  • AUTOMATICMANUAL (6)
  • MANUAL (4)
Fuel Type
  • DIESEL (16)
  • UNLEADED (13)
  • DieselPtrol (6)
1 - 24 of 35 posts
Sort Listing
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070081_7.jpg

SUBARU 2.0D PREMIUM LINEARTRONIC CVT

2015 SUBARU OUTBACK

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JF2BRDKY5EG064833
JF2BRDKY5EG064833
Colour: SILVER
MOL01644
28671963

Enquire

Contact Form - Satellite
<?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 900
155 900 km
2015
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070076_7.jpg

TOYOTA

2025 TOYOTA VITZ 1.0 XR

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDVFN62S00325986
JTDVFN62S00325986
Colour: Metallic Silky Silver
MOL01644
28671961

Enquire

Contact Form - Satellite
<?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 209 900
16 500 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29776_11.jpg

HYUNDAI 1.0 MOTION

2025 HYUNDAI GRAND i10

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MALB251ALSM603323
MALB251ALSM603323
Colour: grey
MOL01644
28671953

Enquire

Contact Form - Satellite
<?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 900
12 000 km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070050_8.jpg

TOYOTA 4.0 V6 4X2 R/BODY AT

2010 TOYOTA FORTUNER

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTZU69G300002780
AHTZU69G300002780
Colour: WHITE
MOL01644
28673622

Enquire

Contact Form - Satellite
<?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 229 900
218 133 km
2010
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070092_16.jpg

TOYOTA 1.5 Xs AT

2023 TOYOTA STARLET

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDJWCA3S00334020
JTDJWCA3S00334020
Colour: WHITE
MOL01644
28673601

Enquire

Contact Form - Satellite
<?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 249 900
33 912 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070074_7.jpg

HYUNDAI 1.0 TGDI MOTION

2022 HYUNDAI VENUE

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MALFB81ALNM258923
MALFB81ALNM258923
Colour: SILVER
MOL01644
28671959

Enquire

Contact Form - Satellite
<?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 259 900
22 000 km
2022
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070025_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29947_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29947_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29947_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29947_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070025_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29947_7.jpg

SUZUKI 1.5 GLX AT

2024 SUZUKI BALENO

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
MBHHWBA3S00625468
MBHHWBA3S00625468
Colour: blue
MOL01644
28671957

Enquire

Contact Form - Satellite
<?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 309 900
6 850 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29432_9.jpg

TOYOTA 1.8 Xi

2025 TOYOTA COROLLA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFAAGX00652796
AHTKFAAGX00652796
Colour: Silver Metallic
MOL01644
28673078

Enquire

Contact Form - Satellite
<?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 369 900
10 000 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070016_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29882_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29882_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070016_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29882_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29882_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29882_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29882_8.jpg

TOYOTA 1.8 Xs

2025 TOYOTA COROLLA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFAAG900650926
AHTKFAAG900650926
Colour: Glacier White
MOL01644
28671954

Enquire

Contact Form - Satellite
<?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 375 000
19 000 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29393_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29393_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29393_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29393_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29393_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29393_6.jpg

TOYOTA 1.8 Xs

2025 TOYOTA COROLLA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFAAG000650961
AHTKFAAG000650961
Colour: Glacier White
MOL01644
28671955

Enquire

Contact Form - Satellite
<?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 385 000
20 000 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070087_8.jpg

NISSAN 2.5D LE 4X2 D CAB AT

2021 NISSAN NAVARA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
ADNCCAD23Z0000464
ADNCCAD23Z0000464
Colour: WHITE
MOL01644
28673599

Enquire

Contact Form - Satellite
<?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 900
131 790 km
2021
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070086_8.jpg

TOYOTA 2.4 GD-6 RAISED BODY AT

2019 TOYOTA FORTUNER

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTCB3GS302006284
AHTCB3GS302006284
Colour: SILVER
MOL01644
28673598

Enquire

Contact Form - Satellite
<?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 900
77 638 km
2019
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070083_8.jpg

TOYOTA

2025 TOYOTA COROLLA CROSS 1.8 XS

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFAAG900665961
AHTKFAAG900665961
Colour: Platinum White Pearl(089)
MOL01644
28673595

Enquire

Contact Form - Satellite
<?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 420 000
1 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050037_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29861_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29861_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29861_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29861_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050037_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29861_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29861_8.jpg

TOYOTA

2025 TOYOTA COROLLA CROSS 1.8 XS

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFAAG200658995
AHTKFAAG200658995
Colour: gold
MOL01644
28671885

Enquire

Contact Form - Satellite
<?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 900
586 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070045_8.jpg

VOLKSWAGEN 3.0 TDI D/CAB HIGHLINE 4MOTION AT

2019 VOLKSWAGEN AMAROK

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
WV1ZZZ2HZKA038587
WV1ZZZ2HZKA038587
Colour: WHITE
MOL01644
28673621

Enquire

Contact Form - Satellite
<?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 449 900
140 795 km
2019
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070019_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29927_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29927_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070019_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29927_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29927_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29927_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29927_8.jpg

FORD 2.0 BIT 4X4 D CAB WILDTRAK AT

2020 FORD RANGER

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AFAPXXMJ2PLY38497
AFAPXXMJ2PLY38497
Colour: grey
MOL01644
28671956

Enquire

Contact Form - Satellite
<?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 459 900
150 447 km
2020
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29519_9.jpg

TOYOTA 1.8 Xr

2025 TOYOTA COROLLA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFBAGX00657292
AHTKFBAGX00657292
Colour: Brass Gold 5C2
MOL01644
28671876

Enquire

Contact Form - Satellite
<?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 459 900
7 500 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070094_16.jpg

TOYOTA

2025 TOYOTA COROLLA CROSS 1.8 XR HYBRID

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKDBAG100957907
AHTKDBAG100957907
Colour: SILVER
MOL01644
28671964

Enquire

Contact Form - Satellite
<?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 460 000
5 023 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050038_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29877_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29877_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29877_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29877_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_ud0050038_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29877_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u29877_8.jpg

TOYOTA

2025 TOYOTA COROLLA CROSS 1.8 XR

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKFBAG000661562
AHTKFBAG000661562
Colour: gold
MOL01644
28671886

Enquire

Contact Form - Satellite
<?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 479 900
3 004 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070075_7.jpg

TOYOTA 2.4 GD-6 RB SR 6MT

2025 TOYOTA HILUX

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTJB3DB004352874
AHTJB3DB004352874
Colour: Glacier White (040)
MOL01644
28671960

Enquire

Contact Form - Satellite
<?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 499 900
30 441 km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070044_7.jpg

TOYOTA 2.8 GD-6 RAISED BODY 4X4 VX AT

2020 TOYOTA FORTUNER

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKA3FS800626124
AHTKA3FS800626124
Colour: WHITE
MOL01644
28673620

Enquire

Contact Form - Satellite
<?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 549 900
205 848 km
2020
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070077_8.jpg

SUBARU 2.4 DIT TS-ES CVT

2022 SUBARU WRX

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JF1VBHK85NG002006
JF1VBHK85NG002006
Colour: WHITE
MOL01644
28671962

Enquire

Contact Form - Satellite
<?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 900
34 082 km
2022
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070030_8.jpg

TOYOTA 2.0 VX 4X2 CVT

2024 TOYOTA RAV4

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTMY43FVX0D194976
JTMY43FVX0D194976
Colour: Glacier White (040)
MOL01644
28673618

Enquire

Contact Form - Satellite
<?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 599 900
36 712 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01644_u0070085_8.jpg

TOYOTA 2.8 GD-6 RB LEGEND 6AT DC

2022 TOYOTA HILUX

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTAA3DD001730598
AHTAA3DD001730598
Colour: BLACK
MOL01644
28673597

Enquire

Contact Form - Satellite
<?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 599 900
130 829 km
2022
AUTOMATIC
More details