Pre-owned Vehicles from Barons VW Bellville
1 - 24 of 73 posts
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_12.jpg
VOLKSWAGEN
POLO VIVO
(2017)
VOLKSWAGEN SEDAN 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 29054501
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 64020511
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071547
)
[stockbooknumber] => Array
(
[0] => U0071547
)
[vinnumber] => Array
(
[0] => AAVZZZ6SZHU009922
)
[regnumber] => Array
(
[0] => GCX151G
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => SEDAN 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2017
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 49000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value with Immaculate Care
This used vehicle is a standout choice for discerning buyers. With only 49Â 000 kilometres, it boasts a pristine condition and a full VW service history, ensuring peace of mind. Recently serviced for sale preparation, it reflects the care taken by its single owner.
Enjoy a seamless buying experience with optional warranties, service, and maintenance plans available. Our team will assist with finance through all major banks, arrange insurance, and welcome trade-ins. Delivery can be arranged countrywide, making your purchase hassle-free.
Key Highlights:
- One owner from new
- Full VW service history
- Recently serviced for sale preparation
- Very clean example
- Optional warranties and maintenance plans
- Finance options available with major banks
- Trade-ins welcome
- Countrywide delivery arranged
Trust in NMI for a reliable, customer-focused automotive experience. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 169900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071547_12.jpg";}
)
)
1
AAVZZZ6SZHU009922
AAVZZZ6SZHU009922
Colour: WHITE
MOL01342
29054501
29054501
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_12.jpg
VOLKSWAGEN
POLO
(2019)
VOLKSWAGEN SEDAN 1.4i TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 29054500
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64028518
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071545
)
[stockbooknumber] => Array
(
[0] => U0071545
)
[vinnumber] => Array
(
[0] => WVWZZZ60ZKT061048
)
[regnumber] => Array
(
[0] => GFB798G
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => SEDAN 1.4i TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 56000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Unmatched Quality and Care
This vehicle is a fantastic option for those seeking reliability and performance. With a full and diligent service history, you can trust in its superb maintenance. Its one-owner status reflects careful ownership, ensuring you receive a well-looked-after car.
We offer convenient doorstep demos across the Cape Peninsula. Financing options with all major banks are available, and we welcome trade-ins. Enjoy peace of mind with optional warranties and service plans. Delivery can be arranged countrywide, making your purchase hassle-free.
Key highlights:
- One owner from new
- Full VW service history
- 56 000 kilometres
- Doorstep demos in the Cape Peninsula
- Finance options with major banks
- Trade-ins welcome
- Optional warranties and service plans
- Delivery arranged countrywide
At NMI, we make car buying easy and reliable. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 189899
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071545_12.jpg";}
)
)
1
WVWZZZ60ZKT061048
WVWZZZ60ZKT061048
Colour: WHITE
MOL01342
29054500
29054500
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_12.jpg
FORD
ECOSPORT
(2016)
FORD 1.0i ECOBOOST TITANIUM
Array
(
[vehicleid] => Array
(
[0] => 29054721
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 22048140
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071590
)
[stockbooknumber] => Array
(
[0] => U0071590
)
[vinnumber] => Array
(
[0] => MAJAXXMRKAGY65035
)
[regnumber] => Array
(
[0] => CY234305
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => FORD
)
[vehiclerange] => Array
(
[0] => ECOSPORT
)
[vehiclemodel] => Array
(
[0] => 1.0i ECOBOOST TITANIUM
)
[vehicleyear] => Array
(
[0] => 2016
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 46702
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Quality and Care Await You
Discover a meticulously maintained vehicle, boasting one owner from new and a full Ford service history. This clean example reflects pride of ownership and attention to detail. Enjoy peace of mind knowing it has been superbly looked after.
We offer convenient at-home demos throughout the Cape Peninsula. Our team handles financing with all major banks, arranges insurance, and welcomes trade-ins. Optional warranties, service, and maintenance plans are available for added assurance. Delivery can be arranged countrywide, ensuring a seamless buying experience tailored for you.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- One owner from new
- Full Ford service history
- Immaculate condition
- Home demo available in the Cape Peninsula
- Finance options with major banks
- Insurance arrangements made easy
- Trade-ins welcome
- Optional warranties and service plans
Trust in NMI for a straightforward, enjoyable car-buying experience.
)
[price] => Array
(
[0] => 199900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071590_12.jpg";}
)
)
1
MAJAXXMRKAGY65035
MAJAXXMRKAGY65035
Colour: White
MOL01342
29054721
29054721
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_11.jpg
VOLKSWAGEN
POLO VIVO
(2022)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 29054533
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071620
)
[stockbooknumber] => Array
(
[0] => U0071620
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZNU011309
)
[regnumber] => Array
(
[0] => CY454475
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REEF BLUE METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 61552
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value and Care
Discover a superbly looked after vehicle with one owner from new and a full VW service history. This car is ready to impress, equipped with stylish Estrada 15 inch alloy wheels and carpet mats for added comfort. Enjoy an effortless buying experience, with demo options available at your doorstep across the Cape Peninsula.
Our dedicated team ensures a hassle-free process, offering finance through all major banks and arranging insurance. Trade-ins are welcome, and optional warranties, service, and maintenance plans are available. Delivery can be arranged countrywide, showcasing our commitment to outstanding after-sales service.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- One owner from new
- Full VW service history
- Estrada 15 inch alloy wheels
- Front and rear carpet mats
- Finance options with major banks
- Insurance arrangements available
- Trade-ins welcome
- Optional warranties and service plans
Trust in NMI for a reliable and convenient car-buying experience.
)
[price] => Array
(
[0] => 199900
)
[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_u0071620_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071620_11.jpg";}
)
)
1
AAVZZZ6RZNU011309
AAVZZZ6RZNU011309
Colour: REEF BLUE METALLIC
MOL01342
29054533
29054533
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_12.jpg
VOLKSWAGEN
POLO VIVO
(2021)
VOLKSWAGEN HATCH 1.4 COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 29054505
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020720
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071560
)
[stockbooknumber] => Array
(
[0] => U0071560
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZMU010096
)
[regnumber] => Array
(
[0] => CY406456
)
[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] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 77280
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value in a Well-Maintained Vehicle
Discover a clean, one-owner vehicle that stands out for its superb condition. Backed by a full and diligent service history, it's been meticulously cared for. Experience the convenience of We Connect Go and enjoy the stylish Estrada 15-inch alloys.
Our team ensures a hassle-free buying process. We offer finance options with all major banks and can arrange insurance. Trade-ins are welcome, and delivery can be arranged nationwide. Optional warranties, service, and maintenance plans are available for added peace of mind.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Very clean, well-maintained condition
- One owner from new
- Full VW service history
- We Connect Go technology
- Estrada 15-inch alloy wheels
- Carpet mats front and rear
- Storage package for added convenience
- App-Connect Radio package
Trust NMI for reliable vehicles and outstanding after-sales service. Let us make your car buying experience easy and enjoyable.
)
[price] => Array
(
[0] => 199900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071560_12.jpg";}
)
)
1
AAVZZZ6RZMU010096
AAVZZZ6RZMU010096
Colour: Grey
MOL01342
29054505
29054505
Enquire
<?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");
}
}
?>KIA
SONET
(2023)
KIA 1.5 LX CVT
Array
(
[vehicleid] => Array
(
[0] => 29051418
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 32140205
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071604
)
[stockbooknumber] => Array
(
[0] => U0071604
)
[vinnumber] => Array
(
[0] => MZBFB814TPN243298
)
[regnumber] => Array
(
[0] => CAA471799
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => KIA
)
[vehiclerange] => Array
(
[0] => SONET
)
[vehiclemodel] => Array
(
[0] => 1.5 LX CVT
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => GREY
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 111715
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Quality and Care Await You
Discover a meticulously maintained vehicle that exemplifies reliability. This one-owner gem comes with a full Kia service history, ensuring peace of mind for the discerning buyer. Enjoy the convenience of doorstep demos across the Cape Peninsula, making your vehicle search effortless.
Experience outstanding after-sales service and hassle-free financing options with all major banks. Trade-ins are welcomed, and we can arrange delivery countrywide. Optional warranties, service, and maintenance plans are available to enhance your ownership experience.
- Very clean condition
- One owner from new
- Full Kia service history
- Doorstep demos available
- Finance through major banks
- Trade-ins welcomed
- Delivery arranged countrywide
- Optional warranties and service plans
Trust NMI to make your car buying experience simple and enjoyable.
Mileage is recorded at the time of advertising and may vary.
)
[price] => Array
(
[0] => 199900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:1:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071604_1.jpg";}
)
)
1
MZBFB814TPN243298
MZBFB814TPN243298
Colour: GREY
MOL01342
29051418
29051418
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_11.jpg
VOLKSWAGEN
POLO VIVO
(2020)
VOLKSWAGEN HATCH 1.6 HIGHLINE
Array
(
[vehicleid] => Array
(
[0] => 29054720
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020760
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071589
)
[stockbooknumber] => Array
(
[0] => U0071589
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZKU025342
)
[regnumber] => Array
(
[0] => CAA3314
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.6 HIGHLINE
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 73793
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Condition and Great Value
This well-maintained vehicle offers a clean and pristine appearance, having had just one owner from new. It boasts a full and diligent service history, ensuring reliability and peace of mind for the next owner. The addition of a Powerflow stainless steel exhaust system enhances both performance and style.
We prioritise your convenience. Enjoy demonstrations at your doorstep anywhere in the Cape Peninsula. Our finance options with all major banks, insurance arrangements, and welcome trade-ins simplify the buying process. Delivery can be arranged countrywide. Optional warranties and service plans provide added assurance.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Very clean condition
- One owner from new
- Full service history
- Powerflow stainless steel exhaust system
- Finance available with major banks
- Insurance arranged for you
- Trade-ins welcome
- Delivery options across the country
At NMI, we provide superb after-sales service and make purchasing your next vehicle a hassle-free experience. Trust us to handle every detail for you.
)
[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_u0071589_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071589_11.jpg";}
)
)
1
AAVZZZ6RZKU025342
AAVZZZ6RZKU025342
Colour: PURE WHITE
MOL01342
29054720
29054720
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_10.jpg
VOLKSWAGEN
POLO VIVO
(2022)
VOLKSWAGEN HATCH 1.4 COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 29054506
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020720
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071567
)
[stockbooknumber] => Array
(
[0] => U0071567
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZNU017123
)
[regnumber] => Array
(
[0] => CAA94251
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 28000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value with Peace of Mind
This used vehicle is a smart buy, perfectly maintained and ready for its new owner. Enjoy the convenience of doorstep demos throughout the Cape Peninsula. Our team ensures a seamless buying experience, including finance options with all major banks, insurance arrangements, and welcoming trade-ins.
Equipped with essential features, this vehicle offers both style and practicality. With a full maintenance plan until August 2026 or 60,000 kilometres, you can drive with confidence. Optional warranties and service plans are available to enhance your ownership experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Carpet mats front and rear
- Rivazza 16-inch alloy wheels
- Storage package for added convenience
- Safety package with Electronic Stability Control
- App-Connect radio package for seamless connectivity
- VW full maintenance plan until August 2026 or 60,000 kilometres
- Delivery can be arranged countrywide
- Exceptional after-sales service
NMI is committed to ensuring your satisfaction. We make car buying easy and hassle-free.
)
[price] => Array
(
[0] => 239900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071567_10.jpg";}
)
)
1
AAVZZZ6RZNU017123
AAVZZZ6RZNU017123
Colour: PURE WHITE
MOL01342
29054506
29054506
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_11.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29051397
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[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] => 9895
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Exceptional Value and Reliability Await
This well-maintained vehicle offers peace of mind with the balance of a 3-year 120,000 kilometre warranty and roadside assistance. It has been superbly looked after, ensuring a rewarding driving experience. Experience convenience with demo options available at your doorstep across the Cape Peninsula.
With easy finance through all major banks, insurance arrangements, and welcoming trade-ins, purchasing is seamless. Optional warranties, service, and maintenance plans enhance value. Delivery can be arranged nationwide for your convenience.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- Well-maintained with excellent after-sales service
- Balance of 3-year 120,000 kilometre warranty
- Roadside assistance included
- Carpet mats in front and rear
- Finance options available via major banks
- Insurance arrangements offered
- Trade-ins welcomed
- Nationwide delivery available
Trust in NMI for a smart buying experience that puts you first.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071389_11.jpg";}
)
[price] => Array
(
[0] => 239900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[_nmi_data_hash] => Array
(
[0] => 1de4cc9246768cba4d5f2659adaebecd
)
)
1
AAVZZZ6R9SU011703
AAVZZZ6R9SU011703
Colour: PURE WHITE
MOL01342
29051397
29051397
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29054682
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050247
)
[stockbooknumber] => Array
(
[0] => UD0050247
)
[vinnumber] => Array
(
[0] => AAVZZZ6R3SU020994
)
[regnumber] => Array
(
[0] => CY214772
)
[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] => 1179
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Experience the thrill of driving a top-quality demo vehicle. This option offers the benefits of a new car without the new car price tag. Convenient doorstep demos across the Cape Peninsula make it easy to explore this exceptional vehicle.
Enjoy peace of mind with a 3-year 120,000km warranty and roadside assistance. You can finance through all major banks, and we handle all trade-ins seamlessly. Optional warranties, service, and maintenance plans are available, ensuring a smooth ownership experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition, like new
- 3-year 120,000km warranty
- Roadside assistance included
- Carpet mats for added comfort
- Torsa 15" alloy wheels
- Finance options with all major banks
- Trade-ins welcome
- Optional service and maintenance plans
Trust NMI for a hassle-free car buying journey. We make it easy for you to drive away in your next vehicle.
)
[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_ud0050247_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050247_12.jpg";}
)
)
1
AAVZZZ6R3SU020994
AAVZZZ6R3SU020994
Colour: PURE WHITE
MOL01342
29054682
29054682
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29054678
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050237
)
[stockbooknumber] => Array
(
[0] => UD0050237
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5SU021578
)
[regnumber] => Array
(
[0] => CY50542
)
[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] => 9500
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle with Warranty
Experience exceptional value with this demo vehicle, offering nearly new quality. Enjoy the convenience of doorstep demos throughout the Cape Peninsula. Our dedicated sales staff will handle everything for you, making the car-buying process effortless.
This vehicle is equipped with stylish front and rear carpet mats and Torsa 15" alloy wheels. Plus, drive with peace of mind, knowing you have the balance of a 3 year 120,000km warranty.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition - as good as new
- Doorstep demo service in the Cape Peninsula
- Finance options available with all major banks
- Insurance arrangements made for convenience
- Trade-ins welcomed
- Stylish Torsa 15" alloy wheels
- Front and rear carpet mats included
- Balance of 3 year 120,000km warranty
Trust in the NMI brand for a seamless buying experience.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050237_12.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[_nmi_data_hash] => Array
(
[0] => 44f8bc11e758be4aeaeca0b13e7c2e29
)
)
1
AAVZZZ6R5SU021578
AAVZZZ6R5SU021578
Colour: PURE WHITE
MOL01342
29054678
29054678
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29051419
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071610
)
[stockbooknumber] => Array
(
[0] => U0071610
)
[vinnumber] => Array
(
[0] => AAVZZZ6R8SU022403
)
[regnumber] => Array
(
[0] => KPK446EC
)
[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] => ASCOT GRAY
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 15235
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience unmatched convenience and reliability with this superbly maintained vehicle. Enjoy the balance of a 3-year 120,000km warranty and roadside assistance, providing peace of mind on every journey. Our dedicated sales staff will handle everything, making your purchase seamless.
We offer flexible finance options with all major banks and can arrange insurance and trade-ins. Delivery is available countrywide, and we can demo right at your doorstep within the Cape Peninsula. Optional warranties, service, and maintenance plans add even more value.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Superbly looked after vehicle
- Balance of 3-year 120,000km VW warranty
- Roadside assistance included
- Carpet mats (front and rear)
- Torsa 15" alloy wheels
- Finance options with major banks
- Insurance and trade-ins welcomed
- Countrywide delivery available
Trust in NMI for a hassle-free buying experience. We prioritise your needs and satisfaction.
)
[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:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071610_12.jpg";}
)
)
1
AAVZZZ6R8SU022403
AAVZZZ6R8SU022403
Colour: ASCOT GRAY
MOL01342
29051419
29051419
Enquire
<?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");
}
}
?>
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] => 29054679
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[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] => Experience the thrill of driving a demo vehicle that feels just like new. Conveniently available for a doorstep demo in the Cape Peninsula, this vehicle is perfect for those seeking a reliable and stylish ride. Our expert sales team will handle everything, from financing with major banks to arranging insurance and trade-ins, making your purchase seamless.
Enjoy peace of mind with the balance of a 3-year 120,000-kilometre warranty. Optional service and maintenance plans are available to keep your vehicle in top condition. With added features like carpet mats and Torsa 15" alloy wheels, this demo offers both practicality and style.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition, practically new
- Doorstep demo in the Cape Peninsula
- Finance options with major banks
- Insurance and trade-ins arranged
- Balance of 3-year 120,000-kilometre warranty
- Optional service and maintenance plans
- Carpet mats included
- Torsa 15" alloy wheels
Trust NMI to make your car buying experience effortless and enjoyable.
)
[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";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[_nmi_data_hash] => Array
(
[0] => 267fa4748f168d50f3cd8d59de853fe3
)
)
1
AAVZZZ6R6SU021511
AAVZZZ6R6SU021511
Colour: PURE WHITE
MOL01342
29054679
29054679
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29054503
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071551
)
[stockbooknumber] => Array
(
[0] => U0071551
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5SU013755
)
[regnumber] => Array
(
[0] => CY456087
)
[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] => 4860
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Exceptional Value Awaiting You
This used vehicle offers the perfect blend of reliability and style, ideal for your daily drive. With only 4Â 860 kilometres on the clock, it stands as a near-new option ready to impress. Enjoy the convenience of a doorstep demo anywhere in the Cape Peninsula. Our dedicated team will handle all arrangements, ensuring a seamless buying experience.
Take advantage of attractive finance options from all major banks, with insurance and trade-ins welcomed. Optional warranties, service, and maintenance plans are available for added peace of mind. Prices exclude On the Road and Delivery costs.
Key highlights:
- Only 4Â 860 kilometres
- Carpet mats front and rear
- Torsa 15" alloy wheels
- Balance of 3 year 120,000km warranty
- Demo available at your convenience
- Easy financing options with major banks
- Trade-ins accepted
Trust in NMI for a straightforward, hassle-free purchase process. Let us make buying your next vehicle an easy experience.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050222_12.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[_nmi_data_hash] => Array
(
[0] => 9c1d951c26e0100c521573fb4e529403
)
)
1
AAVZZZ6R5SU013755
AAVZZZ6R5SU013755
Colour: PURE WHITE
MOL01342
29054503
29054503
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29051421
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071612
)
[stockbooknumber] => Array
(
[0] => U0071612
)
[vinnumber] => Array
(
[0] => AAVZZZ6R1SU021951
)
[regnumber] => Array
(
[0] => MM17PDGP
)
[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] => ASCOT GRAY
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 17000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value and Style Await
This used vehicle offers a perfect blend of reliability and comfort. It has been superbly looked after, ensuring peace of mind for your daily drives. Enjoy the convenience of doorstep demos anywhere in the Cape Peninsula, making your car-buying experience effortless. With trade-ins welcomed and financing options available through all major banks, we simplify your purchase process.
Equipped with front and rear carpet mats and Torsa 15" alloy wheels, this vehicle stands out in both practicality and aesthetics. Benefit from the balance of the 3 year 120,000km warranty and roadside assistance, providing added security for every journey. Optional warranties, service, and maintenance plans are also available to enhance your ownership experience.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- Well-maintained condition
- Doorstep demo in Cape Peninsula
- Trade-ins accepted
- Financing options with major banks
- Front and rear carpet mats
- Torsa 15" alloy wheels
- 3 year 120,000km warranty
- Roadside assistance included
Trust in NMI for a seamless car-buying experience, where we handle everything for you!
)
[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:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071612_12.jpg";}
)
)
1
AAVZZZ6R1SU021951
AAVZZZ6R1SU021951
Colour: ASCOT GRAY
MOL01342
29051421
29051421
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29054529
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071614
)
[stockbooknumber] => Array
(
[0] => U0071614
)
[vinnumber] => Array
(
[0] => AAVZZZ6R9SU021891
)
[regnumber] => Array
(
[0] => KPL129EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 15648
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] => Exceptional Value Awaits
This well-maintained vehicle is a smart buy with robust features and a strong service history. Enjoy peace of mind with the balance of the 3-year 120,000km warranty and a 2-year 30,000km service plan. Perfectly suited for urban life and everyday adventures, it combines practicality with style.
Experience hassle-free purchasing with finance options from all major banks. Trade-ins are welcomed, and delivery can be arranged countrywide. Our dedicated team ensures a seamless buying experience, bringing the demo right to your doorstep in the Cape Peninsula.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Carpet mats front and rear
- Combined curtain and side airbags for safety
- Convenient Storage Space package
- Balance of 3-year 120,000km VW warranty
- 2-year 30,000km service plan included
- Finance options available with major banks
- Trade-ins welcome
- Delivery arranged countrywide
Trust in NMI for a reliable and straightforward car buying experience. We’re dedicated to making it easy for you.
)
[price] => Array
(
[0] => 259900
)
[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_u0071614_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_12.jpg";}
)
)
1
AAVZZZ6R9SU021891
AAVZZZ6R9SU021891
Colour: REFLEX SILVER METALLIC
MOL01342
29054529
29054529
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_12.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29054616
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:39.85
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050265
)
[stockbooknumber] => Array
(
[0] => UD0050265
)
[vinnumber] => Array
(
[0] => AAVZZZ6RXTU006012
)
[regnumber] => Array
(
[0] => 6012CY
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Exceptional Demo Model Available Now
Experience the quality of a nearly new vehicle with this demo model. Enjoy the convenience of a doorstep demo anywhere in the Cape Peninsula. Our dedicated Sales Staff will handle everything for you, making the buying process easy and hassle-free. Optional warranties, service, and maintenance plans are available for your peace of mind.
Take advantage of finance options with all major banks, and we welcome trade-ins to simplify your upgrade. Please note that mileage is accurate at the time of advertising and may vary. Prices exclude On the Road and Delivery costs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo model in excellent condition
- Convenient doorstep demos in the Cape Peninsula
- Finance options available with major banks
- Trade-ins welcomed
- Optional warranties and maintenance plans
- Easy and hassle-free buying process
Trust in the NMI brand for a seamless vehicle purchasing experience.
)
[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_ud0050265_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_12.jpg";}
)
)
1
AAVZZZ6RXTU006012
AAVZZZ6RXTU006012
Colour: REFLEX SILVER METALLIC
MOL01342
29054616
29054616
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_12.jpg
VOLKSWAGEN
POLO
(2021)
VOLKSWAGEN 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 29051424
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64027670
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071629
)
[stockbooknumber] => Array
(
[0] => U0071629
)
[vinnumber] => Array
(
[0] => AAVZZZAWZMU070049
)
[regnumber] => Array
(
[0] => CAA274074
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 25000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Impressive Comfort and Reliability Await
This vehicle has been meticulously cared for by one owner, boasting a full VW service history. Enjoy the luxury of a tilting and sliding panoramic sunroof while the Park Distance Control enhances your parking experience. Modern features like the Composition Media Radio and the Light and Sight Package, including auto lights, auto wipers, and an auto-dip rear view mirror, elevate your driving comfort.
Experience the peace of mind that comes with the balance of a full maintenance plan, which can be extended for added security. Our team ensures a seamless buying process, offering finance with major banks and arranging insurance. Trade-ins are welcome, and we provide superb after-sales service. Delivery can be arranged across the country, making your purchase hassle-free.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- One owner from new
- Full VW service history
- Panoramic sunroof
- Park Distance Control
- Composition Media Radio
- Light and Sight Package
- Balance of full maintenance plan available
- Optional warranties, service, and maintenance plans
At NMI, we prioritise trust and convenience in every step of your car-buying journey.
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071629_12.jpg";}
)
)
1
AAVZZZAWZMU070049
AAVZZZAWZMU070049
Colour: WHITE
MOL01342
29051424
29051424
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_12.jpg
VOLKSWAGEN
T-CROSS
(2021)
VOLKSWAGEN MY21 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 29054724
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 64030160
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071599
)
[stockbooknumber] => Array
(
[0] => U0071599
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZMY121532
)
[regnumber] => Array
(
[0] => CY363043
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY21 1.0 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 56338
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Quality and Care
This immaculate vehicle stands out with its one previous owner and a comprehensive VW service history. It has been meticulously maintained, ensuring reliability and peace of mind for the next owner. Equipped with a Composition Media Infotainment package, enjoy seamless connectivity and entertainment on the road.
Our commitment to customer satisfaction is unmatched. We offer convenient doorstep demos across the Cape Peninsula. Financing is available through all major banks, and we handle insurance and trade-ins with ease. Optional warranties and service plans are also on offer, ensuring you’re covered for the long haul. Delivery can be arranged countrywide, making your buying experience effortless.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Immaculate condition
- One owner from new
- Full VW service history
- Composition Media Infotainment package
- Doorstep demos available
- Finance through major banks
- Optional warranties and service plans
- Countrywide delivery available
Trust in NMI for a seamless car buying experience.
)
[price] => Array
(
[0] => 289900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071599_12.jpg";}
)
)
1
WVGZZZC1ZMY121532
WVGZZZC1ZMY121532
Colour: Grey
MOL01342
29054724
29054724
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_12.jpg
VOLKSWAGEN
GOLF
(2020)
VOLKSWAGEN VII MY17 1.4 TSI BMT COMFORTLINE DSG (P
Array
(
[vehicleid] => Array
(
[0] => 29054735
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64045428
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071483
)
[stockbooknumber] => Array
(
[0] => U0071483
)
[vinnumber] => Array
(
[0] => WVWZZZAUZLW086519
)
[regnumber] => Array
(
[0] => SMJ83WP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => GOLF
)
[vehiclemodel] => Array
(
[0] => VII MY17 1.4 TSI BMT COMFORTLINE DSG (P
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 106989
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Immaculate Condition with Full Service History
This used vehicle is a standout option for discerning buyers. With 106Â 989 kilometres on the clock, it's been superbly looked after and is ready for its next adventure. Recently serviced for sale preparation, it boasts a full and diligent service history. Experience excellent after-sales service and enjoy the convenience of delivery arrangements throughout the country.
Equipped with premium features, this vehicle enhances your driving experience. Enjoy the comfort of folding and heated mirrors, Park Assist with Park Distance Control, and striking LED headlights. The Vienna Leather package with sports seats adds a touch of luxury to every ride. Finance options are available through all major banks, and trade-ins are welcome.
Key Highlights:
- Full VW service history
- Recently serviced
- Folding and heated mirrors
- Park Assist with Park Distance Control
- LED rear combination lamps
- LED headlights
- Vienna Leather package with sports seats
- Optional warranties and maintenance plans available
Trust NMI to make your car buying experience seamless and hassle-free. Your satisfaction is our priority.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071483_12.jpg";}
)
[price] => Array
(
[0] => 299900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[_nmi_data_hash] => Array
(
[0] => 683dec06cad58d2e7b6f7ec97f518a30
)
)
1
WVWZZZAUZLW086519
WVWZZZAUZLW086519
Colour: SILVER
MOL01342
29054735
29054735
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_12.jpg
NISSAN
X-TRAIL
(2020)
NISSAN 2.5 4X4 ACENTA CVT
Array
(
[vehicleid] => Array
(
[0] => 29051407
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 47084272
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071537
)
[stockbooknumber] => Array
(
[0] => U0071537
)
[vinnumber] => Array
(
[0] => JN1TBNT32Z0012923
)
[regnumber] => Array
(
[0] => CAA195867
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => NISSAN
)
[vehiclerange] => Array
(
[0] => X-TRAIL
)
[vehiclemodel] => Array
(
[0] => 2.5 4X4 ACENTA CVT
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 70602
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Quality and Care Await
Experience a vehicle that has been superbly looked after, boasting a full and diligent service history. With only 70Â 602 kilometres on the clock, this model offers reliability and peace of mind for your journeys ahead. Our expert sales team is dedicated to making your buying process seamless, providing everything from finance options to insurance arrangements.
We pride ourselves on our outstanding after-sales service. Whether you're in the Cape Peninsula or further afield, we can arrange delivery countrywide. Trade-ins are welcomed, and optional warranties, service, and maintenance plans are available to suit your needs.
Key highlights:
- Only 70Â 602 kilometres
- Full Nissan service history
- Exceptional after-sales service
- Seamless finance options with major banks
- Trade-ins accepted
- Delivery arranged countrywide
- Optional warranties and service plans available
Trust in NMI for a hassle-free car buying experience. We are here to ensure you drive away happy.
)
[price] => Array
(
[0] => 299900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071537_12.jpg";}
)
)
1
JN1TBNT32Z0012923
JN1TBNT32Z0012923
Colour: PURE WHITE
MOL01342
29051407
29051407
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_11.jpg
VOLKSWAGEN
POLO
(2022)
VOLKSWAGEN HATCH MY22 1.0 TSI LIFE
Array
(
[vehicleid] => Array
(
[0] => 29051402
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:39:31.037
)
[mmcode] => Array
(
[0] => 64027665
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071520
)
[stockbooknumber] => Array
(
[0] => U0071520
)
[vinnumber] => Array
(
[0] => AAVZZZAWZNU075177
)
[regnumber] => Array
(
[0] => KPT877MP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => HATCH MY22 1.0 TSI LIFE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 42699
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Quality and Care
Discover a superbly looked after vehicle that promises reliability and style. With only 42 699 kilometres on the clock, this one-owner car features a full VW service history, ensuring peace of mind for any discerning buyer. Its pristine condition is a testament to the diligent care it has received.
Experience convenience with our doorstep demo available anywhere in the Cape Peninsula. We make your buying process effortless, offering financing options through all major banks, and we welcome trade-ins. Optional warranties and service plans are available for added security. Delivery can also be arranged countrywide.
Key highlights:
- One owner from new
- Full VW service history
- Comfort Park Package
- Composition Media
- Superbly maintained condition
- Optional warranties available
- Finance arranged with major banks
- Trade-ins welcomed
Trust in us for an easy and reliable car buying experience. NMI is committed to providing exceptional after-sales service to keep you satisfied long after your purchase.
)
[price] => Array
(
[0] => 299900
)
[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_u0071520_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071520_11.jpg";}
)
)
1
AAVZZZAWZNU075177
AAVZZZAWZNU075177
Colour: WHITE
MOL01342
29051402
29051402
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_14.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29051390
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050252
)
[stockbooknumber] => Array
(
[0] => UD0050252
)
[vinnumber] => Array
(
[0] => AAVZZZ6R6TU005410
)
[regnumber] => Array
(
[0] => CY389403
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => DEEP BLACK PEARLESCENT
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Experience the Benefits of a Demo Vehicle
This demo model offers a fantastic opportunity to own a vehicle that feels as good as new. Enjoy the convenience of a test drive at your doorstep anywhere in the Cape Peninsula. Our team will handle financing with major banks, arrange insurance, and welcome trade-ins. We prioritise making your car-buying experience effortless.
This vehicle is packed with features that enhance safety and comfort. You can also explore optional warranties, service, and maintenance plans for added peace of mind.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Carpet mats front and rear
- Combined curtain and side airbags
- Storage Space package
- LED Headlamps package
- Parking package
- Auflage Vivo 15-inch alloys
- 3-year 120,000km VW warranty
- 2-year 30,000km service plan
Trust in NMI to provide quality vehicles and a seamless purchase experience. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 299900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:14:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050252_14.jpg";}
)
)
1
AAVZZZ6R6TU005410
AAVZZZ6R6TU005410
Colour: DEEP BLACK PEARLESCENT
MOL01342
29051390
29051390
Enquire
<?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");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_12.jpg
VOLKSWAGEN
T-CROSS
(2022)
VOLKSWAGEN MY21 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 29051409
)
[dumpdate] => Array
(
[0] => 2026-04-04T02:36:24.59
)
[mmcode] => Array
(
[0] => 64030160
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071570
)
[stockbooknumber] => Array
(
[0] => U0071570
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZNY024089
)
[regnumber] => Array
(
[0] => CAW10103
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY21 1.0 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => BLUE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 90739
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience unparalleled quality with this meticulously cared-for vehicle. Enjoy the convenience of a keyless locking and starting system, enhanced by stylish Manila 17-inch black and diamond-turned alloys. With a full VW service history, you can trust its reliability and performance.
Additional features include a Park Package for effortless manoeuvring and an R-Line Package that adds a sporty touch. The Composition Media Infotainment package ensures you stay connected on the go. Our team provides exceptional after-sales service and can arrange delivery anywhere in the country. We streamline the buying process, including finance options with major banks and trade-ins.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Keyless locking and starting system
- Manila 17-inch black & diamond-turned alloys
- Park Package for easy parking
- R-Line Package for a sporty aesthetic
- Composition Media Infotainment package
- Full VW service history
- Optional warranties, service and maintenance plans available
- Countrywide delivery arranged
Trust in NMI for a seamless car buying experience, where we focus on making it easy for you.
)
[price] => Array
(
[0] => 319900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071570_12.jpg";}
)
)
1
WVGZZZC1ZNY024089
WVGZZZC1ZNY024089
Colour: BLUE
MOL01342
29051409
29051409
Enquire
<?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");
}
}
?>
