Pre-owned Vehicles from Omoda Jaecoo

Range
Model
Mileage
Year
Transmission
  • AUTOMATICMANUAL (6)
  • AUTOMATIC (4)
Fuel Type
  • DieselPtrol (6)
  • UNLEADED (4)
1 - 10 of 10 cars
Sort Listing
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500202_9.jpg
OMODA
OMODA C5 1.5T LUXURY X
(2025)

OMODA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVVDB21B3SD223514
LVVDB21B3SD223514
Colour: White
TOL10173
29046492
<?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
3 301 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500206_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500206_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500206_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500206_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500206_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500206_6.jpg
OMODA
OMODA C5 1.5T LUXURY X
(2025)

OMODA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVVDB21B4SD410972
LVVDB21B4SD410972
Colour: Grey
TOL10173
29046495
<?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
9 500 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500124_11.jpg
OMODA
C5
(2024)

OMODA 1.5T ELEGANCE

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVVDB21B4PD085313
LVVDB21B4PD085313
Colour: Green
TOL10173
29045521
<?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
1 671 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500207_9.jpg
JAECOO
J5 1.5T INFERNO
(2025)

JAECOO

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVUGTB228SD837083
LVUGTB228SD837083
Colour: Deep Blue
TOL10173
29046496
<?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 990
4 901 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500176_8.jpg
OMODA
C7 1.6T LUXURY
(2025)

OMODA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVUGTB222SD847737
LVUGTB222SD847737
Colour: Silver
TOL10173
29045523
<?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 950
5 000 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500201_9.jpg
JAECOO
J7 1.5 TDGI SHS DHT (PHEV)
(2025)

JAECOO

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LNNBBDEE1SC132321
LNNBBDEE1SC132321
Colour: Silver
TOL10173
29046491
<?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 950
2 000 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500187_7.jpg
OMODA
C7 1.5T SHS DHT (PHEV)
(2025)

OMODA

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVUGTBCDXSDH64057
LVUGTBCDXSDH64057
Colour: White
TOL10173
29045524
<?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
0 km
2025
AUTOMATICMANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500128_10.jpg
OMODA
C9
(2025)

OMODA 2.0 TGDI INSPIRE 2WD

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVTDB24BXRG098668
LVTDB24BXRG098668
Colour: Grey
TOL10173
29045522
<?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 649 950
9 501 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500203_12.jpg
OMODA
C9
(2025)

OMODA 2.0 TGDI INSPIRE 2WD

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVTDB24B0SG033429
LVTDB24B0SG033429
Colour: Matte Grey
TOL10173
29046493
<?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
8 101 km
2025
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10173_u500200_7.jpg
OMODA
C9
(2026)

OMODA 2.0 TGDI EXPLORE AWD

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVTDD24B3SG071943
LVTDD24B3SG071943
Colour: Matte Grey
TOL10173
29046490
<?php
  $post_id = get_the_id();

   $custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
  echo print_r($custom_fields);
    if (empty($custom_fields)) {
        error_log("No custom fields found for post ID: $post_id");
        return;
    }

    error_log("Custom fields for post ID $post_id:");

    foreach ($custom_fields as $key => $value) {
        // $value is always an array
        if (is_array($value)) {
            foreach ($value as $val) {
                error_log("$key => $val");
            }
        } else {
            error_log("$key => $value");
        }
    }
?>
R 799 950
2 830 km
2026
AUTOMATIC
More details