VOLKSWAGEN T-CROSS (2023)
VOLKSWAGEN MY21 1.0 TSI COMFORTLINE
R 328 999
Range:
T-CROSS
Year:
2023
Mileage:
66 000km
Colour:
Grey
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
28922956
Available from Barons N1 City
<?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 N1 City
Cnr Giel Basson and, Nathan Mallach St, N1 City, Cape Town, 7500, South Africa
Similar Listings
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_10.jpg
VOLKSWAGEN
T-CROSS
(2021)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28922945
)
[dumpdate] => Array
(
[0] => 2026-02-24T02:35:53.003
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071555
)
[stockbooknumber] => Array
(
[0] => U0071555
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZMY130074
)
[regnumber] => Array
(
[0] => CAA39225
)
[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] => Limestone Grey
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 113267
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => 24/7 VW Alert7 Day Exchange 12 Months CertifiedIntegrity VerificationAge & Mileage CertifiedCertified Sales Consultant80-Point Technical CertificateCertifiied Professional ReconditioningVolkswagen Financial ServicesCustomer Experience Measure
Multi-Function SteeringUSB RadioHigh- level brakeABS with EBD.
Front Fog lightsHeight adjustable seat.
)
[pictures] => Array
(
[0] => a:9:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_7.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_8.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_9.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071555_10.jpg";}
)
[price] => Array
(
[0] => 288999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[_nmi_data_hash] => Array
(
[0] => 2663e06a7049c999d52ad42eea25a990
)
)
1
WVGZZZC1ZMY130074
WVGZZZC1ZMY130074
Colour: Limestone Grey
MOL01433
28922945
28922945
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_u0071654_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_13.jpg
VOLKSWAGEN
T-CROSS
(2022)
VOLKSWAGEN MY21 1.0 TSI COMFORTLINE
Array
(
[vehicleid] => Array
(
[0] => 28922578
)
[dumpdate] => Array
(
[0] => 2026-02-24T02:35:53.003
)
[mmcode] => Array
(
[0] => 64030160
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071654
)
[stockbooknumber] => Array
(
[0] => U0071654
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZNY131342
)
[regnumber] => Array
(
[0] => CFM84100
)
[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] => White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 55480
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => 70kW @ 5000 r/min | 130 CO2 Emissions | 5-speed manual | Fuel Consumption - 5.
5 l/100km (Combined) | ABS | Belmont Alloys | Mult-function display PLUS | Composition Media | Rest Assist | Light and Sight Vision | LED Daytime running Lights | We Connect Go | Climatic Aircon | Cruise Control | PDC Front and Rear | 3 year / 120 000 kms Warranty | 3 year / 45 000 kms Service Plan.
Finance options available with all major banks including Volkswagen Financial Services.
The advertised mileage on demo vehicle models may vary from the actual mileage on the vehicles.
Please contact the dealership for accurate information.
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071654_13.jpg";}
)
[price] => Array
(
[0] => 299000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[_nmi_data_hash] => Array
(
[0] => fa698cff13fe72c4ba50a61f5b7be6bf
)
)
1
WVGZZZC1ZNY131342
WVGZZZC1ZNY131342
Colour: White
MOL01433
28922578
28922578
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_u0070367_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_4.jpg
VOLKSWAGEN
T-CROSS
(2022)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28922963
)
[dumpdate] => Array
(
[0] => 2026-02-24T02:35:53.003
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071798
)
[stockbooknumber] => Array
(
[0] => U0071798
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZPY009180
)
[regnumber] => Array
(
[0] => CAA285100
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS
)
[vehiclemodel] => Array
(
[0] => MY20 1.0 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2022
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Pure White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 73852
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] =>
)
[pictures] => Array
(
[0] => a:4:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0070367_4.jpg";}
)
[price] => Array
(
[0] => 328999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[_nmi_data_hash] => Array
(
[0] => dca945962ed801db433e816adcabc6bd
)
)
1
WVGZZZC1ZPY009180
WVGZZZC1ZPY009180
Colour: Pure White
MOL01433
28922963
28922963
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_u0071593_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_14.jpg
VOLKSWAGEN
T-CROSS
(2023)
VOLKSWAGEN MY20 1.0 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28922946
)
[dumpdate] => Array
(
[0] => 2026-02-24T02:35:53.003
)
[mmcode] => Array
(
[0] => 64030170
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071593
)
[stockbooknumber] => Array
(
[0] => U0071593
)
[vinnumber] => Array
(
[0] => WVGZZZC1ZPY064831
)
[regnumber] => Array
(
[0] => CAA13585
)
[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] => 2023
)
[bodytype] => Array
(
[0] => CROSSOVER
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => Reef Blue
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 88694
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Extras include Connect package4 alloy wheels "Belmont" 6J x 16Black roof railsPark Distance Control Cruise control system and speed limiterApp-Connect.
Trade ins welcome and nationwide delivery at an agreed cost.
To avoid disappointment, kindly speak to one of our Certified Mastercar Sales Executives Carmen Ray, Mildred Frantz, Ashley Naicker, Kirsten Redelinghuys, Eric Adolph or Rynard Snyman for more info.
Buy your next Volkswagen Mastercar with complete confidence.
Finance options available with all major banks including Volkswagen Financial Services.
The advertised mileage on demo vehicle models may vary from the actual mileage on the vehicles.
Please contact the dealership for accurate information.
)
[pictures] => Array
(
[0] => a:14:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071593_14.jpg";}
)
[price] => Array
(
[0] => 328999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[_nmi_data_hash] => Array
(
[0] => 888538590c075cd1f669e28dabd0b764
)
)
1
WVGZZZC1ZPY064831
WVGZZZC1ZPY064831
Colour: Reef Blue
MOL01433
28922946
28922946
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");
}
}
?>












