Pre-owned Vehicles from Chery Claremont

Main Map
Mileage
Year
Transmission
  • AUTOMATIC (3)
  • MANUAL (1)
Fuel Type
  • UNLEADED (4)
1 - 4 of 4 cars
Sort Listing
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500290_13.jpg
VOLKSWAGEN
POLO
(2020)

VOLKSWAGEN 1.0 TSI COMFORTLINE

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AAVZZZAWZLU118366
AAVZZZAWZLU118366
Colour: Silver
TOL10172
29091708

Enquire

Book a Service
<?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 950
99 000 km
2020
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500298_21.jpg
CHERY
TIGGO
(2023)

CHERY 1.5T ELITE CVT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVVDB21B6ND376733
LVVDB21B6ND376733
Colour: Grey
TOL10172
29091229

Enquire

Book a Service
<?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 950
29 035 km
2023
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_n496_17.jpg
CHERY
TIGGO
(2024)

CHERY 1.5T ELITE DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LVVDB21B5RC143423
LVVDB21B5RC143423
Colour: White
TOL10172
29091230

Enquire

Book a Service
<?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 349 950
6 720 km
2024
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500264_17.jpg
HAVAL
JOLION
(2025)

HAVAL 1.5T S ULTRA LUXURY DCT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
LGWEE5A56SL613862
LGWEE5A56SL613862
Colour: Green
TOL10172
29091228

Enquire

Book a Service
<?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 399 950
11 500 km
2025
AUTOMATIC
More details