VOLKSWAGEN 50 2.0 TDI HIGH ROOF LWB PANEL VAN (2021)
Description
Features
Exceptional Value Awaits
Experience the reliability and comfort of this well-maintained vehicle. Our team prioritises your needs, ensuring a seamless buying experience tailored to your budget. We offer flexible finance options through all major banks, subject to approval.
Take advantage of our commitment to quality with test drives and trade-ins welcome. Optional warranty, service plans, and maintenance packages are available to enhance your ownership experience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Used vehicle in excellent condition
– Flexible finance options available
– Test drives welcome
– Trade-ins accepted
– Optional warranty and service plans
– Tailored packages to suit your budget
– Administration, delivery, and registration fees excluded
– Prices subject to change without notice
Trust in NMI for a dependable and customer-focused experience. Your satisfaction is our priority.
Finance Calculator
<?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");
}
}
?>


















