VOLKSWAGEN MY20 2.0 TSI GTI TCR DSG (2020)
Description
Features
Unmatched Quality and Value
This used vehicle is a fantastic choice for anyone seeking reliability and performance. With 85 000 kilometres on the clock, it stands as a testament to durability and meticulous care. Its robust features ensure you enjoy every drive.
Experience seamless financing options through all major banks. Trade-ins are welcomed to make your transition smooth. Our experts offer guidance on upgrading your Maintenance Plan, Service Plan, and extended Warranties. Enhance your safety with value-added products like tracking devices and Safety Film (Smash & Grab).
Key highlights:
– Excellent condition with low mileage
– Trade-ins accepted
– Easy financing through major banks
– Professional advice on Maintenance and Service Plans
– Extended Warranties available
– Value-added products for enhanced safety
Trust in NMI’s commitment to quality and customer satisfaction. Your next vehicle awaits.
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");
}
}
?>


















