Pre-owned Vehicles from Barons VW
1 - 24 of 502 cars

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_13.jpg
VOLVO
V40
(2016)
VOLVO T3 KINETIC
Array
(
[vehicleid] => Array
(
[0] => 28450416
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:54:08.603
)
[mmcode] => Array
(
[0] => 65028121
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071082
)
[stockbooknumber] => Array
(
[0] => U0071082
)
[vinnumber] => Array
(
[0] => YV1MV37H1G2328287
)
[regnumber] => Array
(
[0] => CAW106964
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLVO
)
[vehiclerange] => Array
(
[0] => V40
)
[vehiclemodel] => Array
(
[0] => T3 KINETIC
)
[vehicleyear] => Array
(
[0] => 2016
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 162853
)
[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.
)
[price] => Array
(
[0] => 149900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071082_13.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => YV1MV37H1G2328287
)
)
1
YV1MV37H1G2328287
YV1MV37H1G2328287
Colour: SILVER
MOL01342
28450416
28450416
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/mol01433_u0071469_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_18.jpg
VOLKSWAGEN
POLO
(2017)
VOLKSWAGEN 1.2 TSI TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28453896
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:16.443
)
[mmcode] => Array
(
[0] => 64027660
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071469
)
[stockbooknumber] => Array
(
[0] => U0071469
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZHU037446
)
[regnumber] => Array
(
[0] => CY55471
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.2 TSI TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2017
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Blue Silk
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 86056
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => The standard features include: Central locking system without SAFELOCK, radio remote control and 2 remote control folding keys, Dust and pollen filter, Hill hold control, Illuminated vanity mirrors in sun visors, Power windows front, and mechanical window regulators rear.
)
[price] => Array
(
[0] => 179000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:18:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071469_18.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZHU037446
)
)
1
AAVZZZ6RZHU037446
AAVZZZ6RZHU037446
Colour: Blue Silk
MOL01433
28453896
28453896
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/mol01433_u0071346_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_13.jpg
TOYOTA
YARIS
(2019)
TOYOTA 1.5 Xs
Array
(
[vehicleid] => Array
(
[0] => 28455620
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:51.243
)
[mmcode] => Array
(
[0] => 60003130
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071346
)
[stockbooknumber] => Array
(
[0] => U0071346
)
[vinnumber] => Array
(
[0] => MR2K29F3401185164
)
[regnumber] => Array
(
[0] => CY344375
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => TOYOTA
)
[vehiclerange] => Array
(
[0] => YARIS
)
[vehiclemodel] => Array
(
[0] => 1.5 Xs
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 88000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Multi-Function Steering
USB Radio
High- level brake
ABS with EBD.
Front Fog lights
Height adjustable seat.
)
[price] => Array
(
[0] => 179000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071346_13.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MR2K29F3401185164
)
)
1
MR2K29F3401185164
MR2K29F3401185164
Colour: White
MOL01433
28455620
28455620
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/mol01433_u0071403_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_5.jpg
VOLKSWAGEN
POLO VIVO
(2021)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28450744
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:29.907
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071403
)
[stockbooknumber] => Array
(
[0] => U0071403
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZMU009382
)
[regnumber] => Array
(
[0] => CY409655
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Silver
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 83883
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Fuel injected 4 cylinder 5 speed manual- 55kw.
Urban fuel cycle- 7.
6l/100kms.
Top speed- 171 km/h.
45l fuel tank.
280l luggage compartment.
Balance of 3 year / 120 000 kms warranty from original date of sale.
6 year Anti-corrosion warranty.
)
[price] => Array
(
[0] => 188999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:5:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071403_5.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZMU009382
)
)
1
AAVZZZ6RZMU009382
AAVZZZ6RZMU009382
Colour: Silver
MOL01433
28450744
28450744
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/mol01433_u0071437_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_5.jpg
VOLKSWAGEN
POLO VIVO
(2022)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28450663
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:59.917
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071437
)
[stockbooknumber] => Array
(
[0] => U0071437
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZNU013682
)
[regnumber] => Array
(
[0] => CAA408056
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 59695
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Fuel injected 4 cylinder 5 speed manual- 55kw.
Urban fuel cycle- 7.
6l/100kms.
Top speed- 171 km/h.
45l fuel tank.
280l luggage compartment.
Balance of 3 year / 120 000 kms warranty from original date of sale.
6 year Anti-corrosion warranty.
)
[price] => Array
(
[0] => 188999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:5:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071437_5.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZNU013682
)
)
1
AAVZZZ6RZNU013682
AAVZZZ6RZNU013682
Colour: White
MOL01433
28450663
28450663
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/mol01343_u0070662_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_24.jpg
FORD
FIGO
(2020)
FORD 1.5 TREND FREESTYLE 5-DOOR
Array
(
[vehicleid] => Array
(
[0] => 28455543
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:52:57.927
)
[mmcode] => Array
(
[0] => 22020263
)
[molstockbooknumber] => Array
(
[0] => MOL01343_U0070662
)
[stockbooknumber] => Array
(
[0] => U0070662
)
[vinnumber] => Array
(
[0] => MAJGXXMTKGKM46479
)
[regnumber] => Array
(
[0] => CAA160784
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => FORD
)
[vehiclerange] => Array
(
[0] => FIGO
)
[vehiclemodel] => Array
(
[0] => 1.5 TREND FREESTYLE 5-DOOR
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 105780
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => This Volkswagen Used Vehicle is for sale at Barons Tokai in Cape Town.
Extended Warranty available.
All vehicles subject to Quality Check.
All vehicles Guaranteed not stolen.
Guaranteed Year Model.
We value our Guests and take pride in our Service Levels.
All prices exclude “On the Road” and Delivery costs.
Contact any of the below Sales Executives for more information:
Kurt Wolmarans
Enver Swain
Cara Davids
Quinten Adams
)
[price] => Array
(
[0] => 189950
)
[dealershipid] => Array
(
[0] => 50
)
[molnumber] => Array
(
[0] => MOL01343
)
[dealershipname] => Array
(
[0] => Barons Tokai
)
[pictures] => Array
(
[0] => a:23:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_9.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_10.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_11.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_12.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_13.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_14.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_15.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_16.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_17.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_18.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_19.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_20.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_21.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_22.jpg";i:21;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_23.jpg";i:22;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070662_24.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MAJGXXMTKGKM46479
)
)
1
MAJGXXMTKGKM46479
MAJGXXMTKGKM46479
Colour: WHITE
MOL01343
28455543
28455543
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/mol01339_u0070785_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_21.jpg
VOLKSWAGEN
POLO
(2016)
VOLKSWAGEN 1.4 TDI HIGHLINE
Array
(
[vehicleid] => Array
(
[0] => 28455844
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 64027740
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070785
)
[stockbooknumber] => Array
(
[0] => U0070785
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZGU078018
)
[regnumber] => Array
(
[0] => CK34HDZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.4 TDI HIGHLINE
)
[vehicleyear] => Array
(
[0] => 2016
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 163000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 189950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:21:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_19.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_20.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070785_21.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZGU078018
)
)
1
AAVZZZ6RZGU078018
AAVZZZ6RZGU078018
Colour: PURE WHITE
MOL01339
28455844
28455844
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/mol01182_u0070836_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_7.jpg
RENAULT
KIGER
(2022)
RENAULT 1.0 TURBO INTENS
Array
(
[vehicleid] => Array
(
[0] => 28455351
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:25.147
)
[mmcode] => Array
(
[0] => 54039095
)
[molstockbooknumber] => Array
(
[0] => MOL01182_U0070836
)
[stockbooknumber] => Array
(
[0] => U0070836
)
[vinnumber] => Array
(
[0] => MEEHBC00400054173
)
[regnumber] => Array
(
[0] => ND199152
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => RENAULT
)
[vehiclerange] => Array
(
[0] => KIGER
)
[vehiclemodel] => Array
(
[0] => 1.0 TURBO INTENS
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 17800
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Optional extras Included
- Radio
- Electric Windows
- Multi Function Steering Wheel
- Alloy Wheels
A Multi Award winning flagship at the heart of KZN. We offer nationwide deliveries or an option to make it a holiday and fly to us to experience our amazing city with beautiful beaches and amazing weather. Experience exceptional customer service and professionalism from our qualified sales executives and management team. All ads are subject to inhouse finance, excludes extras and fees. T&C's Apply.
)
[price] => Array
(
[0] => 195950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:7:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070836_7.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MEEHBC00400054173
)
)
1
MEEHBC00400054173
MEEHBC00400054173
Colour: WHITE
MOL01182
28455351
28455351
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/mol01433_u0071475_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_12.jpg
SUZUKI
SWIFT
(2024)
SUZUKI 1.2I GL
Array
(
[vehicleid] => Array
(
[0] => 28454188
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:38.627
)
[mmcode] => Array
(
[0] => 59007081
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071475
)
[stockbooknumber] => Array
(
[0] => U0071475
)
[vinnumber] => Array
(
[0] => MBHCZC63S00C73938
)
[regnumber] => Array
(
[0] => HDT479L
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => SUZUKI
)
[vehiclerange] => Array
(
[0] => SWIFT
)
[vehiclemodel] => Array
(
[0] => 1.2I GL
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Red
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 26900
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 198999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071475_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MBHCZC63S00C73938
)
)
1
MBHCZC63S00C73938
MBHCZC63S00C73938
Colour: Red
MOL01433
28454188
28454188
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_u0071225_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_12.jpg
VOLKSWAGEN
POLO
(2018)
VOLKSWAGEN 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28455868
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 64027670
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071225
)
[stockbooknumber] => Array
(
[0] => U0071225
)
[vinnumber] => Array
(
[0] => AAVZZZAWZKU010645
)
[regnumber] => Array
(
[0] => CF162025
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2018
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => GREY
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 154932
)
[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.
)
[price] => Array
(
[0] => 199900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZAWZKU010645
)
)
1
AAVZZZAWZKU010645
AAVZZZAWZKU010645
Colour: GREY
MOL01342
28455868
28455868
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_u0071258_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_12.jpg
SUZUKI
IGNIS
(2019)
SUZUKI 1.2 GLX AT
Array
(
[vehicleid] => Array
(
[0] => 28450443
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 59008230
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071258
)
[stockbooknumber] => Array
(
[0] => U0071258
)
[vinnumber] => Array
(
[0] => MA3NFG81S00230368
)
[regnumber] => Array
(
[0] => MOIONEWP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => SUZUKI
)
[vehiclerange] => Array
(
[0] => IGNIS
)
[vehiclemodel] => Array
(
[0] => 1.2 GLX AT
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 63450
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCarsWe can demo on your doorstep, anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
)
[price] => Array
(
[0] => 199900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071258_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MA3NFG81S00230368
)
)
1
MA3NFG81S00230368
MA3NFG81S00230368
Colour: WHITE
MOL01342
28450443
28450443
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/mol01339_u0070778_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_24.jpg
VOLKSWAGEN
POLO VIVO
(2021)
VOLKSWAGEN HATCH 1.4 COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28455402
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:42.537
)
[mmcode] => Array
(
[0] => 64020720
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070778
)
[stockbooknumber] => Array
(
[0] => U0070778
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZMU014816
)
[regnumber] => Array
(
[0] => BM55XBZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REEF BLUE METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 54406
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 199949
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:24:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_19.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_20.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_21.jpg";i:21;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_22.jpg";i:22;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_23.jpg";i:23;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070778_24.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZMU014816
)
)
1
AAVZZZ6RZMU014816
AAVZZZ6RZMU014816
Colour: REEF BLUE METALLIC
MOL01339
28455402
28455402
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/mol01343_u0070740_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_23.jpg
VOLKSWAGEN
POLO VIVO
(2022)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28455697
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01343_U0070740
)
[stockbooknumber] => Array
(
[0] => U0070740
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZNU003137
)
[regnumber] => Array
(
[0] => CAA108376
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 72915
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => This Volkswagen MasterCar is for sale at Barons Tokai in Cape Town.
Extended Warranty available.
All vehicles subject to Quality Check.
All vehicles Guaranteed not stolen.
Guaranteed Year Model.
We value our Guests and take pride in our Service Levels.
All prices exclude “On the Road” and Delivery costs.
Contact any of the below Sales Executives for more information:Kurt WolmaransEnver SwainCara DavidsQuinten Adams
)
[price] => Array
(
[0] => 199950
)
[dealershipid] => Array
(
[0] => 50
)
[molnumber] => Array
(
[0] => MOL01343
)
[dealershipname] => Array
(
[0] => Barons Tokai
)
[pictures] => Array
(
[0] => a:22:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_9.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_10.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_11.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_12.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_13.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_14.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_15.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_16.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_17.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_18.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_19.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_20.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_21.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_22.jpg";i:21;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070740_23.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZNU003137
)
)
1
AAVZZZ6RZNU003137
AAVZZZ6RZNU003137
Colour: Grey
MOL01343
28455697
28455697
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"); } } ?>
SUZUKI
DZIRE
(2024)
SUZUKI 1.2I GA
Array
(
[vehicleid] => Array
(
[0] => 28450359
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 59007401
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070796
)
[stockbooknumber] => Array
(
[0] => U0070796
)
[vinnumber] => Array
(
[0] => MBHCZF63S00585484
)
[regnumber] => Array
(
[0] => LY88JTGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => SUZUKI
)
[vehiclerange] => Array
(
[0] => DZIRE
)
[vehiclemodel] => Array
(
[0] => 1.2I GA
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 26913
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 199950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:1:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070796_1.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MBHCZF63S00585484
)
)
1
MBHCZF63S00585484
MBHCZF63S00585484
Colour: WHITE
MOL01339
28450359
28450359
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/mol01386_u0071175_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_7.jpg
VOLKSWAGEN
POLO VIVO
(2024)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28455413
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:21.203
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01386_U0071175
)
[stockbooknumber] => Array
(
[0] => U0071175
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5RU004676
)
[regnumber] => Array
(
[0] => CAA537681
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 28080
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Why Choose Us?Full-Service History: All our pre-owned vehicles include a complete service record.80-Point Quality Check: Every vehicle is thoroughly inspected before delivery.Trade-Ins Welcome: Upgrade easily by trading in your current vehicle.Nationwide Delivery: We deliver anywhere in South Africa.Flexible Finance: Hassle-free in-house finance options available.Optional Value-Added Products (not included in listed price):Safety Film (Smash & Grab)Warranty ExtensionPaint ProtectionMaintenance Plan Extens
)
[price] => Array
(
[0] => 205950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:7:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071175_7.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R5RU004676
)
)
1
AAVZZZ6R5RU004676
AAVZZZ6R5RU004676
Colour: PURE WHITE
MOL01386
28455413
28455413
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/mol01339_u0070791_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_5.jpg
VOLKSWAGEN
POLO VIVO
(2023)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28455843
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:33.833
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070791
)
[stockbooknumber] => Array
(
[0] => U0070791
)
[vinnumber] => Array
(
[0] => AAVZZZ6R4RU002675
)
[regnumber] => Array
(
[0] => BD68FZZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => RED
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 28858
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 209949
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:5:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070791_5.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R4RU002675
)
)
1
AAVZZZ6R4RU002675
AAVZZZ6R4RU002675
Colour: RED
MOL01339
28455843
28455843
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/mol01386_u0071186_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_12.jpg
VOLKSWAGEN
POLO VIVO
(2024)
VOLKSWAGEN HATCH 1.4 COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28455553
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:33.833
)
[mmcode] => Array
(
[0] => 64020720
)
[molstockbooknumber] => Array
(
[0] => MOL01386_U0071186
)
[stockbooknumber] => Array
(
[0] => U0071186
)
[vinnumber] => Array
(
[0] => AAVZZZ6R9RU007130
)
[regnumber] => Array
(
[0] => KKM246EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => LIMESTONE GREY METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 44117
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Why Choose Us?Full-Service History: All our pre-owned vehicles include a complete service record.80-Point Quality Check: Every vehicle is thoroughly inspected before delivery.Trade-Ins Welcome: Upgrade easily by trading in your current vehicle.Nationwide Delivery: We deliver anywhere in South Africa.Flexible Finance: Hassle-free in-house finance options available.Optional Value-Added Products (not included in listed price):Safety Film (Smash & Grab)Warranty ExtensionPaint ProtectionMaintenance Plan Extens
)
[price] => Array
(
[0] => 209950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_u0071186_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R9RU007130
)
)
1
AAVZZZ6R9RU007130
AAVZZZ6R9RU007130
Colour: LIMESTONE GREY METALLIC
MOL01386
28455553
28455553
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"); } } ?>
SUZUKI
CIAZ
(2024)
SUZUKI 1.5 GL
Array
(
[vehicleid] => Array
(
[0] => 28455383
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 59015101
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070800
)
[stockbooknumber] => Array
(
[0] => U0070800
)
[vinnumber] => Array
(
[0] => MA3AVC71S00512900
)
[regnumber] => Array
(
[0] => LY76LHGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => SUZUKI
)
[vehiclerange] => Array
(
[0] => CIAZ
)
[vehiclemodel] => Array
(
[0] => 1.5 GL
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 24615
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 209950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:1:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070800_1.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MA3AVC71S00512900
)
)
1
MA3AVC71S00512900
MA3AVC71S00512900
Colour: WHITE
MOL01339
28455383
28455383
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/mol01339_u0070793_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_11.jpg
VOLKSWAGEN
POLO VIVO
(2022)
VOLKSWAGEN HATCH 1.4 COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28455377
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 64020720
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070793
)
[stockbooknumber] => Array
(
[0] => U0070793
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZPU002860
)
[regnumber] => Array
(
[0] => NP111285
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 27258
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 209950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:9:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_7.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_8.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_9.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070793_11.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZPU002860
)
)
1
AAVZZZ6RZPU002860
AAVZZZ6RZPU002860
Colour: SILVER
MOL01339
28455377
28455377
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/mol01433_u0071362_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_12.jpg
VOLKSWAGEN
JETTA
(2018)
VOLKSWAGEN 1.4 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28455621
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:29.907
)
[mmcode] => Array
(
[0] => 64063473
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071362
)
[stockbooknumber] => Array
(
[0] => U0071362
)
[vinnumber] => Array
(
[0] => WVWZZZ16ZJM006588
)
[regnumber] => Array
(
[0] => CY35487
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => JETTA
)
[vehiclemodel] => Array
(
[0] => 1.4 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2018
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Pure White
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 102311
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Multi-Function SteeringUSB RadioHigh- level brakeABS with EBD.
Front Fog lightsHeight adjustable seat.
)
[price] => Array
(
[0] => 215000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071362_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVWZZZ16ZJM006588
)
)
1
WVWZZZ16ZJM006588
WVWZZZ16ZJM006588
Colour: Pure White
MOL01433
28455621
28455621
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/mol01182_u0070885_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_24.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_25.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_26.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_27.jpg
VOLKSWAGEN
POLO VIVO
(2024)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28450190
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:54:08.603
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => MOL01182_U0070885
)
[stockbooknumber] => Array
(
[0] => U0070885
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5RU008484
)
[regnumber] => Array
(
[0] => BG01CMZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 26444
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Optional Extras Included -Front Electric Windows- Radio - Multi Function Steering Wheel- ABS Braking System With EBD
)
[price] => Array
(
[0] => 215950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:27:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_19.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_20.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_21.jpg";i:21;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_22.jpg";i:22;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_23.jpg";i:23;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_24.jpg";i:24;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_25.jpg";i:25;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_26.jpg";i:26;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070885_27.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R5RU008484
)
)
1
AAVZZZ6R5RU008484
AAVZZZ6R5RU008484
Colour: SILVER
MOL01182
28450190
28450190
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_u0071221_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_12.jpg
VOLKSWAGEN
POLO
(2021)
VOLKSWAGEN 1.0 TSI TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28455527
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 64027661
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071221
)
[stockbooknumber] => Array
(
[0] => U0071221
)
[vinnumber] => Array
(
[0] => AAVZZZAWZMU054997
)
[regnumber] => Array
(
[0] => CF134395
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => 1.0 TSI TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => MEDIUM SILVER METALL
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 76391
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Barons Bellville MasterCarsWe can demo on your doorstep, anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome.
Awesome after sales service.
Superbly looked after vehicles.
Delivery can be arranged countrywide.
Our Sales Staff will arrange everything for you! Give us a call & we will do the rest.
We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available.
Prices exclude “On the Road” and Delivery costs.
)
[price] => Array
(
[0] => 219900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071221_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZAWZMU054997
)
)
1
AAVZZZAWZMU054997
AAVZZZAWZMU054997
Colour: MEDIUM SILVER METALL
MOL01342
28455527
28455527
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/mol01182_u0070932_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_10.jpg
VOLKSWAGEN
POLO VIVO
(2022)
VOLKSWAGEN HATCH 1.4 COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28455316
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:53:16.443
)
[mmcode] => Array
(
[0] => 64020720
)
[molstockbooknumber] => Array
(
[0] => MOL01182_U0070932
)
[stockbooknumber] => Array
(
[0] => U0070932
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZNU012865
)
[regnumber] => Array
(
[0] => CS14FTZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 80268
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Optional Extras Included - Radio- Front Electric Windows - Multi Function Steering Wheel- Alloy Wheels - Fog Lamps- Finance Done with all major banks
)
[price] => Array
(
[0] => 219950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0070932_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RZNU012865
)
)
1
AAVZZZ6RZNU012865
AAVZZZ6RZNU012865
Colour: WHITE
MOL01182
28455316
28455316
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/mol01343_u0070669_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_24.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_25.jpg
HYUNDAI
VENUE
(2023)
HYUNDAI 1.0 MOTION
Array
(
[vehicleid] => Array
(
[0] => 28455209
)
[dumpdate] => Array
(
[0] => 2025-10-23T08:50:12.517
)
[mmcode] => Array
(
[0] => 26528151
)
[molstockbooknumber] => Array
(
[0] => MOL01343_U0070669
)
[stockbooknumber] => Array
(
[0] => U0070669
)
[vinnumber] => Array
(
[0] => MALFB81ALNM219661
)
[regnumber] => Array
(
[0] => CAA586502
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => HYUNDAI
)
[vehiclerange] => Array
(
[0] => VENUE
)
[vehiclemodel] => Array
(
[0] => 1.0 MOTION
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 40797
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => This Volkswagen Used Vehicle is for sale at Barons Tokai in Cape Town.
Extended Warranty available.
All vehicles subject to Quality Check.
All vehicles Guaranteed not stolen.
Guaranteed Year Model.
We value our Guests and take pride in our Service Levels.
All prices exclude “On the Road” and Delivery costs.
Contact any of the below Sales Executives for more information:Kurt WolmaransEnver SwainCara DavidsQuinten Adams
)
[price] => Array
(
[0] => 224950
)
[dealershipid] => Array
(
[0] => 50
)
[molnumber] => Array
(
[0] => MOL01343
)
[dealershipname] => Array
(
[0] => Barons Tokai
)
[pictures] => Array
(
[0] => a:24:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_19.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_20.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_21.jpg";i:21;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_22.jpg";i:22;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_24.jpg";i:23;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01343_u0070669_25.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => MALFB81ALNM219661
)
)
1
MALFB81ALNM219661
MALFB81ALNM219661
Colour: WHITE
MOL01343
28455209
28455209
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"); } } ?>