VOLKSWAGEN POLO VIVO (2022)

VOLKSWAGEN HATCH 1.4 TRENDLINE

R 185 950
Range:
POLO VIVO
Year:
2022
Mileage:
116 228km
Colour:
SILVER
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
29079302
Additional Information:

Reliable Compact with Great Value

This car combines practicality and comfort for your daily drives. It’s designed for efficiency, making it an ideal choice for city commuting or weekend getaways. With its spacious interior, you’ll enjoy every journey, whether you’re running errands or heading out with friends.

Experience peace of mind knowing you’re driving a quality vehicle. Its used condition reflects careful ownership, ensuring it’s ready for your next adventure.

Mileage is recorded at the time of advertising and may vary.

Key highlights:
– Impressive fuel efficiency
– Comfortable seating for five
– User-friendly technology features
– Ample boot space for your needs
– Smooth handling for urban environments

Trust in the quality and reliability that comes with NMI. Your next smart buy awaits.

Available from Barons Durban
<?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/mol01182_u0071115_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_7.jpg
VOLKSWAGEN
POLO VIVO
(2021)

VOLKSWAGEN HATCH 1.6 COMFORTLINE TIPTRONIC

Array ( [vehicleid] => Array ( [0] => 29076139 ) [dumpdate] => Array ( [0] => 2026-04-11T02:38:56.733 ) [mmcode] => Array ( [0] => 64020750 ) [molstockbooknumber] => Array ( [0] => MOL01182_U0071115 ) [stockbooknumber] => Array ( [0] => U0071115 ) [vinnumber] => Array ( [0] => AAVZZZ6RZNU004174 ) [regnumber] => Array ( [0] => BX52FFZN ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO VIVO ) [vehiclemodel] => Array ( [0] => HATCH 1.6 COMFORTLINE TIPTRONIC ) [vehicleyear] => Array ( [0] => 2021 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => REFLEX SILVER METALL ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 77519 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Exceptional Value and Features Await This used vehicle combines practicality with style. Enjoy the convenience of a multi-function steering wheel and front electric windows. With alloy wheels and a storage package, it meets your daily needs effortlessly. The Radio 340G package enhances your driving experience with quality sound. All vehicles come with the balance of their manufacturer warranty or maintenance plans for peace of mind. Each one undergoes a certified 80-point check to ensure quality. Our finance department is ready to tailor your finance application to suit your requirements. Plus, we offer countrywide delivery at an agreed price. Trust in our Certified Sales Executives to guide you through every step of your purchase. Mileage is recorded at the time of advertising and may vary. Key highlights: - Multi-function steering wheel - Alloy wheels - Storage package - Radio 340G package - Front electric windows - Balance of manufacturer warranty/maintenance plan - Certified 80-point check - Tailored finance solutions available Experience the NMI difference, where quality and service come standard. ) [price] => Array ( [0] => 219950 ) [dealershipid] => Array ( [0] => 35 ) [molnumber] => Array ( [0] => MOL01182 ) [dealershipname] => Array ( [0] => Barons Durban ) [pictures] => Array ( [0] => a:7:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071115_7.jpg";} ) ) 1
AAVZZZ6RZNU004174
AAVZZZ6RZNU004174
Colour: REFLEX SILVER METALL
MOL01182
29076139

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 950
77 519km
2021
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_10.jpg
VOLKSWAGEN
POLO VIVO
(2024)

VOLKSWAGEN HATCH 1.6 COMFORTLINE TIPTRONIC

Array ( [vehicleid] => Array ( [0] => 29079366 ) [dumpdate] => Array ( [0] => 2026-04-11T02:38:39.03 ) [mmcode] => Array ( [0] => 64020750 ) [molstockbooknumber] => Array ( [0] => MOL01182_U0071069 ) [stockbooknumber] => Array ( [0] => U0071069 ) [vinnumber] => Array ( [0] => AAVZZZ6R4RU011053 ) [regnumber] => Array ( [0] => DG34YWZN ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO VIVO ) [vehiclemodel] => Array ( [0] => HATCH 1.6 COMFORTLINE TIPTRONIC ) [vehicleyear] => Array ( [0] => 2024 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SILVER ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 37000 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Reliable and Feature-Packed Compact This used vehicle offers exceptional value, equipped with desirable optional extras. Enjoy the convenience of front electric windows, a multifunction steering wheel, and a quality radio system. Alloy wheels and fog lamps enhance its appearance while adding practicality for various driving conditions. Every vehicle is sold with the balance of the manufacturer warranty or maintenance plan. Our certified 80-point check ensures quality and reliability. Our finance team can tailor your application to meet your needs, with options available from all major banks. We also provide country-wide delivery at an agreed price. Experience a seamless purchase process with our dedicated team of certified sales executives. Mileage is recorded at the time of advertising and may vary. Key Highlights: - Front electric windows - Multifunction steering wheel - Quality radio system - Alloy wheels - Fog lamps - Balance of manufacturer warranty - Certified 80-point check - Tailored finance options available Trust NMI for a smart purchase that ensures quality and peace of mind. ) [price] => Array ( [0] => 239950 ) [dealershipid] => Array ( [0] => 35 ) [molnumber] => Array ( [0] => MOL01182 ) [dealershipname] => Array ( [0] => Barons Durban ) [pictures] => Array ( [0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071069_10.jpg";} ) ) 1
AAVZZZ6R4RU011053
AAVZZZ6R4RU011053
Colour: SILVER
MOL01182
29079366

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 239 950
37 000km
2024
AUTOMATIC
More details