Pre-owned Vehicles from Barons VW
1 - 24 of 588 cars
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_12.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29069093
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:55.373
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01342_U0071614
)
[stockbooknumber] => Array
(
[0] => U0071614
)
[vinnumber] => Array
(
[0] => AAVZZZ6R9SU021891
)
[regnumber] => Array
(
[0] => KPL129EC
)
[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] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 15648
)
[servicehistory] => Array
(
[0] => None
)
[comments] => Array
(
[0] => Exceptional Value Awaits
This well-maintained vehicle is a smart buy with robust features and a strong service history. Enjoy peace of mind with the balance of the 3-year 120,000km warranty and a 2-year 30,000km service plan. Perfectly suited for urban life and everyday adventures, it combines practicality with style.
Experience hassle-free purchasing with finance options from all major banks. Trade-ins are welcomed, and delivery can be arranged countrywide. Our dedicated team ensures a seamless buying experience, bringing the demo right to your doorstep in the Cape Peninsula.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Carpet mats front and rear
- Combined curtain and side airbags for safety
- Convenient Storage Space package
- Balance of 3-year 120,000km VW warranty
- 2-year 30,000km service plan included
- Finance options available with major banks
- Trade-ins welcome
- Delivery arranged countrywide
Trust in NMI for a reliable and straightforward car buying experience. We’re dedicated to making it easy for you.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071614_12.jpg";}
)
)
1
AAVZZZ6R9SU021891
AAVZZZ6R9SU021891
Colour: REFLEX SILVER METALLIC
MOL01342
29069093
29069093
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/mol01342_ud0050265_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_12.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069067
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:38.82
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01342_UD0050265
)
[stockbooknumber] => Array
(
[0] => UD0050265
)
[vinnumber] => Array
(
[0] => AAVZZZ6RXTU006012
)
[regnumber] => Array
(
[0] => 6012CY
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[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] => 1000
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Exceptional Demo Model Available Now
Experience the quality of a nearly new vehicle with this demo model. Enjoy the convenience of a doorstep demo anywhere in the Cape Peninsula. Our dedicated Sales Staff will handle everything for you, making the buying process easy and hassle-free. Optional warranties, service, and maintenance plans are available for your peace of mind.
Take advantage of finance options with all major banks, and we welcome trade-ins to simplify your upgrade. Please note that mileage is accurate at the time of advertising and may vary. Prices exclude On the Road and Delivery costs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo model in excellent condition
- Convenient doorstep demos in the Cape Peninsula
- Finance options available with major banks
- Trade-ins welcomed
- Optional warranties and maintenance plans
- Easy and hassle-free buying process
Trust in the NMI brand for a seamless vehicle purchasing experience.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 49
)
[molnumber] => Array
(
[0] => MOL01342
)
[dealershipname] => Array
(
[0] => Barons Bellville
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_ud0050265_12.jpg";}
)
)
1
AAVZZZ6RXTU006012
AAVZZZ6RXTU006012
Colour: REFLEX SILVER METALLIC
MOL01342
29069067
29069067
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/mol01443_ud0050231_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_23.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29072206
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:36:05.523
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01443_UD0050231
)
[stockbooknumber] => Array
(
[0] => UD0050231
)
[vinnumber] => Array
(
[0] => AAVZZZ6R9TU002386
)
[regnumber] => Array
(
[0] => MR10JCGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WILD CHERRY RED METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1550
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle with Customised Packages
Experience the perfect blend of style and practicality with this demo model. At NMI, we prioritise your needs and create tailored packages to fit your budget. Enjoy the peace of mind that comes with a vehicle that meets high standards. Test drives and trade-ins are welcome, and financing options are available through all major banks.
This vehicle comes equipped with premium features that enhance both comfort and performance. Take advantage of our optional warranty and service plans for added protection.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Carpet mats front and rear
- Information kit in English
- Tosa alloy wheels 6J x 15
- Tyres 185/60
- Customised financial packages available
- Test drives and trade-ins welcome
- Optional warranty and service plans
Trust NMI to provide a reliable and satisfying vehicle purchasing experience.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 11
)
[molnumber] => Array
(
[0] => MOL01443
)
[dealershipname] => Array
(
[0] => Barons Bruma
)
[pictures] => Array
(
[0] => a:23:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_16.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_17.jpg";i:17;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_18.jpg";i:18;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_19.jpg";i:19;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_20.jpg";i:20;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_21.jpg";i:21;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_22.jpg";i:22;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050231_23.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R9TU002386
)
)
1
AAVZZZ6R9TU002386
AAVZZZ6R9TU002386
Colour: WILD CHERRY RED METALLIC
MOL01443
29072206
29072206
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/mol01443_ud0050222_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_17.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069275
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:36:05.523
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01443_UD0050222
)
[stockbooknumber] => Array
(
[0] => UD0050222
)
[vinnumber] => Array
(
[0] => AAVZZZ6R1SU025319
)
[regnumber] => Array
(
[0] => MP03FWGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 5900
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle Ready for You
Experience the perfect blend of style and functionality with this demo vehicle. Our team prioritises your needs, ensuring a seamless buying process tailored to your budget. Enjoy the confidence of competitive financing options available through all major banks, subject to approval. We welcome test drives and trade-ins, making your transition effortless.
This vehicle comes equipped with premium features designed for your convenience and enjoyment.
- Carpet mats front and rear
- Stylish Tosa alloy wheels 6J x 15
- Tyres size 185/60
- Optional warranty and service plans available
- Comprehensive maintenance options
- Competitive pricing, with all prices excluding administration, delivery, and licence fees
- Prices subject to change without notice
At NMI, we are committed to delivering excellence and trust in every vehicle purchase. Experience the difference today.
Mileage is recorded at the time of advertising and may vary.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 11
)
[molnumber] => Array
(
[0] => MOL01443
)
[dealershipname] => Array
(
[0] => Barons Bruma
)
[pictures] => Array
(
[0] => a:17:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_16.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050222_17.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R1SU025319
)
)
1
AAVZZZ6R1SU025319
AAVZZZ6R1SU025319
Colour: PURE WHITE
MOL01443
29069275
29069275
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/mol01400_ud0050151_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_11.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29072357
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:47.693
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01400_UD0050151
)
[stockbooknumber] => Array
(
[0] => UD0050151
)
[vinnumber] => Array
(
[0] => AAVZZZ6RXSU019986
)
[regnumber] => Array
(
[0] => 019986
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[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] => 3000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle Ready for You
Experience a blend of practicality and modern features with this demo vehicle. Designed for comfort and convenience, it comes equipped with a touchscreen radio, Bluetooth, and App Connect for seamless connectivity. Enjoy peace of mind with remote central locking and ample boot space for all your needs.
This vehicle is perfect for everyday driving, featuring front fog lights and daytime driving lights to enhance visibility. It has been crafted to meet your needs while offering competitive financing options. NMI delivers nationwide, ensuring you get your great deal hassle-free.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Remote central locking
- Touchscreen radio with Bluetooth
- App Connect and Android compatibility
- Centre cup holders for added convenience
- Front fog lights with daytime driving lights
- Spacious boot for practicality
Trust in NMI for a reliable and quality driving experience.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 10
)
[molnumber] => Array
(
[0] => MOL01400
)
[dealershipname] => Array
(
[0] => Barons Woodmead
)
[pictures] => Array
(
[0] => a:11:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050151_11.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6RXSU019986
)
)
1
AAVZZZ6RXSU019986
AAVZZZ6RXSU019986
Colour: REEF BLUE METALLIC
MOL01400
29072357
29072357
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/mol01400_ud0050155_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_11.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069191
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:37:17.64
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01400_UD0050155
)
[stockbooknumber] => Array
(
[0] => UD0050155
)
[vinnumber] => Array
(
[0] => AAVZZZ6R0SU025652
)
[regnumber] => Array
(
[0] => MP64DKGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[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] => 5000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Unbeatable Value Awaits You
Experience the perfect blend of style and functionality with this demo model. Now is the ideal time to secure your next vehicle. Enjoy quick finance approval and the convenience of nationwide delivery. Don’t miss out on this fantastic opportunity.
This car is equipped with modern features that enhance comfort and connectivity. The touchscreen radio with AppConnect and Bluetooth is perfect for your entertainment needs. Additional features like remote central locking and front fog lights add convenience and safety to your journey.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition
- Touchscreen radio with AppConnect and Bluetooth
- Remote central locking
- Front fog lights
- Centre cup holders
- Quick finance approval
- Nationwide delivery available
Trust in NMI for a seamless car-buying experience. Your next adventure starts here.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 10
)
[molnumber] => Array
(
[0] => MOL01400
)
[dealershipname] => Array
(
[0] => Barons Woodmead
)
[pictures] => Array
(
[0] => a:11:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050155_11.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R0SU025652
)
)
1
AAVZZZ6R0SU025652
AAVZZZ6R0SU025652
Colour: REEF BLUE METALLIC
MOL01400
29069191
29069191
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/mol01443_ud0050237_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_12.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29072210
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:46.497
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01443_UD0050237
)
[stockbooknumber] => Array
(
[0] => UD0050237
)
[vinnumber] => Array
(
[0] => AAVZZZ6R4SU026951
)
[regnumber] => Array
(
[0] => MT12TZGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[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] => 12
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle Ready for You
Experience the thrill of owning a demo vehicle that meets high standards of quality and performance. At NMI, we understand the importance of your purchase and strive to create a package that fits your budget. Our commitment to excellence ensures you get the best value without compromising on quality.
We welcome test drives and trade-ins, making the buying process seamless. Finance options are available through major banks, subject to approval. Optional warranty and service plans provide peace of mind for your investment.
- Demo condition for immediate enjoyment
- Tailored packages to fit your budget
- Prices exclude admin, delivery, and licence fees
- Subject to change without notice
- Test drives available
- Trade-ins welcome
- Finance through all major banks
- Optional warranty and service plans available
Trust NMI for a reliable and satisfying vehicle purchase experience.
Mileage is recorded at the time of advertising and may vary.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 11
)
[molnumber] => Array
(
[0] => MOL01443
)
[dealershipname] => Array
(
[0] => Barons Bruma
)
[pictures] => Array
(
[0] => a:12:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050237_12.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R4SU026951
)
)
1
AAVZZZ6R4SU026951
AAVZZZ6R4SU026951
Colour: REFLEX SILVER METALLIC
MOL01443
29072210
29072210
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/mol01400_ud0050156_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_11.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069192
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:39:04.28
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01400_UD0050156
)
[stockbooknumber] => Array
(
[0] => UD0050156
)
[vinnumber] => Array
(
[0] => AAVZZZ6R2TU000625
)
[regnumber] => Array
(
[0] => 000625
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WILD CHERRY RED METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 5000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle Ready for You
Experience the perfect blend of style and functionality with this outstanding demo vehicle. It offers a like-new experience with the benefits of being lightly used. Ideal for urban driving, it combines efficiency with comfort, making it a great choice for both everyday commutes and weekend adventures.
This vehicle showcases quality craftsmanship and modern features that enhance your driving experience. With its sleek design and advanced technology, it stands out on the road. Don't miss out on this opportunity to own a near-new vehicle at an attractive price.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition ensures excellent quality
- Efficient fuel consumption
- Spacious interior for added comfort
- Modern safety features
- Stylish exterior design
- Advanced technology integration
Trust in the quality and reliability that comes with NMI. Your next vehicle is waiting for you.
)
[price] => Array
(
[0] => 259900
)
[dealershipid] => Array
(
[0] => 10
)
[molnumber] => Array
(
[0] => MOL01400
)
[dealershipname] => Array
(
[0] => Barons Woodmead
)
[pictures] => Array
(
[0] => a:11:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050156_11.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R2TU000625
)
)
1
AAVZZZ6R2TU000625
AAVZZZ6R2TU000625
Colour: WILD CHERRY RED METALLIC
MOL01400
29069192
29069192
Enquire
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_19.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29072266
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:55.373
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070993
)
[stockbooknumber] => Array
(
[0] => U0070993
)
[vinnumber] => Array
(
[0] => AAVZZZ6R2TU000205
)
[regnumber] => Array
(
[0] => DH07HFZN
)
[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] => ASCOT GRAY
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 3500
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Elevate Your Driving Experience
Discover a vehicle that combines safety, style, and reliability. The Vivo Life Facelift 1.4 model is proudly built in South Africa, showcasing a refreshed design that’s sure to turn heads. Enjoy peace of mind with front and side airbags designed to protect you and your loved ones. This car delivers lasting value and has proven itself as one of the most trusted options on the market.
Don’t miss your chance to own a vehicle that stands out for its modern flair and dependable performance. It's a smart buy for those who value both aesthetics and reliability.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Proudly built in South Africa
- Front and side airbags for enhanced safety
- Refreshed design with modern styling
- Proven track record of reliability
- Trusted option in the market
Choose NMI for a trustworthy automotive experience. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:19:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001180_19.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R2TU000205
)
)
1
AAVZZZ6R2TU000205
AAVZZZ6R2TU000205
Colour: ASCOT GRAY
MOL01339
29072266
29072266
Enquire
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_21.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29072393
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:38.82
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01339_U0070915
)
[stockbooknumber] => Array
(
[0] => U0070915
)
[vinnumber] => Array
(
[0] => AAVZZZ6R0TU002633
)
[regnumber] => Array
(
[0] => DF49FDZN
)
[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] => REFLEX SILVER METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 11
)
[servicehistory] => Array
(
[0] => Not_Applicable
)
[comments] => Array
(
[0] => Experience the perfect blend of safety, style, and reliability with this exceptional hatchback. Proudly built in South Africa, this model features a refreshed design that not only catches the eye but also delivers lasting value. With its impressive track record, it stands as one of the most trusted vehicles on the road.
Equipped with front and side airbags, you can drive with confidence knowing that safety is a priority. The modern flair ensures you’ll turn heads wherever you go. Don’t miss the chance to own a vehicle that combines practicality with a stylish edge.
- Only 200 kilometres on the clock
- Front and side airbags for enhanced safety
- Stylish and modern design
- Built in South Africa with quality craftsmanship
- A proven track record of reliability
- Offers lasting value for money
- Dependable performance you can trust
At NMI, we prioritise your peace of mind. Our commitment to quality ensures you’re making a smart investment.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:21:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_15.jpg";i:15;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_16.jpg";i:16;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_17.jpg";i:17;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_18.jpg";i:18;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_19.jpg";i:19;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_20.jpg";i:20;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_n0001167_21.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R0TU002633
)
)
1
AAVZZZ6R0TU002633
AAVZZZ6R0TU002633
Colour: REFLEX SILVER METALLIC
MOL01339
29072393
29072393
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/mol01386_ud0050329_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_7.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069166
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:38.82
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01386_U0071434
)
[stockbooknumber] => Array
(
[0] => U0071434
)
[vinnumber] => Array
(
[0] => AAVZZZ6R0SU026154
)
[regnumber] => Array
(
[0] => CAA465112
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 6034
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value Awaits
This used vehicle with only 6 034 kilometres is a smart choice for those seeking reliability and quality. It comes with a full-service history, ensuring peace of mind for your purchase. Each vehicle undergoes an 80-point quality check, guaranteeing that you receive a thoroughly inspected and dependable ride.
Upgrade your driving experience effortlessly with our trade-in options. Enjoy hassle-free nationwide delivery across South Africa, making it easier than ever to get behind the wheel. Flexible in-house finance solutions are available to suit your needs. Optional value-added products are also on offer, including safety film, warranty extensions, paint protection, and maintenance plans.
Key highlights:
- Full-service history
- Only 6 034 kilometres
- 80-point quality check
- Trade-ins welcome
- Nationwide delivery
- Flexible in-house finance options
- Optional value-added products available
Trust NMI for your next vehicle purchase. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:7:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050329_7.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R0SU026154
)
)
1
AAVZZZ6R0SU026154
AAVZZZ6R0SU026154
Colour: PURE WHITE
MOL01386
29069166
29069166
Enquire
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_24.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29072248
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:55.373
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01339_UD0050376
)
[stockbooknumber] => Array
(
[0] => UD0050376
)
[vinnumber] => Array
(
[0] => AAVZZZ6R8SU022465
)
[regnumber] => Array
(
[0] => dh86yxzn
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 3000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle with Modern Features
Experience the perfect blend of style and functionality with this demo vehicle. It offers a reliable performance and a comfortable ride, making it an ideal choice for city driving or weekend getaways. With its pristine condition, you’ll enjoy all the benefits of a new vehicle without the new vehicle price tag.
This vehicle is packed with features that enhance your driving experience. Don’t miss out on this opportunity to elevate your daily commute.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition for added value
- Modern design with sleek lines
- Reliable performance for everyday use
- Comfortable interior for a pleasant ride
- Excellent fuel efficiency
- Ample boot space for your belongings
- Safety features for peace of mind
- Enjoy the benefits of a new vehicle at a reduced price
Trust in NMI for quality and reliability. Your next vehicle awaits.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 36
)
[molnumber] => Array
(
[0] => MOL01339
)
[dealershipname] => Array
(
[0] => Barons Pietermaritzburg
)
[pictures] => Array
(
[0] => a:20:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_7.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_8.jpg";i:7;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_12.jpg";i:8;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_13.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_14.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_15.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_16.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_17.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_18.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_19.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_20.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_21.jpg";i:17;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_22.jpg";i:18;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_23.jpg";i:19;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_ud0050376_24.jpg";}
)
)
1
AAVZZZ6R8SU022465
AAVZZZ6R8SU022465
Colour: PURE WHITE
MOL01339
29072248
29072248
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/mol01386_ud0050328_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_8.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29072440
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:46.497
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01386_U0071476
)
[stockbooknumber] => Array
(
[0] => U0071476
)
[vinnumber] => Array
(
[0] => AAVZZZ6R0SU026185
)
[regnumber] => Array
(
[0] => CAA682325
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 4358
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value in a Compact Package
This used vehicle offers impressive features and low mileage at just 4 358 kilometres. It comes with a full-service history, ensuring peace of mind with every drive. The thorough 80-point quality check guarantees that you are investing in a reliable and well-maintained option.
Trade-ins are welcome, making your upgrade process simple and convenient. Enjoy the flexibility of hassle-free in-house finance solutions tailored to your needs. With nationwide delivery available, your next vehicle is just a call away. Optional value-added products like safety film, warranty extensions, paint protection, and maintenance plans can add even more value to your purchase.
Key highlights:
- Low mileage of 4 358 kilometres
- Full-service history included
- Thorough 80-point quality check
- Trade-ins welcome for easy upgrades
- Hassle-free in-house finance options
- Nationwide delivery available
- Optional value-added products available
Trust in NMI for your next vehicle purchase, where quality and customer satisfaction are our top priorities.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:8:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050328_8.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R0SU026185
)
)
1
AAVZZZ6R0SU026185
AAVZZZ6R0SU026185
Colour: PURE WHITE
MOL01386
29072440
29072440
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/mol01386_ud0050370_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_7.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069130
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:37.623
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01386_UD0050370
)
[stockbooknumber] => Array
(
[0] => UD0050370
)
[vinnumber] => Array
(
[0] => AAVZZZ6R7SU022277
)
[regnumber] => Array
(
[0] => CAA507574
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 5000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Elevate Your Driving Experience
This demo vehicle is in excellent condition and ready for a new owner. Enjoy peace of mind with a full-service history and an 80-point quality check, ensuring top performance and reliability. Ideal for anyone seeking a dependable car with modern features.
Upgrade your ride effortlessly with our trade-in options and flexible in-house finance solutions. We also provide nationwide delivery, bringing convenience right to your doorstep. Optional value-added products are available for enhanced protection and maintenance, tailored to meet your needs.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Full-service history
- 80-point quality check
- Trade-ins welcome
- Nationwide delivery
- Flexible in-house finance options
- Optional safety film
- Warranty extension available
- Tosa alloy wheels 6J x 15 with tires 185/60
Trust in NMI for quality vehicles and exceptional service. Experience the difference with us today.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:7:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050370_7.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R7SU022277
)
)
1
AAVZZZ6R7SU022277
AAVZZZ6R7SU022277
Colour: PURE WHITE
MOL01386
29069130
29069130
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/mol01386_ud0050360_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_9.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29069125
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:37.623
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01386_UD0050360
)
[stockbooknumber] => Array
(
[0] => UD0050360
)
[vinnumber] => Array
(
[0] => AAVZZZ6R6SU029852
)
[regnumber] => Array
(
[0] => CAA520563
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WILD CHERRY RED METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 5000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle Ready for You
Experience incredible value with this demo vehicle. It comes with a complete service history, ensuring peace of mind with every drive. Each vehicle undergoes a rigorous 80-point quality check before delivery, guaranteeing top-notch condition.
Upgrading your current vehicle is hassle-free with our trade-in options. We also offer flexible in-house finance solutions tailored to your needs. Enjoy nationwide delivery anywhere in South Africa. Enhance your purchase with optional value-added products like safety film, warranty extensions, paint protection, and maintenance plans.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- Full-service history included
- 80-point quality check performed
- Trade-ins welcome for easy upgrades
- Nationwide delivery available
- Flexible in-house finance options
- Optional value-added products available
Choose with confidence. NMI stands for quality and trust in every vehicle we offer.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:9:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050360_9.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R6SU029852
)
)
1
AAVZZZ6R6SU029852
AAVZZZ6R6SU029852
Colour: WILD CHERRY RED METALLIC
MOL01386
29069125
29069125
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/mol01386_ud0050371_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_10.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069131
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:37.623
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01386_UD0050371
)
[stockbooknumber] => Array
(
[0] => UD0050371
)
[vinnumber] => Array
(
[0] => AAVZZZ6R2SU021831
)
[regnumber] => Array
(
[0] => CAA503697
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 5000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience unmatched quality and reliability with this demo vehicle. Backed by a full-service history, it ensures peace of mind for all buyers. Meticulously inspected through an 80-point quality check, this vehicle is ready for your next adventure.
We provide flexible finance solutions to make your purchase seamless. Trade-ins are welcome, allowing for an easy upgrade. Enjoy the convenience of nationwide delivery, bringing your new vehicle straight to your door. Optional value-added products are available to enhance your ownership experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Full-service history included
- 80-point quality check completed
- Trade-ins welcome for easy upgrades
- Nationwide delivery available
- Flexible in-house finance options
- Optional safety film (smash & grab)
- Warranty extension available
- Paint protection and maintenance plans offered
Trust in NMI for quality vehicles and exceptional service. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 259950
)
[dealershipid] => Array
(
[0] => 51
)
[molnumber] => Array
(
[0] => MOL01386
)
[dealershipname] => Array
(
[0] => Barons Cape Town
)
[pictures] => Array
(
[0] => a:10:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01386_ud0050371_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R2SU021831
)
)
1
AAVZZZ6R2SU021831
AAVZZZ6R2SU021831
Colour: PURE WHITE
MOL01386
29069131
29069131
Enquire
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_10.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29072133
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:56.6
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071847
)
[stockbooknumber] => Array
(
[0] => U0071847
)
[vinnumber] => Array
(
[0] => AAVZZZ6R6SU023808
)
[regnumber] => Array
(
[0] => CY446822
)
[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] => Wild Cherry Red
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 9000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value in a Compact Package
Discover a blend of style, comfort, and performance with this superb vehicle. With only 9 000 kilometres on the clock, it promises low mileage and high satisfaction. Experience the joy of driving and elevate your daily commute with this outstanding option.
Stand out on the road with 15” Ubomi Alloy wheels and enjoy enhanced visibility with twin headlamps featuring integrated high beam and daytime running lights. This vehicle is ready for trade-ins and offers nationwide delivery at an agreed cost. Don't miss this opportunity for a test drive and the chance to own a quality vehicle with complete confidence.
Key highlights:
- Only 9 000 kilometres
- 15” Ubomi Alloy wheels
- Twin headlamps with integrated high beam
- Daytime Running Lights
- Trade-ins welcome
- Nationwide delivery available at an agreed cost
Experience the trust and reliability that comes with the NMI brand. Your next smart buy awaits.
)
[price] => Array
(
[0] => 261999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:10:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_ud0050174_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R6SU023808
)
)
1
AAVZZZ6R6SU023808
AAVZZZ6R6SU023808
Colour: Wild Cherry Red
MOL01433
29072133
29072133
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/mol01182_ud0050313_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_10.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29068985
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:38.82
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01182_UD0050313
)
[stockbooknumber] => Array
(
[0] => UD0050313
)
[vinnumber] => Array
(
[0] => AAVZZZ6R9TU002551
)
[regnumber] => Array
(
[0] => DJ74ST-ZN
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 6500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Unbeatable Demo Value
Take advantage of this exceptional demo model packed with features. It includes a radio, front electric windows, multifunction steering wheel, and fog lamps. Enjoy peace of mind with the balance of the manufacturer warranty or maintenance plans.
Our certified 80-point check ensures quality and reliability. Financing is tailored to your needs, with support from all major banks. We facilitate country-wide delivery at an agreed price, and our expert sales team is ready to assist you every step of the way. Drive away confidently with NMI’s trusted service.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition
- Balance of manufacturer warranty
- Certified 80-point check
- Radio and fog lamps included
- Front electric windows
- Multifunction steering wheel
- Tailored financing options
- Country-wide delivery available
Trust NMI to deliver quality and reliability in every vehicle purchase.
)
[price] => Array
(
[0] => 265950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:10:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050313_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R9TU002551
)
)
1
AAVZZZ6R9TU002551
AAVZZZ6R9TU002551
Colour: PURE WHITE
MOL01182
29068985
29068985
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/mol01182_ud0050314_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_10.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29068986
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:38.82
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01182_UD0050314
)
[stockbooknumber] => Array
(
[0] => UD0050314
)
[vinnumber] => Array
(
[0] => AAVZZZ6R5TU002644
)
[regnumber] => Array
(
[0] => DJ74SP-ZN
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 6500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle with Premium Features
This demo vehicle offers a blend of style and functionality. Enjoy the convenience of front electric windows and a multi-function steering wheel. With fog lamps enhancing visibility, you're ready for any journey.
All vehicles come with the balance of their manufacturer warranty or maintenance plans, ensuring peace of mind. Each vehicle undergoes a certified 80-point check, supported by the relevant manufacturer's workshop. Our finance department excels in tailoring finance applications to meet your needs, with options available through all major banks. We also provide countrywide delivery at an agreed price, making your purchase seamless.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
- Demo condition
- Front electric windows
- Multi-function steering wheel
- Fog lamps
- Balance of manufacturer warranty
- Certified 80-point check
- Tailored finance options
- Countrywide delivery available
Trust NMI for a reliable and professional vehicle purchasing experience. Your satisfaction is our priority.
)
[price] => Array
(
[0] => 265950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:10:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050314_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R5TU002644
)
)
1
AAVZZZ6R5TU002644
AAVZZZ6R5TU002644
Colour: PURE WHITE
MOL01182
29068986
29068986
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/mol01182_ud0050315_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_10.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29068987
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:38:55.373
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01182_UD0050315
)
[stockbooknumber] => Array
(
[0] => UD0050315
)
[vinnumber] => Array
(
[0] => AAVZZZ6R1TU002737
)
[regnumber] => Array
(
[0] => DJ75TB-ZN
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4 LIFE
)
[vehicleyear] => Array
(
[0] => 2026
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => PURE WHITE
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 6500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Unmatched Value with Optional Extras
Experience exceptional quality with this demo vehicle, featuring a range of desirable extras. It’s equipped with a radio, front electric windows, multifunction steering wheel, fog lamps, and striking alloy wheels. This vehicle delivers both style and functionality to enhance your driving experience.
Rest assured with the balance of the manufacturer warranty or maintenance plan included. Every vehicle undergoes a certified 80-point check and is supported by the manufacturer's workshop. Our finance department tailors applications to meet your specific needs, ensuring accessible financing options. Enjoy nationwide delivery at an agreed price. Our Certified Sales Executives are ready to assist you throughout the purchase process.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Optional extras included
- Balance of manufacturer warranty or maintenance plan
- Certified 80-point check
- Tailored finance options available
- Nationwide delivery offered
- Support from Certified Sales Executives
Trust in the NMI brand for quality and professionalism in your vehicle purchase.
)
[price] => Array
(
[0] => 265950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:10:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_ud0050315_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R1TU002737
)
)
1
AAVZZZ6R1TU002737
AAVZZZ6R1TU002737
Colour: PURE WHITE
MOL01182
29068987
29068987
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/mol01182_u0071120_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_9.jpg
VOLKSWAGEN
POLO
(2023)
VOLKSWAGEN SEDAN MY23 1.6 LIFE TIPTRONIC
Array
(
[vehicleid] => Array
(
[0] => 29069002
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:38.82
)
[mmcode] => Array
(
[0] => 64028870
)
[molstockbooknumber] => Array
(
[0] => MOL01182_U0071120
)
[stockbooknumber] => Array
(
[0] => U0071120
)
[vinnumber] => Array
(
[0] => WVWZZZD2ZNT006157
)
[regnumber] => Array
(
[0] => CAA93720
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => SEDAN MY23 1.6 LIFE TIPTRONIC
)
[vehicleyear] => Array
(
[0] => 2023
)
[bodytype] => Array
(
[0] => SEDAN
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => WHITE
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 66889
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Value and Features Await
This used vehicle combines modern convenience with performance. Optional extras enhance your driving experience, making it an ideal choice for daily commutes or weekend adventures. Enjoy the peace of mind with the balance of the manufacturer warranty and maintenance plan.
With a certified 80-point check, you can trust in the quality of your purchase. Our finance department is ready to tailor your application to your needs, ensuring flexibility. Plus, we offer country-wide delivery at an agreed price, making your buying process seamless.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Radio for entertainment
- Front electric windows for convenience
- Multi-function steering wheel for added control
- Keyless entry/start-stop for ease of use
- Reverse camera for enhanced safety
- Stylish alloy wheels
- Fog lamps for visibility in all conditions
- Finance options available through major banks
Choose with confidence. NMI stands behind every vehicle, ensuring quality and reliability.
)
[price] => Array
(
[0] => 265950
)
[dealershipid] => Array
(
[0] => 35
)
[molnumber] => Array
(
[0] => MOL01182
)
[dealershipname] => Array
(
[0] => Barons Durban
)
[pictures] => Array
(
[0] => a:9:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01182_u0071120_9.jpg";}
)
)
1
WVWZZZD2ZNT006157
WVWZZZD2ZNT006157
Colour: WHITE
MOL01182
29069002
29069002
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/mol01443_ud0050230_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_21.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29072205
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:36:05.523
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01443_UD0050230
)
[stockbooknumber] => Array
(
[0] => UD0050230
)
[vinnumber] => Array
(
[0] => AAVZZZ6R3SU028223
)
[regnumber] => Array
(
[0] => MR10LMGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2025
)
[bodytype] => Array
(
[0] => HATCH
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => REEF BLUE METALLIC
)
[numberofdoors] => Array
(
[0] => 5
)
[mileage] => Array
(
[0] => 1550
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Exceptional Demo Vehicle Available Now
Experience quality and value with this demo vehicle. Our commitment to customer satisfaction is paramount. We offer tailored packages to fit your budget, ensuring a seamless buying experience. Test drives and trade-ins are welcome, and financing options are available through all major banks, subject to approval.
This vehicle is equipped with Tosa alloy wheels and includes front and rear carpet mats. Enjoy peace of mind with optional warranty and service plans. Prices exclude administration, delivery, and licence fees, and are subject to change.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition
- Tosa alloy wheels 6J x 15
- Tyres 185/60
- Carpet mats front and rear
- Test drives welcome
- Trade-ins accepted
- Finance options available
- Optional warranty and service plans
Trust NMI for a reliable and transparent vehicle purchase.
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 11
)
[molnumber] => Array
(
[0] => MOL01443
)
[dealershipname] => Array
(
[0] => Barons Bruma
)
[pictures] => Array
(
[0] => a:21:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_16.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_17.jpg";i:17;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_18.jpg";i:18;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_19.jpg";i:19;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_20.jpg";i:20;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050230_21.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R3SU028223
)
)
1
AAVZZZ6R3SU028223
AAVZZZ6R3SU028223
Colour: REEF BLUE METALLIC
MOL01443
29072205
29072205
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/mol01443_ud0050232_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_23.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_24.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_25.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_26.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_27.jpg
VOLKSWAGEN
POLO
(2025)
VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE
Array
(
[vehicleid] => Array
(
[0] => 29072207
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:36:05.523
)
[mmcode] => Array
(
[0] => 64020721
)
[molstockbooknumber] => Array
(
[0] => MOL01443_UD0050232
)
[stockbooknumber] => Array
(
[0] => UD0050232
)
[vinnumber] => Array
(
[0] => AAVZZZ6R1SU022856
)
[regnumber] => Array
(
[0] => MR24MJGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[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] => 2500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience exceptional value with this demo vehicle. At NMI, we prioritise your needs, ensuring a seamless buying experience. Our team is dedicated to crafting a package tailored to your budget, allowing you to drive away with confidence.
With a commitment to quality, we offer test drives and welcome trade-ins. Flexible financing options are available through all major banks, subject to approval. Optional warranty and service plans can enhance your ownership experience, providing peace of mind.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
- Demo condition
- Tailored financing options available
- Test drives welcome
- Trade-ins accepted
- Optional warranty and service plans
- Administration, delivery, and registration fees excluded
- Prices subject to change without notice
At NMI, we strive to exceed your expectations. Trust our expertise for a reliable and satisfying vehicle purchase.
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 11
)
[molnumber] => Array
(
[0] => MOL01443
)
[dealershipname] => Array
(
[0] => Barons Bruma
)
[pictures] => Array
(
[0] => a:27:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_16.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_17.jpg";i:17;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_18.jpg";i:18;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_19.jpg";i:19;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_20.jpg";i:20;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_21.jpg";i:21;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_22.jpg";i:22;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_23.jpg";i:23;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_24.jpg";i:24;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_25.jpg";i:25;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_26.jpg";i:26;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050232_27.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R1SU022856
)
)
1
AAVZZZ6R1SU022856
AAVZZZ6R1SU022856
Colour: PURE WHITE
MOL01443
29072207
29072207
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/mol01400_ud0050161_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_13.jpg
VOLKSWAGEN
POLO
(2026)
VOLKSWAGEN VIVO HATCH MY25 1.4
Array
(
[vehicleid] => Array
(
[0] => 29069196
)
[dumpdate] => Array
(
[0] => 2026-04-09T02:35:47.693
)
[mmcode] => Array
(
[0] => 64020701
)
[molstockbooknumber] => Array
(
[0] => MOL01400_UD0050161
)
[stockbooknumber] => Array
(
[0] => UD0050161
)
[vinnumber] => Array
(
[0] => AAVZZZ6R0TU009307
)
[regnumber] => Array
(
[0] => MV79SLGP
)
[uploadtype] => Array
(
[0] => DEMO
)
[vehiclemake] => Array
(
[0] => VOLKSWAGEN
)
[vehiclerange] => Array
(
[0] => POLO
)
[vehiclemodel] => Array
(
[0] => VIVO HATCH MY25 1.4
)
[vehicleyear] => Array
(
[0] => 2026
)
[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] => 2000
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Experience cutting-edge performance and style with this demo vehicle. With modern features and sleek design, it’s perfect for both city driving and weekend adventures. Come test drive today and discover its dynamic capabilities.
This vehicle is ready to impress with its advanced technology and comfortable interior. Enjoy the convenience of remote central locking and a user-friendly radio touch screen with Bluetooth, AUX, USB, and Appconnect. The spacious cabin includes two centre cup holders, ensuring comfort for all passengers. Plus, the alloy mag wheels add a touch of sophistication, while air conditioning keeps the atmosphere just right. Trade-ins are welcomed, and qualified finance solutions are available to suit your needs. We deliver nationwide for added convenience.
- Demo vehicle in excellent condition
- Remote central locking
- Radio touch screen with Bluetooth, AUX, USB, and Appconnect
- Two centre cup holders for convenience
- Air conditioning for comfort
- Stylish alloy mag wheels
- Trade-ins welcomed
- Nationwide delivery available
Trust in NMI for quality and reliability in every vehicle.
Mileage is recorded at the time of advertising and may vary.
)
[price] => Array
(
[0] => 269900
)
[dealershipid] => Array
(
[0] => 10
)
[molnumber] => Array
(
[0] => MOL01400
)
[dealershipname] => Array
(
[0] => Barons Woodmead
)
[pictures] => Array
(
[0] => a:13:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01400_ud0050161_13.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AAVZZZ6R0TU009307
)
)
1
AAVZZZ6R0TU009307
AAVZZZ6R0TU009307
Colour: REFLEX SILVER METALLIC
MOL01400
29069196
29069196
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");
}
}
?>
