VOLKSWAGEN POLO VIVO (2019)

VOLKSWAGEN HATCH 1.6 COMFORTLINE TIPTRONIC

R 189 990
Range:
POLO VIVO
Year:
2019
Mileage:
130 000km
Colour:
SILVER
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
28597888
Available from Barons Woodmead
<?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 - Mastercars

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_12.jpg
VOLKSWAGEN
POLO VIVO
(2020)

VOLKSWAGEN HATCH 1.4 TRENDLINE

Array ( [vehicleid] => Array ( [0] => 28592650 ) [dumpdate] => Array ( [0] => 2025-11-20T08:50:31.11 ) [mmcode] => Array ( [0] => 64020700 ) [molstockbooknumber] => Array ( [0] => MOL01386_U0071257 ) [stockbooknumber] => Array ( [0] => U0071257 ) [vinnumber] => Array ( [0] => AAVZZZ6RZLU017748 ) [regnumber] => Array ( [0] => CY453393 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO VIVO ) [vehiclemodel] => Array ( [0] => HATCH 1.4 TRENDLINE ) [vehicleyear] => Array ( [0] => 2020 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SILVER ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 64500 ) [servicehistory] => Array ( [0] => None ) [comments] => Array ( [0] => ) [price] => Array ( [0] => 189950 ) [dealershipid] => Array ( [0] => 51 ) [molnumber] => Array ( [0] => MOL01386 ) [dealershipname] => Array ( [0] => Barons Cape Town ) [pictures] => Array ( [0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071257_12.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6RZLU017748 ) ) 1
AAVZZZ6RZLU017748
AAVZZZ6RZLU017748
Colour: SILVER
MOL01386
28592650

Enquire

Contact Form
<?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 189 950
64 500km
2020
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_11.jpg
VOLKSWAGEN
POLO VIVO
(2021)

VOLKSWAGEN HATCH 1.4 COMFORTLINE

Array ( [vehicleid] => Array ( [0] => 28597420 ) [dumpdate] => Array ( [0] => 2025-11-20T08:50:22.393 ) [mmcode] => Array ( [0] => 64020720 ) [molstockbooknumber] => Array ( [0] => MOL01342_U0071305 ) [stockbooknumber] => Array ( [0] => U0071305 ) [vinnumber] => Array ( [0] => AAVZZZ6RZMU010107 ) [regnumber] => Array ( [0] => CF92359 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO VIVO ) [vehiclemodel] => Array ( [0] => HATCH 1.4 COMFORTLINE ) [vehicleyear] => Array ( [0] => 2021 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => MEDIUM SILVER METALL ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 50250 ) [servicehistory] => Array ( [0] => Full ) [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. 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. This is a very clean example. One owner from new. Full and diligent VW service historyThis high spec Vivo comes equipped with - We Connect GoCarpet mats front and rearEstrada 15" alloySafety packageRadio 340G Package with App-Connect ) [price] => Array ( [0] => 209900 ) [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_u0071305_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071305_11.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6RZMU010107 ) ) 1
AAVZZZ6RZMU010107
AAVZZZ6RZMU010107
Colour: MEDIUM SILVER METALL
MOL01342
28597420

Enquire

Contact Form
<?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
50 250km
2021
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_8.jpg
VOLKSWAGEN
POLO VIVO
(2024)

VOLKSWAGEN HATCH 1.4 TRENDLINE

Array ( [vehicleid] => Array ( [0] => 28597355 ) [dumpdate] => Array ( [0] => 2025-11-20T08:54:02.13 ) [mmcode] => Array ( [0] => 64020700 ) [molstockbooknumber] => Array ( [0] => MOL01386_U0071228 ) [stockbooknumber] => Array ( [0] => U0071228 ) [vinnumber] => Array ( [0] => AAVZZZ6R9RU019388 ) [regnumber] => Array ( [0] => AAVZZZ6R9RU0193 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO VIVO ) [vehiclemodel] => Array ( [0] => HATCH 1.4 TRENDLINE ) [vehicleyear] => Array ( [0] => 2024 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SILVER ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 40557 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Why Choose Us?Full-Service History: All our pre-owned vehicles include a complete service record.80-Point Quality Check: Every vehicle is thoroughly inspected before delivery.Trade-Ins Welcome: Upgrade easily by trading in your current vehicle.Nationwide Delivery: We deliver anywhere in South Africa.Flexible Finance: Hassle-free in-house finance options available.Optional Value-Added Products (not included in listed price):Safety Film (Smash & Grab)Warranty ExtensionPaint ProtectionMaintenance Plan Extens ) [price] => Array ( [0] => 215950 ) [dealershipid] => Array ( [0] => 51 ) [molnumber] => Array ( [0] => MOL01386 ) [dealershipname] => Array ( [0] => Barons Cape Town ) [pictures] => Array ( [0] => a:7:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_3.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_4.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_5.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_6.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_7.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071228_8.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6R9RU019388 ) ) 1
AAVZZZ6R9RU019388
AAVZZZ6R9RU019388
Colour: SILVER
MOL01386
28597355

Enquire

Contact Form
<?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 215 950
40 557km
2024
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_6.jpg
VOLKSWAGEN
POLO VIVO
(2024)

VOLKSWAGEN HATCH 1.4 TRENDLINE

Array ( [vehicleid] => Array ( [0] => 28597279 ) [dumpdate] => Array ( [0] => 2025-11-20T08:53:36.013 ) [mmcode] => Array ( [0] => 64020700 ) [molstockbooknumber] => Array ( [0] => MOL01386_U0071217 ) [stockbooknumber] => Array ( [0] => U0071217 ) [vinnumber] => Array ( [0] => AAVZZZ6R4RU019993 ) [regnumber] => Array ( [0] => CAA588188 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO VIVO ) [vehiclemodel] => Array ( [0] => HATCH 1.4 TRENDLINE ) [vehicleyear] => Array ( [0] => 2024 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SILVER ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 26320 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Why Choose Us?Full-Service History: All our pre-owned vehicles include a complete service record.80-Point Quality Check: Every vehicle is thoroughly inspected before delivery.Trade-Ins Welcome: Upgrade easily by trading in your current vehicle.Nationwide Delivery: We deliver anywhere in South Africa.Flexible Finance: Hassle-free in-house finance options available.Optional Value-Added Products (not included in listed price):Safety Film (Smash & Grab)Warranty ExtensionPaint ProtectionMaintenance Plan Extens ) [price] => Array ( [0] => 215950 ) [dealershipid] => Array ( [0] => 51 ) [molnumber] => Array ( [0] => MOL01386 ) [dealershipname] => Array ( [0] => Barons Cape Town ) [pictures] => Array ( [0] => a:6:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071217_6.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6R4RU019993 ) ) 1
AAVZZZ6R4RU019993
AAVZZZ6R4RU019993
Colour: SILVER
MOL01386
28597279

Enquire

Contact Form
<?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 215 950
26 320km
2024
MANUAL
More details