VOLKSWAGEN MY25 1.4 TSI R-LINE DSG
Experience luxury and innovation with this demo vehicle, designed to elevate your driving experience. Its impressive features ensure you enjoy every journey, whether it’s a daily commute or a weekend getaway.
This vehicle offers a 5-year service plan up to 90,000 kilometres for peace of mind. Enjoy the convenience of a tilting and sliding panoramic sunroof, complemented by a high-quality Harman Kardon sound system. The advanced “Discover Pro” navigation system keeps you on track, while the Travel Assist feature enhances your driving comfort. The striking 20-inch black/grey alloy wheels and IQ.LIGHT HD matrix headlamps add a bold touch to its aesthetics.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 5-year service plan up to 90,000 kilometres
– Tilting and sliding panoramic sunroof
– Premium Harman Kardon sound system
– Convenience package included
– Travel Assist for enhanced driving comfort
– “Discover Pro” navigation system
– 20-inch black/grey alloy wheels
– IQ.LIGHT HD matrix headlamps
Choose NMI for quality and reliability. Your satisfaction is our priority.
<?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");
}
}
?>
















