Pre-owned Vehicles from Barons VW Bellville
1 - 24 of 54 posts
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_12.jpg
VOLKSWAGEN
POLO VIVO
(2017)
VOLKSWAGEN SEDAN 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28868665
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:24.26
)
[mmcode] => Array
(
[0] => 64020511
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071419
)
[stockbooknumber] => Array
(
[0] => U0071419
)
[vinnumber] => Array
(
[0] => AAVZZZ6SZHU018038
)
[regnumber] => Array
(
[0] => GCX326G
)
[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] => 102046
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
This is a very clean example.
One owner from new.
Full and diligent VW service history, recent serviced for sale preparation.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071419_12.jpg";}
)
[price] => Array
(
[0] => 149900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6SZHU018038
AAVZZZ6SZHU018038
Colour: WHITE
MOL01342
28868665
28868665
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_u0071420_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_11.jpg
VOLKSWAGEN
POLO VIVO
(2017)
VOLKSWAGEN SEDAN 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28868666
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:24.26
)
[mmcode] => Array
(
[0] => 64020511
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071420
)
[stockbooknumber] => Array
(
[0] => U0071420
)
[vinnumber] => Array
(
[0] => AAVZZZ6SZHU010131
)
[regnumber] => Array
(
[0] => GCX127G
)
[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] => 69704
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
This is a very clean example.
One owner from new.
Full and diligent VW service history, recent serviced for sale preparation.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071420_11.jpg";}
)
[price] => Array
(
[0] => 169900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6SZHU010131
AAVZZZ6SZHU010131
Colour: WHITE
MOL01342
28868666
28868666
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_u0071431_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_12.jpg
VOLKSWAGEN
POLO
(2015)
VOLKSWAGEN 1.2 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28871538
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[mmcode] => Array
(
[0] => 64027663
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071431
)
[stockbooknumber] => Array
(
[0] => U0071431
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZFU080060
)
[regnumber] => Array
(
[0] => CA921571
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.2 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2015
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 98950
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Awesome after sales service. Superbly looked after vehicles. Delivery can be arranged countrywide. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car!
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071431_12.jpg";}
)
[price] => Array
(
[0] => 169900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6RZFU080060
AAVZZZ6RZFU080060
Colour: Grey
MOL01342
28871538
28871538
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_u0071422_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_11.jpg
VOLKSWAGEN
POLO VIVO
(2017)
VOLKSWAGEN SEDAN 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28871237
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:24.26
)
[mmcode] => Array
(
[0] => 64020511
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071422
)
[stockbooknumber] => Array
(
[0] => U0071422
)
[vinnumber] => Array
(
[0] => AAVZZZ6SZHU013749
)
[regnumber] => Array
(
[0] => GCY064G
)
[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] => 64203
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
This is a very clean example.
One owner from new.
Full and diligent VW service history, recent serviced for sale preparation.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071422_11.jpg";}
)
[price] => Array
(
[0] => 169900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6SZHU013749
AAVZZZ6SZHU013749
Colour: WHITE
MOL01342
28871237
28871237
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_u0071433_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_12.jpg
VOLKSWAGEN
POLO VIVO
(2020)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28871318
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:59.167
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071433
)
[stockbooknumber] => Array
(
[0] => U0071433
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZLU011468
)
[regnumber] => Array
(
[0] => CF63146
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 132550
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
This vehicle comes equipped with carpet mats, front and rear, as well as Estrada 15" alloy wheels.
This is a very clean example.
One owner from new.
Full and diligent VW service history.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071433_12.jpg";}
)
[price] => Array
(
[0] => 179900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6RZLU011468
AAVZZZ6RZLU011468
Colour: PURE WHITE
MOL01342
28871318
28871318
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_u0071423_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_11.jpg
VOLKSWAGEN
POLO VIVO
(2018)
VOLKSWAGEN SEDAN 1.4 CONCEPTLINE
Array
(
[vehicleid] => Array
(
[0] => 28871238
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:24.26
)
[mmcode] => Array
(
[0] => 64020501
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071423
)
[stockbooknumber] => Array
(
[0] => U0071423
)
[vinnumber] => Array
(
[0] => AAVZZZ6SZHU027058
)
[regnumber] => Array
(
[0] => GCY754G
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => SEDAN 1.4 CONCEPTLINE
)
[vehicleyear] => Array
(
[0] => 2018
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 36019
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
This is a very clean example.
One owner from new.
Full and diligent VW service history, recent serviced for sale preparation.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071423_11.jpg";}
)
[price] => Array
(
[0] => 189899
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6SZHU027058
AAVZZZ6SZHU027058
Colour: WHITE
MOL01342
28871238
28871238
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_u0071421_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_12.jpg
VOLKSWAGEN
POLO VIVO
(2017)
VOLKSWAGEN SEDAN 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28868667
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:24.26
)
[mmcode] => Array
(
[0] => 64020511
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071421
)
[stockbooknumber] => Array
(
[0] => U0071421
)
[vinnumber] => Array
(
[0] => AAVZZZ6SZHU012732
)
[regnumber] => Array
(
[0] => GCX365G
)
[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] => 66755
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
This is a very clean example.
One owner from new.
Full and diligent VW service history.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071421_12.jpg";}
)
[price] => Array
(
[0] => 189899
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6SZHU012732
AAVZZZ6SZHU012732
Colour: WHITE
MOL01342
28868667
28868667
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_u0071442_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_12.jpg
VOLKSWAGEN
POLO
(2018)
VOLKSWAGEN 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28871539
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:50.497
)
[mmcode] => Array
(
[0] => 64027664
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071442
)
[stockbooknumber] => Array
(
[0] => U0071442
)
[vinnumber] => Array
(
[0] => AAVZZZAWZJU020714
)
[regnumber] => Array
(
[0] => CAA584283
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.0 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2018
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 77325
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Awesome after sales service. Superbly looked after vehicles. Delivery can be arranged countrywide. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car!
Optional warranties, service and maintenance plans available. Prices exclude “On the Road” and Delivery costs.
This is a very clean example.
Full and diligent VW service history.
This vehicle comes equipped with -
Center armrest front.
Cruise Control & speed limiter.
App-Connect.
Light + Sight Package - auto lights, auto wipers and auto-dip rear view mirror.
Voice control.
USB interfaces.
8' Touchscreen Radio/CD Composition Media.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071442_12.jpg";}
)
[price] => Array
(
[0] => 219900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZAWZJU020714
AAVZZZAWZJU020714
Colour: Grey
MOL01342
28871539
28871539
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_u0071398_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_12.jpg
VOLKSWAGEN
POLO
(2019)
VOLKSWAGEN 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28871460
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:59.167
)
[mmcode] => Array
(
[0] => 64027664
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071398
)
[stockbooknumber] => Array
(
[0] => U0071398
)
[vinnumber] => Array
(
[0] => AAVZZZAWZKU075798
)
[regnumber] => Array
(
[0] => CF232537
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.0 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Pure White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 81038
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Awesome after sales service. Superbly looked after vehicles. Delivery can be arranged countrywide. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car!
Optional warranties, service and maintenance plans available. Prices exclude “On the Road” and Delivery costs.
Full service history.
This vehicle comes equipped with -
App-Connect.
USB interfaces.
8' Composition Media Touchscreen Radio/CD.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071398_12.jpg";}
)
[price] => Array
(
[0] => 239900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZAWZKU075798
AAVZZZAWZKU075798
Colour: Pure White
MOL01342
28871460
28871460
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] => 28871241
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[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] => 8600
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Barons Bellville MasterCarsWe can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Demo models are as good as new.
Please note that he mileages are at time of advertising and will vary.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car!
This vehicle comes equipped with carpet mats, front and rear, as well as Torsa 15" alloy wheels.
Enjoy the balance of the 3 year 120,000km VW warranty.
)
[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
)
)
1
AAVZZZ6R5SU021578
AAVZZZ6R5SU021578
Colour: PURE WHITE
MOL01342
28871241
28871241
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_ud0050221_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 28871459
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050221
)
[stockbooknumber] => Array
(
[0] => UD0050221
)
[vinnumber] => Array
(
[0] => AAVZZZ6R8SU019887
)
[regnumber] => Array
(
[0] => CY442165
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Demo models are as good as new. Please note that he mileages are at time of advertising and will vary. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car!
Optional warranties, service and maintenance plans available. Prices exclude On the Road and Delivery costs
Carpet mats front and rear
Torsa 15" alloy wheels
Balance of 3 year 120,000km warranty
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050221_12.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6R8SU019887
AAVZZZ6R8SU019887
Colour: PURE WHITE
MOL01342
28871459
28871459
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] => 28868656
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050222
)
[stockbooknumber] => Array
(
[0] => UD0050222
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5SU013755
)
[regnumber] => Array
(
[0] => CY456087
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Demo models are as good as new. Please note that he mileages are at time of advertising and will vary. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car!
Optional warranties, service and maintenance plans available. Prices exclude On the Road and Delivery costs
Carpet mats front and rear
Torsa 15" alloy wheels
Balance of 3 year 120,000km warranty
)
[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
)
)
1
AAVZZZ6R5SU013755
AAVZZZ6R5SU013755
Colour: PURE WHITE
MOL01342
28868656
28868656
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_u0071383_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_12.jpg
VOLKSWAGEN
POLO
(2020)
VOLKSWAGEN 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28868673
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:32.933
)
[mmcode] => Array
(
[0] => 64027664
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071383
)
[stockbooknumber] => Array
(
[0] => U0071383
)
[vinnumber] => Array
(
[0] => AAVZZZAWZLU093412
)
[regnumber] => Array
(
[0] => CY430586
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.0 TSI COMFORTLINE
)
[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] => 50734
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Full and diligent VW service historyThis vehicle comes equipped with - Park Distance Control.
App-Connect.
Light and Sight Package - auto lights, auto wipers and auto-dip rear view mirror.
USB interfaces.
Composition Media Radio.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071383_12.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZAWZLU093412
AAVZZZAWZLU093412
Colour: PURE WHITE
MOL01342
28868673
28868673
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] => 28868648
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050240
)
[stockbooknumber] => Array
(
[0] => UD0050240
)
[vinnumber] => Array
(
[0] => AAVZZZ6R6SU021511
)
[regnumber] => Array
(
[0] => CY45668
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Demo models are as good as new.
Please note that he mileages are at time of advertising and will vary.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude On the Road and Delivery costs
This vehicle comes equipped with carpet mats, front and rear, as well as Torsa 15" alloy wheelsEnjoy the balance of the 3 year 120,000km VW warranty
)
[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
)
)
1
AAVZZZ6R6SU021511
AAVZZZ6R6SU021511
Colour: PURE WHITE
MOL01342
28868648
28868648
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_ud0050234_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 28868664
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050234
)
[stockbooknumber] => Array
(
[0] => UD0050234
)
[vinnumber] => Array
(
[0] => AAVZZZ6R6SU020956
)
[regnumber] => Array
(
[0] => CY49083
)
[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] => REEF BLUE METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Barons Bellville MasterCarsWe can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Demo models are as good as new.
Please note that he mileages are at time of advertising and will vary.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car!
This vehicle comes equipped with carpet mats, front and rear, as well as Torsa 15" alloy wheelsEnjoy the balance of the 3 year 120,000km VW warranty
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050234_12.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6R6SU020956
AAVZZZ6R6SU020956
Colour: REEF BLUE METALLIC
MOL01342
28868664
28868664
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_u0071292_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_12.jpg
VOLKSWAGEN
POLO
(2024)
VOLKSWAGEN SEDAN MY23 1.6
Array
(
[vehicleid] => Array
(
[0] => 28871518
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:50.497
)
[mmcode] => Array
(
[0] => 64028850
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071292
)
[stockbooknumber] => Array
(
[0] => U0071292
)
[vinnumber] => Array
(
[0] => WVWZZZD2ZRT013658
)
[regnumber] => Array
(
[0] => CAA535085
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => SEDAN MY23 1.6
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 36954
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Enjoy the balance of the 3 year 120,000km VW warranty & 3 year 45,000km service plan
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071292_12.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
WVWZZZD2ZRT013658
WVWZZZD2ZRT013658
Colour: SILVER
MOL01342
28871518
28871518
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_ud0050196_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_16.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 28871520
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:32.933
)
[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] => 8670
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_3.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_5.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_7.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_8.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_9.jpg";i:6;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_10.jpg";i:7;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_11.jpg";i:8;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_12.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_13.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_15.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050196_16.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6R9SU011703
AAVZZZ6R9SU011703
Colour: PURE WHITE
MOL01342
28871520
28871520
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_u0071485_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_11.jpg
FORD
RANGER
(2018)
FORD 2.2 TDCi BASE 4X2 D/CAB
Array
(
[vehicleid] => Array
(
[0] => 28868663
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:59.167
)
[mmcode] => Array
(
[0] => 22032680
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071485
)
[stockbooknumber] => Array
(
[0] => U0071485
)
[vinnumber] => Array
(
[0] => AFAPXXMJ2PHK31625
)
[regnumber] => Array
(
[0] => CF290556
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => FORD
)
[vehiclerange] => Array
(
[0] => RANGER
)
[vehiclemodel] => Array
(
[0] => 2.2 TDCi BASE 4X2 D/CAB
)
[vehicleyear] => Array
(
[0] => 2018
)
[bodytype] => Array
(
[0] => DOUBLE CAB
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 136334
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Full and diligent service history
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071485_11.jpg";}
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AFAPXXMJ2PHK31625
AFAPXXMJ2PHK31625
Colour: White
MOL01342
28868663
28868663
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_u0071412_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 28868659
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:50:29.07
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071412
)
[stockbooknumber] => Array
(
[0] => U0071412
)
[vinnumber] => Array
(
[0] => AAVZZZ6R9SU009059
)
[regnumber] => Array
(
[0] => KMJ471EC
)
[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] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 12823
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Carpet mats front and rearR695,658T2Cruise controlR2 086,96PK2Storage Space packageR2 260,87PPCParking package
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071412_12.jpg";}
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZ6R9SU009059
AAVZZZ6R9SU009059
Colour: PURE WHITE
MOL01342
28868659
28868659
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_u0071426_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_12.jpg
VOLKSWAGEN
T-CROSS
(2021)
VOLKSWAGEN MY21 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28868668
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:32.933
)
[mmcode] => Array
(
[0] => 64030160
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071426
)
[stockbooknumber] => Array
(
[0] => U0071426
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZMY100404
)
[regnumber] => Array
(
[0] => ND552406
)
[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] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 70225
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Full and diligent VW service history.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071426_12.jpg";}
)
[price] => Array
(
[0] => 289900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
WVGZZZC1ZMY100404
WVGZZZC1ZMY100404
Colour: PURE WHITE
MOL01342
28868668
28868668
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_u0071339_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_11.jpg
VOLKSWAGEN
T-CROSS
(2020)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28871458
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:32.933
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071339
)
[stockbooknumber] => Array
(
[0] => U0071339
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZLY014104
)
[regnumber] => Array
(
[0] => CY221783
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY20 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => MEDIUM SILVER METALL
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 76000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Full and diligent VW service history.
This vehicle comes equipped with - We Connect Go.
Park Package.
Infotainment package Radio.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071339_11.jpg";}
)
[price] => Array
(
[0] => 289900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
WVGZZZC1ZLY014104
WVGZZZC1ZLY014104
Colour: MEDIUM SILVER METALL
MOL01342
28871458
28871458
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_u0071469_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_11.jpg
VOLKSWAGEN
POLO
(2022)
VOLKSWAGEN HATCH MY22 1.0 TSI LIFE
Array
(
[vehicleid] => Array
(
[0] => 28871462
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:32.933
)
[mmcode] => Array
(
[0] => 64027665
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071469
)
[stockbooknumber] => Array
(
[0] => U0071469
)
[vinnumber] => Array
(
[0] => AAVZZZAWZNU074727
)
[regnumber] => Array
(
[0] => CY347062
)
[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] => BLUE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 44666
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
One owner from new.
Full and diligent VW service history.
This vehicle comes equipped with -Tilting and sliding panoramic sunroof.
Torsby 16" Alloys.
IQ-LIGHT: LED Matrix Headlamps.
Composition Media Radio.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071469_11.jpg";}
)
[price] => Array
(
[0] => 299900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
AAVZZZAWZNU074727
AAVZZZAWZNU074727
Colour: BLUE
MOL01342
28871462
28871462
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_u0071459_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_12.jpg
VOLKSWAGEN
T-CROSS
(2022)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28868670
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:32.933
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071459
)
[stockbooknumber] => Array
(
[0] => U0071459
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZNY133279
)
[regnumber] => Array
(
[0] => CY437136
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY20 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 63354
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Enjoy the balance of a VW full maintenance plan till August 2027 or 90,000km for full peace of mind ownership.
This can also be extended.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071459_12.jpg";}
)
[price] => Array
(
[0] => 319900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
WVGZZZC1ZNY133279
WVGZZZC1ZNY133279
Colour: SILVER
MOL01342
28868670
28868670
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_u0071430_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_12.jpg
VOLKSWAGEN
T-CROSS
(2021)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28871537
)
[dumpdate] => Array
(
[0] => 2026-02-07T15:53:59.167
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071430
)
[stockbooknumber] => Array
(
[0] => U0071430
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZMY120379
)
[regnumber] => Array
(
[0] => CF212158
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY20 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 66157
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCars.
We can demo on your doorstep anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
Removable trailer hitch.
Park Package.
Composition Media Infotainment package.
Enjoy the balance of a VW full maintenance plan till August 2026 or 90,000km for full peace of mind ownership.
This can also be extended.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071430_12.jpg";}
)
[price] => Array
(
[0] => 319900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
)
1
WVGZZZC1ZMY120379
WVGZZZC1ZMY120379
Colour: Grey
MOL01342
28871537
28871537
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");
}
}
?>
