VOLKSWAGEN MY25 1.4 TSI R-LINE DSG
Unleash Exceptional Versatility
Experience the perfect blend of comfort and technology with this demo vehicle. With only 8 000 kilometres on the clock, it’s ready for your next adventure. Take it for a test drive today and discover why it stands out in its class. Enjoy comprehensive finance assistance and nationwide delivery.
This vehicle is equipped with a range of premium features designed for convenience and style. The electric tailgate makes loading effortless, while the IQ Drive Package enhances your driving experience. The stunning HD matrix headlamps and sleek black styling add a touch of sophistication.
– Demo used vehicle
– Only 8 000 kilometres
– Mechanically swivelling trailer hitch
– Electric tailgate
– IQ Drive Package with Travel Assist
– 16” RIVAZZA alloy wheels
– Navigation System “Discover Pro”
– “Black Style” Package
Trust in NMI to provide quality vehicles tailored to 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");
}
}
?>Similar Listings
VOLKSWAGEN MY25 2.0 TDI LIFE 4MOTION DSG
28992538
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");
}
}
?>




















