VOLKSWAGEN
Unleash Power and Versatility
This demo panel van is engineered for heavy-duty performance. Its robust 130kW diesel engine, combined with 4MOTION all-wheel drive, ensures exceptional traction and power for demanding tasks. With a Gross Vehicle Weight of 3.5 tons and a Long Wheelbase design, this model is ideal for both urban and rural applications.
Equipped with features to enhance efficiency and comfort, this vehicle is ready for any challenge. Enjoy the convenience of a power-adjustable front seat and stay cool with the Climatic air conditioning system. The heavy-duty suspension and differential lock provide additional stability and control.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 9 000 kilometres
– 130kW diesel engine
– All-wheel drive (4MOTION)
– Gross Vehicle Weight of 3.5 tons
– Heavy duty suspension
– LED headlamps
– Roof racks for added utility
– 2nd battery (92 Ah, 520 A, AGM)
Trust in NMI for quality vehicles that meet your needs. Drive away with confidence today.
<?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");
}
}
?>













