Pre-owned Vehicles from Barons VW Kuruman
1 - 19 of 19 posts
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_11.jpg
VOLKSWAGEN
POLO VIVO
(2020)
VOLKSWAGEN HATCH 1.4 TRENDLINE
Array
(
[vehicleid] => Array
(
[0] => 28978693
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:23.417
)
[mmcode] => Array
(
[0] => 64020700
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070172
)
[stockbooknumber] => Array
(
[0] => U0070172
)
[vinnumber] => Array
(
[0] => AAVZZZ6RZLU012631
)
[regnumber] => Array
(
[0] => DFL120NC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO VIVO
)
[vehiclemodel] => Array
(
[0] => HATCH 1.4 TRENDLINE
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 190430
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Value and Reliability
This vehicle offers outstanding performance and practicality, making it an ideal choice for daily commutes or weekend adventures. With a proven track record of reliability, it's ready to serve you well. The 190Â 430 kilometres on the clock reflect its dependable nature and suitability for various driving needs.
Enjoy a smooth and comfortable ride with modern features that enhance your driving experience. This vehicle combines efficiency with style, ensuring you stand out on the road while keeping your running costs low.
Key highlights:
- Used condition ensures great value
- Low running costs for budget-friendly driving
- Proven reliability for peace of mind
- Smooth performance suitable for city and highway travel
- Practical design with ample space for passengers and luggage
- Ideal for both first-time buyers and seasoned drivers
Trust in the NMI brand for quality vehicles that last. Drive away with confidence today.
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070172_11.jpg";}
)
[price] => Array
(
[0] => 159900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 5d8822c02208643f5293fe2a08db45c4
)
)
1
AAVZZZ6RZLU012631
AAVZZZ6RZLU012631
Colour: WHITE
TOL10136
28978693
28978693
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_u0070186_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_11.jpg
SUZUKI
CELERIO
(2023)
SUZUKI 1.0 GL
Array
(
[vehicleid] => Array
(
[0] => 28978409
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 59003161
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070186
)
[stockbooknumber] => Array
(
[0] => U0070186
)
[vinnumber] => Array
(
[0] => MA3TFC62S00157783
)
[regnumber] => Array
(
[0] => DBX039NC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => SUZUKI
)
[vehiclerange] => Array
(
[0] => CELERIO
)
[vehiclemodel] => Array
(
[0] => 1.0 GL
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => BLACK
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 68814
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Drive in style with this efficient, compact car that offers exceptional value. With only 68 814 kilometres on the clock, it’s ready for new adventures. This vehicle is perfect for city driving and daily commutes, combining comfort with practicality.
Experience a seamless ride with features designed for convenience. Its compact design ensures easy manoeuvrability while providing ample space for passengers and cargo. Ideal for those seeking reliability and economy, this vehicle stands out in its class.
Key highlights:
- Low mileage at 68Â 814 kilometres
- Compact and easy to drive
- Spacious interior for passengers and cargo
- Excellent fuel efficiency
- Reliable performance
NMI is committed to providing quality vehicles you can trust. Experience peace of mind with every journey.
)
[price] => Array
(
[0] => 199899
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070186_11.jpg";}
)
)
1
MA3TFC62S00157783
MA3TFC62S00157783
Colour: BLACK
TOL10136
28978409
28978409
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_u0070179_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_17.jpg
PROTON
X50
(2023)
PROTON 1.5T PREMIUM
Array
(
[vehicleid] => Array
(
[0] => 28978696
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 50618190
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070179
)
[stockbooknumber] => Array
(
[0] => U0070179
)
[vinnumber] => Array
(
[0] => PL1DG2FVRNG041756
)
[regnumber] => Array
(
[0] => DBT388NC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => PROTON
)
[vehiclerange] => Array
(
[0] => X50
)
[vehiclemodel] => Array
(
[0] => 1.5T PREMIUM
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => BLUE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 65477
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Elevate Your Driving Experience
This stylish SUV is designed for those who seek comfort and innovation. With a mileage of 65Â 477 kilometres, it offers a blend of modern features and practicality. Enjoy the luxurious tilting and sliding sunroof that brings the outside in, perfect for sunny days. The 360-degree cameras provide unparalleled visibility, enhancing your confidence on the road.
This vehicle combines functionality with a sleek design. Whether you’re navigating city streets or enjoying a weekend getaway, you’ll appreciate every detail. Discover the perfect balance of performance and comfort in this exceptional SUV.
Key highlights:
- Mileage: 65Â 477 kilometres
- Luxurious tilting and sliding sunroof
- 360-degree camera system for enhanced safety
- Modern and stylish design
- Practical and spacious interior
- Ideal for both city and long-distance driving
- Well-maintained used vehicle
Trust in NMI for quality and reliability. Your next adventure awaits.
)
[pictures] => Array
(
[0] => a:16:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_5.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_6.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_7.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_8.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_9.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_10.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_11.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_12.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_13.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_14.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_15.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_16.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070179_17.jpg";}
)
[price] => Array
(
[0] => 249899
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 1fcdc74291b7d805652938c87d783e5d
)
)
1
PL1DG2FVRNG041756
PL1DG2FVRNG041756
Colour: BLUE
TOL10136
28978696
28978696
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] => 28978415
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:05.573
)
[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] =>
)
[comments] => Array
(
[0] => Exceptional Value with Low Mileage
Experience the perfect blend of style and practicality with this outstanding vehicle. With only 5Â 948 kilometres on the clock, it offers you the confidence of a near-new ride without the new car price tag. Designed for modern living, it comes equipped with a variety of features that enhance both comfort and safety.
This vehicle is ready to elevate your driving experience with its combined curtain and side airbags, ensuring maximum safety for you and your passengers. Enjoy the convenience of cruise control and a thoughtfully designed storage space package, while the parking package adds an extra layer of ease when navigating tight spots.
Key highlights:
- Only 5Â 948 kilometres driven
- Combined curtain and side airbags for added safety
- Cruise control for a relaxed driving experience
- Practical storage space package included
- Convenient parking package to simplify parking manoeuvres
Trust in the NMI brand, known for its commitment to quality and customer satisfaction. This vehicle is an excellent choice for those seeking reliability and value.
)
[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] => 8c82ab58cb8069b34a1c4c8da3ea2bc8
)
)
1
AAVZZZ6R5SU025078
AAVZZZ6R5SU025078
Colour: PURE WHITE
TOL10136
28978415
28978415
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] => 28978410
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:23.417
)
[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] =>
)
[comments] => Array
(
[0] => Practical and Efficient City Companion
This used vehicle is the perfect blend of reliability and performance, making it an ideal choice for both daily commuting and weekend adventures. With only 12Â 306 kilometres on the clock, it promises a dependable driving experience while offering a well-balanced mix of comfort and functionality.
Designed for modern living, this vehicle boasts a spacious interior and user-friendly features that enhance your driving experience. It’s the smart buy for anyone seeking a vehicle that delivers on both style and substance, ensuring you get exceptional value for your investment.
Key highlights:
- Used vehicle in excellent condition
- Low mileage of 12Â 306 kilometres
- Spacious interior for comfort and practicality
- Reliable performance for daily drives
- Stylish design that stands out in any setting
When you choose this vehicle, you're not just buying a car; you're making an investment in quality and trust. NMI is dedicated to providing vehicles that meet the highest standards, ensuring peace of mind with every purchase.
)
[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] => 2fde3a02be22462c7d009ab35638d4a2
)
)
1
AAVZZZ6R2TU001323
AAVZZZ6R2TU001323
Colour: REEF BLUE METALLIC
TOL10136
28978410
28978410
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_u0070203_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_11.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 28979991
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070203
)
[stockbooknumber] => Array
(
[0] => U0070203
)
[vinnumber] => Array
(
[0] => AAVZZZ6R4SU020616
)
[regnumber] => Array
(
[0] => KNZ782EC
)
[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] => 19316
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Value Awaiting You
This used vehicle offers a fantastic combination of reliability and comfort. With only 19 316 kilometres on the clock, it’s ready for many more journeys ahead. Backed by a 2-year or 30 000-kilometre service plan, peace of mind comes standard.
Enjoy added convenience with front and rear carpet mats. Safety is at the forefront with combined curtain and side airbags. The storage space package enhances practicality, making this vehicle a smart choice for everyday use.
Key highlights:
- 19Â 316 kilometres
- 2-year/30Â 000-kilometre service plan
- Front and rear carpet mats
- Combined curtain and side airbags
- Storage space package
- Reliable and comfortable driving experience
Trust in NMI for quality vehicles that deliver value and assurance.
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070203_11.jpg";}
)
)
1
AAVZZZ6R4SU020616
AAVZZZ6R4SU020616
Colour: PURE WHITE
TOL10136
28979991
28979991
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_u0070169_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_13.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 28978692
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:14.62
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070169
)
[stockbooknumber] => Array
(
[0] => U0070169
)
[vinnumber] => Array
(
[0] => AAVZZZ6R2SU007718
)
[regnumber] => Array
(
[0] => MD71RDGP
)
[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] => 12300
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Unmatched Value in a Compact Package
This used vehicle offers an exceptional balance of practicality and style, making it an ideal choice for urban driving. With only 12 300 kilometres on the clock, it stands out for its low mileage and excellent condition. Equipped with thoughtful extras, this vehicle ensures both comfort and safety for all passengers.
The well-designed interior features carpet mats in both the front and rear, enhancing the overall aesthetic. It includes combined curtain and side airbags for added peace of mind, while the cruise control feature makes long drives a breeze. The "LIGHTS AND VISION" package further enhances visibility, ensuring you can navigate confidently in various driving conditions.
Key highlights:
- Low mileage of 12 300 kilometres
- Front and rear carpet mats
- Combined curtain and side airbags for enhanced safety
- Cruise control for effortless driving
- "LIGHTS AND VISION" package for improved visibility
At NMI, we prioritise quality and customer satisfaction, ensuring you make a smart investment with every vehicle purchase.
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070169_13.jpg";}
)
[price] => Array
(
[0] => 279899
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => cbe52f274d433d4f5d1877d18104b6a3
)
)
1
AAVZZZ6R2SU007718
AAVZZZ6R2SU007718
Colour: PURE WHITE
TOL10136
28978692
28978692
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_u0070190_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 28978411
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070190
)
[stockbooknumber] => Array
(
[0] => U0070190
)
[vinnumber] => Array
(
[0] => AAVZZZ6R3SU008411
)
[regnumber] => Array
(
[0] => KMH226EC
)
[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] => SMOKY GREY METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 11524
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Value and Low Mileage
This used vehicle is an excellent choice for anyone seeking reliability and efficiency. With only 11 524 kilometres on the clock, you can enjoy a like-new experience without the new vehicle price tag. It’s perfect for city driving and everyday commutes.
Designed for both comfort and practicality, this vehicle delivers a smooth ride with ample space. Its fuel efficiency ensures you’ll save at the pump, making it an economical option for any driver. Experience the peace of mind that comes with a trusted name.
Key highlights:
- Low mileage of 11 524 kilometres
- Excellent fuel efficiency
- Spacious interior for comfort
- Smooth driving experience
- Reliable and practical for everyday use
At NMI, we believe in providing quality vehicles that meet your needs. Trust in our commitment to excellence.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_12.jpg";}
)
[price] => Array
(
[0] => 279900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 97573c6d2ecea5fe6c6d52c28e5eb0d7
)
)
1
AAVZZZ6R3SU008411
AAVZZZ6R3SU008411
Colour: SMOKY GREY METALLIC
TOL10136
28978411
28978411
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_u0070195_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN HATCH MY22 1.0 TSI
Array
(
[vehicleid] => Array
(
[0] => 28978414
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 64027662
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070195
)
[stockbooknumber] => Array
(
[0] => U0070195
)
[vinnumber] => Array
(
[0] => AAVZZZAW0SU058888
)
[regnumber] => Array
(
[0] => KNX023EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => HATCH MY22 1.0 TSI
)
[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] => 9814
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Value with Low Mileage
Discover the benefits of owning a vehicle that combines efficiency and modern design. With only 9 814 kilometres on the clock, this used option presents a fantastic opportunity for those looking for reliability and style. The included 3-year/45 000 km maintenance plan adds peace of mind, ensuring you can enjoy your driving experience without unexpected expenses.
Equipped with "Essex" alloy wheels and tyres measuring 185/65 R15, this vehicle not only enhances your driving comfort but also adds a touch of sophistication to its appearance. This combination of features makes it a smart choice for anyone seeking a practical yet stylish vehicle.
Key highlights:
- Low mileage of 9 814 kilometres
- 3-year/45 000 km maintenance plan included
- Stylish "Essex" alloy wheels
- Tyres size: 185/65 R15
- Reliable and efficient performance
- Modern design for a comfortable driving experience
Trust in the quality that NMI represents, ensuring you make a wise investment with every purchase.
)
[pictures] => Array
(
[0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070195_12.jpg";}
)
[price] => Array
(
[0] => 309900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 12588b383fc5a4dcf9943ab104af9ad2
)
)
1
AAVZZZAW0SU058888
AAVZZZAW0SU058888
Colour: REFLEX SILVER METALLIC
TOL10136
28978414
28978414
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_u0070204_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_13.jpg
VOLKSWAGEN
T-CROSS 1.0 TSI DSG
(2025)
VOLKSWAGEN
Array
(
[vehicleid] => Array
(
[0] => 28979992
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 64030165
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070204
)
[stockbooknumber] => Array
(
[0] => U0070204
)
[vinnumber] => Array
(
[0] => WVGZZZC11SY089504
)
[regnumber] => Array
(
[0] => KPF119EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => T-CROSS 1.0 TSI DSG
)
[vehiclemodel] => Array
(
[0] =>
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => OTHER
)
[transmissiontype] => Array
(
[0] => AUTOMATICMANUAL
)
[fueltype] => Array
(
[0] => DieselPtrol
)
[colour] => Array
(
[0] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 24000
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Discover exceptional value in this well-maintained SUV. With only 24 000 kilometres on the clock, it promises reliability and efficiency. Enjoy peace of mind with a 3-year service plan covering 45 000 kilometres. This vehicle is ready for your next adventure.
Equipped with stylish "Nottingham" 6J x 16 alloy wheels and fitted with 205/16 R16 tyres, it combines aesthetic appeal with performance. Experience the perfect blend of comfort and practicality for everyday driving needs.
Key highlights:
- Only 24 000 kilometres travelled
- 3-year service plan (45 000 kilometres)
- "Nottingham" 6J x 16 alloy wheels
- 205/16 R16 tyres for enhanced grip
- Excellent condition
Trust in NMI for quality and reliability. We prioritise your satisfaction and offer vehicles that meet high standards. Drive away with confidence today.
)
[price] => Array
(
[0] => 379900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070204_13.jpg";}
)
)
1
WVGZZZC11SY089504
WVGZZZC11SY089504
Colour: REFLEX SILVER METALLIC
TOL10136
28979992
28979992
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_u0070183_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_13.jpg
VOLKSWAGEN
TAIGO
(2024)
VOLKSWAGEN MY22 1.0 TSI LIFE DSG
Array
(
[vehicleid] => Array
(
[0] => 28978698
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:14.62
)
[mmcode] => Array
(
[0] => 64032120
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070183
)
[stockbooknumber] => Array
(
[0] => U0070183
)
[vinnumber] => Array
(
[0] => WVGZZZCSZPY067307
)
[regnumber] => Array
(
[0] => LHT105NW
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => TAIGO
)
[vehiclemodel] => Array
(
[0] => MY22 1.0 TSI LIFE DSG
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 18305
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Value in a Compact SUV
This used vehicle with only 18 305 kilometres combines style and functionality. The Comfort Package Plus adds luxury features for a refined driving experience. Enjoy the expansive panoramic sunroof that enhances your journey.
Feel the confidence with LED Matrix Headlamps illuminating the road ahead. The multi-functional sensor ensures convenience at your fingertips. Stay connected with the advanced infotainment system featuring "Composition Media". With a service plan covering 3 years or 45 000 kilometres, this vehicle supports your lifestyle effortlessly.
Key highlights:
- Only 18 305 kilometres
- Comfort Package Plus for added luxury
- Panoramic sunroof for an open feel
- LED Matrix Headlamps for superior visibility
- Multi-functional sensor for convenience
- Infotainment "Composition Media" system
- 3-Year/45 000 km service plan included
Trust NMI for quality used vehicles that meet your needs and exceed your expectations.
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070183_13.jpg";}
)
[price] => Array
(
[0] => 399900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 8b7d00a15deef1f2b1db58b19b41015b
)
)
1
WVGZZZCSZPY067307
WVGZZZCSZPY067307
Colour: PURE WHITE
TOL10136
28978698
28978698
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_ud0050044_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_18.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN HATCH MY22 1.0 TSI LIFE
Array
(
[vehicleid] => Array
(
[0] => 28979987
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:23.417
)
[mmcode] => Array
(
[0] => 64027665
)
[molstockbooknumber] => Array
(
[0] => TOL10136_UD0050044
)
[stockbooknumber] => Array
(
[0] => UD0050044
)
[vinnumber] => Array
(
[0] => AAVZZZAW7SU061254
)
[regnumber] => Array
(
[0] => DFX404NC
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => HATCH MY22 1.0 TSI LIFE
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => ASCOT GRAY
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 15249
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Experience the perfect blend of style and functionality with this demo vehicle that’s ready for your next adventure. With a mileage of just 15 249 kilometres, it offers a fantastic opportunity to own a near-new vehicle at an exceptional value. Equipped with modern features, this car will enhance your daily driving experience and provide you with the reliability you can trust.
Step inside and enjoy the luxurious tilting and sliding panoramic sunroof, which brings in natural light and fresh air, making every journey a pleasure. The advanced rear view camera system ensures safety and ease when parking, while the LED Matrix Headlamps illuminate the road ahead, providing exceptional visibility. With a host of additional features, this vehicle is designed to elevate your driving experience.
Key highlights:
- Demo condition with only 15Â 249 kilometres
- Inductive charging feature for convenient device use
- Panoramic sunroof for an airy cabin feel
- Rear view camera system for enhanced safety
- Stylish "Torsby" 6.5J X 16 black diamond wheels
- Space-saving spare tyre included
- IQ.LIGHT: LED Matrix Headlamps for superior lighting
- Radio "Composition Media" for your entertainment needs
Trust in the quality and reliability of NMI, ensuring that you receive a vehicle that meets the highest standards of performance and comfort.
)
[pictures] => Array
(
[0] => a:18:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_16.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_17.jpg";i:17;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050044_18.jpg";}
)
[price] => Array
(
[0] => 399900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 87e4e34f88863b94db3ebd79d9850249
)
)
1
AAVZZZAW7SU061254
AAVZZZAW7SU061254
Colour: ASCOT GRAY
TOL10136
28979987
28979987
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_u0070205_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_13.jpg
VOLKSWAGEN
T-CROSS
(2025)
VOLKSWAGEN MY24 1.0 TSI LIFE DSG
Array
(
[vehicleid] => Array
(
[0] => 28979993
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:52:03.76
)
[mmcode] => Array
(
[0] => 64030171
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070205
)
[stockbooknumber] => Array
(
[0] => U0070205
)
[vinnumber] => Array
(
[0] => WVGZZZC17SY017948
)
[regnumber] => Array
(
[0] => KPD832EC
)
[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] => CLEAR BLUE METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 10230
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Value on a Reliable SUV
This vehicle combines style and practicality, perfect for city driving and weekend getaways. With only 10 230 kilometres on the clock, it’s ready for new adventures. Plus, it comes with a 3-year or 45 000-kilometre service plan, ensuring peace of mind for years to come.
Step inside to enjoy advanced features like IQ.LIGHT HD matrix headlamps and LED Plus headlamps, enhancing visibility and safety. The rearview camera and keyless access add convenience to your daily routine. This vehicle is equipped with a technology package that includes Easy Open, making access effortless.
Key highlights:
- 10 230 kilometres
- 3-year/45 000-kilometre service plan
- IQ.LIGHT HD matrix headlamps
- LED Plus headlamps
- Rearview camera
- Keyless access
- Technology package with Easy Open
Trust in NMI for quality vehicles that offer reliability and performance. Experience exceptional service and support with every purchase.
)
[price] => Array
(
[0] => 414900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070205_13.jpg";}
)
)
1
WVGZZZC17SY017948
WVGZZZC17SY017948
Colour: CLEAR BLUE METALLIC
TOL10136
28979993
28979993
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_u0070193_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_13.jpg
FORD
EVEREST
(2020)
FORD 2.0 BI TURBO XLT 4X2 AT
Array
(
[vehicleid] => Array
(
[0] => 28978413
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:23.417
)
[mmcode] => Array
(
[0] => 22089310
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070193
)
[stockbooknumber] => Array
(
[0] => U0070193
)
[vinnumber] => Array
(
[0] => AFAJXXMJWJKJ53109
)
[regnumber] => Array
(
[0] => DCK762NC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => FORD
)
[vehiclerange] => Array
(
[0] => EVEREST
)
[vehiclemodel] => Array
(
[0] => 2.0 BI TURBO XLT 4X2 AT
)
[vehicleyear] => Array
(
[0] => 2020
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 103698
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Unleash Adventure with Confidence
Experience the thrill of exploration with this exceptional vehicle, designed to take you anywhere your heart desires. With a robust build and versatile capability, it’s perfect for both urban journeys and off-road escapades. The impressive mileage of 103 698 kilometres reflects its reliability and performance, making it a smart choice for those who crave a blend of adventure and everyday practicality.
This vehicle is all about performance, combining strength with comfort to ensure every drive is a memorable one. Embrace the journey ahead, knowing that you have a powerful companion by your side, ready to tackle whatever lies in your path.
Key highlights:
- Used vehicle with dependable performance
- Mileage: 103Â 698 kilometres
- Robust design for diverse driving conditions
- Perfect for urban commuting and off-road adventures
- Combines strength with comfort for an enjoyable ride
Trust in the quality and service of the NMI brand, dedicated to providing you with exceptional vehicles that enhance your driving experience.
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070193_13.jpg";}
)
[price] => Array
(
[0] => 449900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => c6da8ef147eb392c5c1c0bd20760231d
)
)
1
AFAJXXMJWJKJ53109
AFAJXXMJWJKJ53109
Colour: White
TOL10136
28978413
28978413
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_u0070176_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_14.jpg
VOLKSWAGEN
TIGUAN
(2024)
VOLKSWAGEN MY21 1.4 TSI LIFE DSG
Array
(
[vehicleid] => Array
(
[0] => 28978694
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:14.62
)
[mmcode] => Array
(
[0] => 64078097
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070176
)
[stockbooknumber] => Array
(
[0] => U0070176
)
[vinnumber] => Array
(
[0] => WVGZZZ5N2RW016681
)
[regnumber] => Array
(
[0] => MD52RWGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => TIGUAN
)
[vehiclemodel] => Array
(
[0] => MY21 1.4 TSI LIFE DSG
)
[vehicleyear] => Array
(
[0] => 2024
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 18358
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Used SUV with Low Mileage
This SUV offers a perfect blend of style and versatility. With only 18Â 358 kilometres on the clock, it promises reliable performance for years to come. Its spacious interior makes it perfect for families or adventures.
Experience a smooth drive enhanced by advanced features. This vehicle combines comfort and practicality, making it an ideal choice for everyday use. Don't miss the opportunity to own a well-maintained SUV that stands out in its class.
Key highlights:
- Low mileage of 18Â 358 kilometres
- Spacious interior for comfort and convenience
- Stylish design that turns heads
- Reliable performance for daily commutes
- Perfect for families and adventures
Trust in the quality and reliability associated with NMI. Your next vehicle is waiting for you.
)
[pictures] => Array
(
[0] => a:14:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070176_14.jpg";}
)
[price] => Array
(
[0] => 489900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 7477494cd7ccc0b2dd04cf5264fcea3d
)
)
1
WVGZZZ5N2RW016681
WVGZZZ5N2RW016681
Colour: REFLEX SILVER METALLIC
TOL10136
28978694
28978694
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_u0070207_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_15.jpg
VOLKSWAGEN
TAIGO
(2025)
VOLKSWAGEN MY22 1.0 TSI R-LINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28979994
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:05.573
)
[mmcode] => Array
(
[0] => 64032160
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070207
)
[stockbooknumber] => Array
(
[0] => U0070207
)
[vinnumber] => Array
(
[0] => WVGZZZCS0SY065168
)
[regnumber] => Array
(
[0] => KPH502EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => TAIGO
)
[vehiclemodel] => Array
(
[0] => MY22 1.0 TSI R-LINE DSG
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => STATION WAGON
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 15078
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Style and Comfort Await
This striking vehicle offers a blend of modern design and practicality. With only 15Â 078 kilometres on the clock, it stands ready for new adventures. The service plan ensures peace of mind with coverage for 3 years or up to 45Â 000 kilometres.
Enjoy added luxury with the Comfort Package Plus, featuring a rear view camera for easy parking. The tilting and sliding panoramic sunroof lets in natural light, enhancing your driving experience. The Black Styling Package, complete with 18" York Black wheels, adds a sporty touch.
Key highlights:
- Low mileage: 15Â 078 kilometres
- 3-year service plan (45Â 000 kilometres)
- Comfort Package Plus
- Rear view camera
- Panoramic sunroof (tilting and sliding)
- Black Styling Package
- 18" York Black wheels
Trust in NMI for quality and reliability. Experience the difference today.
)
[price] => Array
(
[0] => 549900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[pictures] => Array
(
[0] => a:15:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070207_15.jpg";}
)
)
1
WVGZZZCS0SY065168
WVGZZZCS0SY065168
Colour: REFLEX SILVER METALLIC
TOL10136
28979994
28979994
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_ud0050049_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_11.jpg
VOLKSWAGEN
GOLF 1.4 TSI LIFE + TIPTRONIC (110KW)
(2025)
VOLKSWAGEN
Array
(
[vehicleid] => Array
(
[0] => 28979988
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:23.417
)
[mmcode] => Array
(
[0] => 64045488
)
[molstockbooknumber] => Array
(
[0] => TOL10136_UD0050049
)
[stockbooknumber] => Array
(
[0] => UD0050049
)
[vinnumber] => Array
(
[0] => WVWZZZCD4SW209158
)
[regnumber] => Array
(
[0] => DGB621NC
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => GOLF 1.4 TSI LIFE + TIPTRONIC (110KW)
)
[vehiclemodel] => Array
(
[0] =>
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => OTHER
)
[transmissiontype] => Array
(
[0] => AUTOMATICMANUAL
)
[fueltype] => Array
(
[0] => DieselPtrol
)
[colour] => Array
(
[0] => OYSTER SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 15050
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Elevate Your Driving Experience with This Exceptional Demo Vehicle
Discover the perfect blend of style and functionality with this demo vehicle, featuring a striking interior illuminated by ambient lighting that adds a touch of sophistication. With only 15Â 050 kilometres on the clock, this car boasts a comprehensive 5-year service plan covering up to 90Â 000 kilometres, ensuring peace of mind for your journeys ahead.
Enjoy the panoramic view with a tilting and sliding roof that enhances the driving experience, making every trip a pleasure. The eye-catching 17-inch wheels paired with quality tyres not only improve the aesthetics but also contribute to a smooth and responsive ride. This vehicle is designed to meet your needs while providing an exceptional driving experience.
Key highlights:
- Demo vehicle with only 15Â 050 kilometres
- 5-year service plan covering up to 90Â 000 kilometres
- Interior ambient lighting for a modern feel
- Panoramic tilting and sliding roof for an open atmosphere
- Stylish 17-inch wheels for enhanced aesthetics and performance
At NMI, we are dedicated to providing you with vehicles that embody quality and reliability, ensuring you make a confident choice for your next adventure.
)
[pictures] => Array
(
[0] => a:10:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_7.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_8.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_9.jpg";i:8;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_10.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050049_11.jpg";}
)
[price] => Array
(
[0] => 549900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 4fdfb78fb7addc8f60a32702b6ec38f4
)
)
1
WVWZZZCD4SW209158
WVWZZZCD4SW209158
Colour: OYSTER SILVER METALLIC
TOL10136
28979988
28979988
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_u0070191_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_17.jpg
VOLKSWAGEN
AMAROK
(2023)
VOLKSWAGEN MY23 2.0 TDI LIFE D CAB 4MOTION 6M
Array
(
[vehicleid] => Array
(
[0] => 28978412
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:14.62
)
[mmcode] => Array
(
[0] => 64072808
)
[molstockbooknumber] => Array
(
[0] => TOL10136_U0070191
)
[stockbooknumber] => Array
(
[0] => U0070191
)
[vinnumber] => Array
(
[0] => WV4ZZZT15PS024954
)
[regnumber] => Array
(
[0] => KRY650EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => AMAROK
)
[vehiclemodel] => Array
(
[0] => MY23 2.0 TDI LIFE D CAB 4MOTION 6M
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => DOUBLE CAB
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => DARK GREY METALLIC
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 20277
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Strong Performance and Reliability Await You
Step into a world of robust capability and comfort with this exceptional vehicle, perfect for both urban driving and off-road adventures. With only 20Â 277 kilometres on the clock, it promises reliability and a fresh experience for its next owner. The impressive warranty of 5 years or 100Â 000 kilometres adds peace of mind, ensuring that you are well protected against unforeseen issues.
This vehicle boasts a strong pedigree, combining performance with practicality. Ideal for work and leisure, it is designed to meet your every need, whether you're tackling tough terrains or navigating city streets. Discover the perfect blend of style and functionality that this vehicle has to offer.
Key highlights:
- Only 20Â 277 kilometres driven
- 5-year warranty for added peace of mind
- 100Â 000 kilometres coverage
- Exceptional performance on and off the road
- Built for versatility and practicality
At NMI, we pride ourselves on delivering quality vehicles that inspire confidence and trust. Experience the difference with a dealership committed to excellence and customer satisfaction.
)
[pictures] => Array
(
[0] => a:16:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_5.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_6.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_7.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_8.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_9.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_10.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_11.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_12.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_13.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_14.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_15.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_16.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070191_17.jpg";}
)
[price] => Array
(
[0] => 569900
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 5100ecdeed062a786a519ba39fc39f66
)
)
1
WV4ZZZT15PS024954
WV4ZZZT15PS024954
Colour: DARK GREY METALLIC
TOL10136
28978412
28978412
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_2.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_6.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_9.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_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_16.jpg
VOLKSWAGEN
TIGUAN
(2025)
VOLKSWAGEN MY25 1.4 TSI R-LINE DSG
Array
(
[vehicleid] => Array
(
[0] => 28979989
)
[dumpdate] => Array
(
[0] => 2026-03-13T16:53:23.417
)
[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] => 8000
)
[servicehistory] => Array
(
[0] =>
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle with Impressive Features
This meticulously maintained demo vehicle is ready to elevate your driving experience. With only 8Â 000 kilometres on the clock, it combines luxury and practicality, making it the perfect choice for those who value both comfort and performance. Enjoy the convenience of a comprehensive 5-year service plan covering up to 90Â 000 kilometres, ensuring peace of mind with every journey.
Equipped with an array of high-end features, this vehicle offers a tilting and sliding panoramic sunroof for an airy cabin feel, as well as a premium Harman Kardon sound system for an immersive audio experience. With the added bonus of a trailer hitch and advanced driving assistance features, including Travel Assist, this vehicle is designed for both leisure and adventure.
Key highlights:
- 5-year service plan up to 90Â 000 kilometres
- Tilting and sliding panoramic sunroof
- Trailer hitch included
- Harman Kardon sound system
- Convenience package with advanced features
- Travel Assist driving package
- "Leeds" 8.5J x 20, Black/Gray alloy wheels
- IQ.LIGHT - HD matrix headlamps
Trust in the NMI brand for quality and reliability, ensuring your next vehicle is a smart investment in your lifestyle.
)
[pictures] => Array
(
[0] => a:16:{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_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_ud0050050_16.jpg";}
)
[price] => Array
(
[0] => 844995
)
[dealershipid] => Array
(
[0] => 233
)
[molnumber] => Array
(
[0] => TOL10136
)
[dealershipname] => Array
(
[0] => Barons Kuruman
)
[_nmi_data_hash] => Array
(
[0] => 6b608cd474eaab560075196714fc4d24
)
)
1
WVGZZZCTXSW068387
WVGZZZCTXSW068387
Colour: CIPRESSINO GREEN METALLIC
TOL10136
28979989
28979989
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");
}
}
?>
