

Full Service History
Volkswagen
Polo
(2026)
Volkswagen Hatch 1.0TSI Life auto
Array
(
[vehicleid] => Array
(
[0] => 1036
)
[dumpdate] => Array
(
[0] => 2026-09-11T11:20:34.273
)
[mmcode] => Array
(
[0] => 64027671
)
[molstockbooknumber] => Array
(
[0] => MOL01433_UD0050243
)
[stockbooknumber] => Array
(
[0] => UD0050243
)
[vinnumber] => Array
(
[0] => AAVZZZAW1VU014404
)
[regnumber] => Array
(
[0] => CY347773
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => Volkswagen
)
[vehiclerange] => Array
(
[0] => Polo
)
[vehiclemodel] => Array
(
[0] => Hatch 1.0TSI Life auto
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] =>
)
[transmissiontype] => Array
(
[0] =>
)
[fueltype] => Array
(
[0] =>
)
[colour] => Array
(
[0] => ASCOT GRAY
)
[numberofdoors] => Array
(
[0] => 0
)
[mileage] => Array
(
[0] => 3500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Demo vehicle | Excellent specification | Volkswagen quality
Contact us today for pricing, mileage and a viewing.
This demo is fitted with : Tilting and sliding panoramic sunroof | Rear view camera | Torsby" 6.5J x 16, Black, diamond | Infotainment system package "Composition | LED Headlights and Taillights | Leather Multi-function steering wheel | 6.5" Composition Colour Radio | App-Connect |Mobile phone interface | Front and Rear PDC | Rain and Dusk Sensor | Front Fog Lights and cornering lights | Electric adjustable, heated and folding mirrors | Front and Rear USB Type C ports |Cruise Control | Driver Alert system.
)
[price] => Array
(
[0] => 458999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:22:{i:0;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/06.jpg?v=20260816172109";i:1;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/01.jpg?v=20260816172108";i:2;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_20_full.jpg?v=20260820102654";i:3;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_21_full.jpg?v=20260820102655";i:4;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_22_full.jpg?v=20260820102655";i:5;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_23_full.jpg?v=20260820102657";i:6;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/05.jpg?v=20260816172109";i:7;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_11_full.jpg?v=20260820102649";i:8;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_12_full.jpg?v=20260820102649";i:9;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/08.jpg?v=20260816172109";i:10;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_13_full.jpg?v=20260820102650";i:11;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_14_full.jpg?v=20260820102650";i:12;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/04.jpg?v=20260816172108";i:13;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/07.jpg?v=20260816172109";i:14;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/03.jpg?v=20260816172108";i:15;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/09.jpg?v=20260816172110";i:16;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_18_full.jpg?v=20260820102653";i:17;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_16_full.jpg?v=20260820102652";i:18;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_17_full.jpg?v=20260820102652";i:19;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1036/10.jpg?v=20260816172110";i:20;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_19_full.jpg?v=20260820102653";i:21;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZAW1VU014404_15_full.jpg?v=20260820102651";}
)
)
1
AAVZZZAW1VU014404
AAVZZZAW1VU014404
Colour: ASCOT GRAY
MOL01433
1036
1036
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");
}
}
?>
Full Service History
Volkswagen
Polo Vivo
(2026)
Volkswagen Hatch 1.4
Array
(
[vehicleid] => Array
(
[0] => 1042
)
[dumpdate] => Array
(
[0] => 2026-09-11T11:20:34.387
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01433_UD0050249
)
[stockbooknumber] => Array
(
[0] => UD0050249
)
[vinnumber] => Array
(
[0] => AAVZZZ6R8TU018062
)
[regnumber] => Array
(
[0] => CY360399
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => Volkswagen
)
[vehiclerange] => Array
(
[0] => Polo Vivo
)
[vehiclemodel] => Array
(
[0] => Hatch 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] =>
)
[transmissiontype] => Array
(
[0] =>
)
[fueltype] => Array
(
[0] =>
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 0
)
[mileage] => Array
(
[0] => 2500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Unleash the joy of driving with our Polo Vivo. Experience the perfect blend of style, comfort and economic performance. Low mileage, high, high satisfaction - seize this opportunity for a test drive and elevate your driving experience with the Polo Vivo 1.4.
Extras include:
• 9-inch Mirgor radio incl.
• App-connect
• Electronic Stability Control
• Front fog lamps and cornering lights incl. DTRL
• Tyre Pressure Monitor System
Trade ins welcome and nationwide delivery at an agreed cost. To avoid disappointment, kindly speak to one of our Certified Mastercar Sales Executives Eric Adolph, Mildred Frantz, Yazeed Jacobs, Ashley Naicker, or Kirsten Redelinghuys for more info. Buy your next Volkswagen Mastercar with complete confidence.
)
[price] => Array
(
[0] => 269000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:15:{i:0;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1042/01.jpg?v=20260815190900";i:1;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1042/02.jpg?v=20260815190901";i:2;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1042/03.jpg?v=20260815190901";i:3;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1042/04.jpg?v=20260815190901";i:4;s:92:"https://ststockprodsanorth001.blob.core.windows.net/stockimages/1042/05.jpg?v=20260815190901";i:5;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_10_full.jpg?v=20260831094539";i:6;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_9_full.jpg?v=20260831094540";i:7;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_8_full.jpg?v=20260831094540";i:8;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_7_full.jpg?v=20260831094541";i:9;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_6_full.jpg?v=20260831094541";i:10;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_11_full.jpg?v=20260831094542";i:11;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_12_full.jpg?v=20260831094542";i:12;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_13_full.jpg?v=20260831094543";i:13;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_14_full.jpg?v=20260831094543";i:14;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/AAVZZZ6R8TU018062_15_full.jpg?v=20260831094543";}
)
)
1
AAVZZZ6R8TU018062
AAVZZZ6R8TU018062
Colour: PURE WHITE
MOL01433
1042
1042
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");
}
}
?>
Full Service History
Volkswagen
Amarok
(2025)
Volkswagen 2.0TDI double cab Life auto
Array
(
[vehicleid] => Array
(
[0] => 3660
)
[dumpdate] => Array
(
[0] => 2026-09-11T11:21:38.05
)
[mmcode] => Array
(
[0] => 64072805
)
[molstockbooknumber] => Array
(
[0] => TOL10056_UD0050029
)
[stockbooknumber] => Array
(
[0] => UD0050029
)
[vinnumber] => Array
(
[0] => WV4ZZZT18SS016033
)
[regnumber] => Array
(
[0] => CY320807
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => Volkswagen
)
[vehiclerange] => Array
(
[0] => Amarok
)
[vehiclemodel] => Array
(
[0] => 2.0TDI double cab Life auto
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] =>
)
[transmissiontype] => Array
(
[0] =>
)
[fueltype] => Array
(
[0] =>
)
[colour] => Array
(
[0] => CLEAR WHITE
)
[numberofdoors] => Array
(
[0] => 0
)
[mileage] => Array
(
[0] => 15226
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => cloth interior,mfs,fsh,cruise control,side steps,roll bar,mag wheels,towbar,rubberising,pdc,reverse camera,daytime driving lights
)
[price] => Array
(
[0] => 579000
)
[dealershipid] => Array
(
[0] => 151
)
[molnumber] => Array
(
[0] => TOL10056
)
[dealershipname] => Array
(
[0] => Barons N1 City Commercial
)
[pictures] => Array
(
[0] => a:13:{i:0;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_2_full.jpg?v=20260828062717";i:1;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_1_full.jpg?v=20260828062719";i:2;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_3_full.jpg?v=20260828062721";i:3;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_5_full.jpg?v=20260828062722";i:4;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_4_full.jpg?v=20260828062724";i:5;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_6_full.jpg?v=20260828062725";i:6;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_7_full.jpg?v=20260828062727";i:7;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_8_full.jpg?v=20260828062728";i:8;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_9_full.jpg?v=20260828062730";i:9;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_10_full.jpg?v=20260828062731";i:10;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_11_full.jpg?v=20260828062733";i:11;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_12_full.jpg?v=20260828062734";i:12;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT18SS016033_13_full.jpg?v=20260828062736";}
)
)
1
WV4ZZZT18SS016033
WV4ZZZT18SS016033
Colour: CLEAR WHITE
TOL10056
3660
3660
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");
}
}
?>
Full Service History
Volkswagen
Amarok
(2026)
Volkswagen 2.0BiTDI double cab Style 4Motion
Array
(
[vehicleid] => Array
(
[0] => 3662
)
[dumpdate] => Array
(
[0] => 2026-09-11T11:21:38.073
)
[mmcode] => Array
(
[0] => 64072865
)
[molstockbooknumber] => Array
(
[0] => TOL10056_UD0050032
)
[stockbooknumber] => Array
(
[0] => UD0050032
)
[vinnumber] => Array
(
[0] => WV4ZZZT14SS023609
)
[regnumber] => Array
(
[0] => CY251052
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => Volkswagen
)
[vehiclerange] => Array
(
[0] => Amarok
)
[vehiclemodel] => Array
(
[0] => 2.0BiTDI double cab Style 4Motion
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] =>
)
[transmissiontype] => Array
(
[0] =>
)
[fueltype] => Array
(
[0] =>
)
[colour] => Array
(
[0] => CLEAR WHITE
)
[numberofdoors] => Array
(
[0] => 0
)
[mileage] => Array
(
[0] => 18000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => leather,mfs,fsh,cruise control,medi ainterface,bluetooth,android auto/apple car play,mag wheels,pdc,reverse camera,canopy,towbar,rubberising,4Motion
)
[price] => Array
(
[0] => 838999
)
[dealershipid] => Array
(
[0] => 151
)
[molnumber] => Array
(
[0] => TOL10056
)
[dealershipname] => Array
(
[0] => Barons N1 City Commercial
)
[pictures] => Array
(
[0] => a:14:{i:0;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_2_full.jpg?v=20260828063106";i:1;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_1_full.jpg?v=20260828063107";i:2;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_3_full.jpg?v=20260828063109";i:3;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_5_full.jpg?v=20260828063110";i:4;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_4_full.jpg?v=20260828063112";i:5;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_6_full.jpg?v=20260828063114";i:6;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_7_full.jpg?v=20260828063116";i:7;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_8_full.jpg?v=20260828063118";i:8;s:110:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_9_full.jpg?v=20260828063120";i:9;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_10_full.jpg?v=20260828063121";i:10;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_11_full.jpg?v=20260828063122";i:11;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_12_full.jpg?v=20260828063124";i:12;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_13_full.jpg?v=20260828063125";i:13;s:111:"https://ststockprodsanorth001.blob.core.windows.net/stock-images/WV4ZZZT14SS023609_14_full.jpg?v=20260828063127";}
)
)
1
WV4ZZZT14SS023609
WV4ZZZT14SS023609
Colour: CLEAR WHITE
TOL10056
3662
3662
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");
}
}
?>







































