VOLKSWAGEN POLO (2025)
VOLKSWAGEN HATCH MY22 1.0 TSI
R 309 900
Range:
POLO
Year:
2025
Mileage:
9 814km
Colour:
REFLEX SILVER METALLIC
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
28918813
Available from Barons Kuruman
<?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");
}
}
?>Similar Listings
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_11.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 28919589
)
[dumpdate] => Array
(
[0] => 2026-02-23T15:53:53.08
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070194
)
[stockbooknumber] => Array
(
[0] => U0070194
)
[vinnumber] => Array
(
[0] => AAVZZZ6R4SU015934
)
[regnumber] => Array
(
[0] => KNL457EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 9050
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] =>
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070194_11.jpg";}
)
[price] => Array
(
[0] => 249899
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => fcc3d1df143e0b62519c2cb818010e85
)
)
1
AAVZZZ6R4SU015934
AAVZZZ6R4SU015934
Colour: PURE WHITE
TOL10136
28919589
28919589
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/tol10136_n0000258_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_14.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 28920420
)
[dumpdate] => Array
(
[0] => 2026-02-23T15:51:47.327
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => TOL10136_UD0050053
)
[stockbooknumber] => Array
(
[0] => UD0050053
)
[vinnumber] => Array
(
[0] => AAVZZZ6R7TU004315
)
[regnumber] => Array
(
[0] => DGH 953NC
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 10000
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_12.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_13.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_n0000258_14.jpg";}
)
[price] => Array
(
[0] => 249900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 07f34ec9f6657a34ba6e4bfa7ed1b79f
)
)
1
AAVZZZ6R7TU004315
AAVZZZ6R7TU004315
Colour: REFLEX SILVER METALLIC
TOL10136
28920420
28920420
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/tol10136_u0070196_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_13.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 28918814
)
[dumpdate] => Array
(
[0] => 2026-02-23T15:53:53.08
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070196
)
[stockbooknumber] => Array
(
[0] => U0070196
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5SU025078
)
[regnumber] => Array
(
[0] => KPS783EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 5948
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] =>
Combined curtain and side airbags, frontCruise controlStorage Space packagePPCParking package
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070196_13.jpg";}
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 254a6777be50bc1eabaea6b44d829b52
)
)
1
AAVZZZ6R5SU025078
AAVZZZ6R5SU025078
Colour: PURE WHITE
TOL10136
28918814
28918814
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/tol10136_u0070189_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_10.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 28919585
)
[dumpdate] => Array
(
[0] => 2026-02-23T15:51:47.327
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070189
)
[stockbooknumber] => Array
(
[0] => U0070189
)
[vinnumber] => Array
(
[0] => AAVZZZ6R2TU001323
)
[regnumber] => Array
(
[0] => DGF972NC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REEF BLUE METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 12306
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] =>
)
[pictures] => Array
(
[0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_10.jpg";}
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 037b0f9d24601ab0b6ba5125670a835c
)
)
1
AAVZZZ6R2TU001323
AAVZZZ6R2TU001323
Colour: REEF BLUE METALLIC
TOL10136
28919585
28919585
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");
}
}
?>












