VOLKSWAGEN POLO (2020)

VOLKSWAGEN 1.0 TSI COMFORTLINE DSG

R 249 900
Range:
POLO
Year:
2020
Mileage:
94 815km
Colour:
PURE WHITE
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
28687631
Available from Barons Bellville
<?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");
        }
    }
?>
Sales Enquiry With Questions - Satellite

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_11.jpg
VOLKSWAGEN
POLO
(2020)

VOLKSWAGEN SEDAN 1.4i COMFORTLINE

Array ( [vehicleid] => Array ( [0] => 28687615 ) [dumpdate] => Array ( [0] => 2025-12-13T02:42:01.8 ) [mmcode] => Array ( [0] => 64028522 ) [molstockbooknumber] => Array ( [0] => MOL01342_U0071333 ) [stockbooknumber] => Array ( [0] => U0071333 ) [vinnumber] => Array ( [0] => WVWZZZ60ZLT085884 ) [regnumber] => Array ( [0] => CAW110453 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => SEDAN 1.4i COMFORTLINE ) [vehicleyear] => Array ( [0] => 2020 ) [bodytype] => Array ( [0] => SEDAN ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SILVER ) [numberofdoors] => Array ( [0] => 4 ) [mileage] => Array ( [0] => 63164 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Barons Bellville MasterCars. We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Awesome after sales service. Superbly looked after vehicles. Delivery can be arranged countrywide. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available. Prices exclude “On the Road” and Delivery costs. Full and diligent service history. This vehicle comes equipped - We Connect Go. Park distance control. Rear view camera system. Portago 16" Alloy Wheels. ) [price] => Array ( [0] => 219900 ) [dealershipid] => Array ( [0] => 49 ) [molnumber] => Array ( [0] => MOL01342 ) [dealershipname] => Array ( [0] => Barons Bellville ) [pictures] => Array ( [0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071333_11.jpg";} ) [nmi_vehicle_id] => Array ( [0] => WVWZZZ60ZLT085884 ) ) 1
WVWZZZ60ZLT085884
WVWZZZ60ZLT085884
Colour: SILVER
MOL01342
28687615

Enquire

Sales Enquiry
<?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
63 164km
2020
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_16.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN VIVO HATCH MY25 1.4

Array ( [vehicleid] => Array ( [0] => 28687603 ) [dumpdate] => Array ( [0] => 2025-12-13T02:41:26.987 ) [mmcode] => Array ( [0] => 64020701 ) [molstockbooknumber] => Array ( [0] => MOL01342_U0071389 ) [stockbooknumber] => Array ( [0] => U0071389 ) [vinnumber] => Array ( [0] => AAVZZZ6R9SU011703 ) [regnumber] => Array ( [0] => CY385268 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => VIVO HATCH MY25 1.4 ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => PURE WHITE ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 6000 ) [servicehistory] => Array ( [0] => ) [comments] => Array ( [0] => ) [price] => Array ( [0] => 249900 ) [dealershipid] => Array ( [0] => 49 ) [molnumber] => Array ( [0] => MOL01342 ) [dealershipname] => Array ( [0] => Barons Bellville ) [pictures] => Array ( [0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_3.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_5.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_7.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_8.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_9.jpg";i:6;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_10.jpg";i:7;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_11.jpg";i:8;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_12.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_13.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_15.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_16.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6R9SU011703 ) ) 1
AAVZZZ6R9SU011703
AAVZZZ6R9SU011703
Colour: PURE WHITE
MOL01342
28687603

Enquire

Sales Enquiry
<?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
6 000km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_12.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN VIVO HATCH MY25 1.4

Array ( [vehicleid] => Array ( [0] => 28690411 ) [dumpdate] => Array ( [0] => 2025-12-13T02:38:41.297 ) [mmcode] => Array ( [0] => 64020701 ) [molstockbooknumber] => Array ( [0] => MOL01342_UD0050240 ) [stockbooknumber] => Array ( [0] => UD0050240 ) [vinnumber] => Array ( [0] => AAVZZZ6R6SU021511 ) [regnumber] => Array ( [0] => CY45668 ) [uploadtype] => Array ( [0] => DEMO ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => VIVO HATCH MY25 1.4 ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => PURE WHITE ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 1000 ) [servicehistory] => Array ( [0] => Not_Applicable ) [comments] => Array ( [0] => We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Demo models are as good as new. Please note that he mileages are at time of advertising and will vary. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available. Prices exclude On the Road and Delivery costs This vehicle comes equipped with carpet mats, front and rear, as well as Torsa 15" alloy wheelsEnjoy the balance of the 3 year 120,000km VW warranty ) [price] => Array ( [0] => 259900 ) [dealershipid] => Array ( [0] => 49 ) [molnumber] => Array ( [0] => MOL01342 ) [dealershipname] => Array ( [0] => Barons Bellville ) [pictures] => Array ( [0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050240_12.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6R6SU021511 ) ) 1
AAVZZZ6R6SU021511
AAVZZZ6R6SU021511
Colour: PURE WHITE
MOL01342
28690411

Enquire

Sales Enquiry
<?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
1 000km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_12.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN VIVO HATCH MY25 1.4

Array ( [vehicleid] => Array ( [0] => 28690515 ) [dumpdate] => Array ( [0] => 2025-12-13T02:41:26.987 ) [mmcode] => Array ( [0] => 64020701 ) [molstockbooknumber] => Array ( [0] => MOL01342_UD0050243 ) [stockbooknumber] => Array ( [0] => UD0050243 ) [vinnumber] => Array ( [0] => AAVZZZ6R8SU021283 ) [regnumber] => Array ( [0] => CY38302 ) [uploadtype] => Array ( [0] => DEMO ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => VIVO HATCH MY25 1.4 ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => PURE WHITE ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 278 ) [servicehistory] => Array ( [0] => Not_Applicable ) [comments] => Array ( [0] => Barons Bellville MasterCarsWe can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Demo models are as good as new. Please note that he mileages are at time of advertising and will vary. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available. Prices exclude On the Road and Delivery costs This vehicle comes equipped with carpet mats, front and rear, as well as Torsa 15" alloy wheelsEnjoy the balance of the 3 year 120,000km VW warranty & roadside assistance ) [price] => Array ( [0] => 259900 ) [dealershipid] => Array ( [0] => 49 ) [molnumber] => Array ( [0] => MOL01342 ) [dealershipname] => Array ( [0] => Barons Bellville ) [pictures] => Array ( [0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050243_12.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6R8SU021283 ) ) 1
AAVZZZ6R8SU021283
AAVZZZ6R8SU021283
Colour: PURE WHITE
MOL01342
28690515

Enquire

Sales Enquiry
<?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
278km
2025
MANUAL
More details