VOLKSWAGEN
Powerful Performance and Versatility
This demo all-wheel-drive panel van is designed for heavy-duty use. With a 3.5-ton Gross Vehicle Weight, it boasts a robust 130kW diesel engine. Ideal for various applications, its Long Wheelbase enhances cargo space and accessibility.
Equipped with essential features, this vehicle ensures reliability in demanding conditions. The rear differential lock and heavy-duty suspension provide stability and traction. An “AGR” power-adjustable seat adds comfort for long journeys. Additional features like LED headlamps and air conditioning enhance usability.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 130kW diesel engine
– 3.5-ton Gross Vehicle Weight
– 4MOTION all-wheel drive
– Heavy-duty suspension
– Rear differential lock
– Air conditioning system – Climatic
– “AGR” power-adjustable front right seat
– Roof racks for added practicality
Trust in NMI for quality vehicles that meet your needs.
<?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");
}
}
?>













