VOLKSWAGEN TIGUAN (2024)
VOLKSWAGEN ALLSPACE MY22 2.0 TSI STYLE 4MOTION D
R 649 899
Range:
TIGUAN
Year:
2024
Mileage:
25 096km
Colour:
PURE WHITE
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
28793689
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_u0070161_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_10.jpg
VOLKSWAGEN
TIGUAN
(2021)
VOLKSWAGEN ALLSPACE MY19 1.4 TSI COMFORTLINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28793687
)
[dumpdate] => Array
(
[0] => 2026-01-14T00:30:39.057
)
[mmcode] => Array
(
[0] => 64078720
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070161
)
[stockbooknumber] => Array
(
[0] => U0070161
)
[vinnumber] => Array
(
[0] => WVGZZZ5NZMM077246
)
[regnumber] => Array
(
[0] => ORANC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => TIGUAN
)
[vehiclemodel] => Array
(
[0] => ALLSPACE MY19 1.4 TSI COMFORTLINE DSG
)
[vehicleyear] => Array
(
[0] => 2021
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => BLUE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 38846
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] => Black headlinerMobile phone interface "Comfort" with inAmbience packageRear view camera system incl.
Park AssisPanoramic SunroofSports suspensionR-Line "Exterior", Volkswagen RLeather trim "Vienna" right-hand drive vChrome package for R-line
Black headlinerMobile phone interface "Comfort" with inAmbience packageRear view camera system incl.
Park AssisPanoramic SunroofSports suspensionR-Line "Exterior", Volkswagen RLeather trim "Vienna" right-hand drive vChrome package for R-line
)
[price] => Array
(
[0] => 499900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070161_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVGZZZ5NZMM077246
)
)
1
WVGZZZ5NZMM077246
WVGZZZ5NZMM077246
Colour: BLUE
TOL10136
28793687
28793687
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_ud0050050_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_27.jpg
VOLKSWAGEN
TIGUAN
(2025)
VOLKSWAGEN MY25 1.4 TSI R-LINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28791999
)
[dumpdate] => Array
(
[0] => 2026-01-14T00:20:12.967
)
[mmcode] => Array
(
[0] => 64078121
)
[molstockbooknumber] => Array
(
[0] => TOL10136_UD0050050
)
[stockbooknumber] => Array
(
[0] => UD0050050
)
[vinnumber] => Array
(
[0] => WVGZZZCTXSW068387
)
[regnumber] => Array
(
[0] => DGF244NC
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => TIGUAN
)
[vehiclemodel] => Array
(
[0] => MY25 1.4 TSI R-LINE DSG
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => CIPRESSINO GREEN METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1500
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] => Service Plan 5Yr 90000km DFLTTilting and sliding panoramicTrailer hitch including trailerPCAHarman Kardon sound systemConvenience package with SAFELIQ Drive Package: Travel Assist"Leeds" 8.
5J x 20, Black/Gray,IQ.
LIGHT - HD matrix headlampsNavigation System "Discover Pr
Tilting and sliding panoramicTrailer hitch including trailerPCAHarman Kardon sound systemConvenience package with SAFELIQ Drive Package: Travel Assist"Leeds" 8.
5J x 20, Black/Gray,IQ.
LIGHT - HD matrix headlampsNavigation System "Discover Pr
)
[price] => Array
(
[0] => 859900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:15:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_3.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_4.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_5.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_7.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_8.jpg";i:6;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_10.jpg";i:7;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_11.jpg";i:8;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_12.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_15.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_18.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_19.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_20.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_23.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_27.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => WVGZZZCTXSW068387
)
)
1
WVGZZZCTXSW068387
WVGZZZCTXSW068387
Colour: CIPRESSINO GREEN METALLIC
TOL10136
28791999
28791999
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");
}
}
?>












