VOLKSWAGEN T-CROSS (2025)
VOLKSWAGEN MY24 1.0 TSI R-LINE DSG
R 469 950
Range:
T-CROSS
Year:
2025
Mileage:
11 400km
Colour:
SMOKY GREY METALLIC
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
28687140
Available from Barons Pietermaritzburg
<?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");
}
}
?>Call Now
Available from Barons Pietermaritzburg
9 Armitage Rd, Town Hill, Pietermaritzburg, 3201, South Africa
Similar Listings
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_10.jpg
VOLKSWAGEN
T-CROSS
(2022)
VOLKSWAGEN MY21 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28684328
)
[dumpdate] => Array
(
[0] => 2025-12-12T00:18:06.457
)
[mmcode] => Array
(
[0] => 64030160
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070860
)
[stockbooknumber] => Array
(
[0] => U0070860
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZNY122752
)
[regnumber] => Array
(
[0] => BT07ZZZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY21 1.0 TSI COMFORTLINE
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => SILVER
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 42611
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 289949
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070860_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVGZZZC1ZNY122752
)
)
1
WVGZZZC1ZNY122752
WVGZZZC1ZNY122752
Colour: SILVER
MOL01339
28684328
28684328
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_u0070848_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_5.jpg
VOLKSWAGEN
T-CROSS
(2021)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28687141
)
[dumpdate] => Array
(
[0] => 2025-12-12T00:27:53.88
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070848
)
[stockbooknumber] => Array
(
[0] => U0070848
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZNY009616
)
[regnumber] => Array
(
[0] => CC28ZJZN
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY20 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Blue
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 53000
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 339950
)
[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_u0070848_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070848_5.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVGZZZC1ZNY009616
)
)
1
WVGZZZC1ZNY009616
WVGZZZC1ZNY009616
Colour: Blue
MOL01339
28687141
28687141
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_u0070856_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_7.jpg
VOLKSWAGEN
T-CROSS
(2024)
VOLKSWAGEN MY24 1.0 TSI LIFE DSG
Array
(
[vehicleid] => Array
(
[0] => 28684326
)
[dumpdate] => Array
(
[0] => 2025-12-12T00:18:06.457
)
[mmcode] => Array
(
[0] => 64030171
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070856
)
[stockbooknumber] => Array
(
[0] => U0070856
)
[vinnumber] => Array
(
[0] => WVGZZZC17RY088237
)
[regnumber] => Array
(
[0] => LZ24DRGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY24 1.0 TSI LIFE DSG
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 24403
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 374950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:7:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070856_7.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVGZZZC17RY088237
)
)
1
WVGZZZC17RY088237
WVGZZZC17RY088237
Colour: WHITE
MOL01339
28684326
28684326
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_u0070857_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_21.jpg
VOLKSWAGEN
T-CROSS
(2025)
VOLKSWAGEN MY24 1.0 TSI LIFE DSG
Array
(
[vehicleid] => Array
(
[0] => 28684327
)
[dumpdate] => Array
(
[0] => 2025-12-12T00:18:06.457
)
[mmcode] => Array
(
[0] => 64030171
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070857
)
[stockbooknumber] => Array
(
[0] => U0070857
)
[vinnumber] => Array
(
[0] => WVGZZZC1XSY010833
)
[regnumber] => Array
(
[0] => CAA613805
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY24 1.0 TSI LIFE DSG
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => BLUE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 24602
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[price] => Array
(
[0] => 374950
)
[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_u0070857_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_19.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_20.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070857_21.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVGZZZC1XSY010833
)
)
1
WVGZZZC1XSY010833
WVGZZZC1XSY010833
Colour: BLUE
MOL01339
28684327
28684327
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");
}
}
?>
























