VOLKSWAGEN MY21 1.4 TSI DESIGN TIPTRONIC
Exceptional Quality and Peace of Mind
This used vehicle offers outstanding value with an extended warranty option. Every vehicle undergoes a rigorous quality check, ensuring reliability and satisfaction. It’s guaranteed not to be stolen and confirmed as the correct year model, providing peace of mind in your purchase.
With a focus on customer satisfaction, we pride ourselves on our exceptional service levels. The vehicle features a rear view camera system and park assist, enhancing your driving experience. Plus, enjoy the balance of a 5 year 90,000 km service plan for added convenience.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Extended warranty available
– Quality checked and guaranteed not stolen
– Guaranteed correct year model
– Rear view camera system
– Park assist included
– Balance of 5 year 90,000 km service plan
– Exceptional service levels
Trust in NMI for a reliable purchase experience.
<?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 MY23 2.0 TSI R-LINE 4M DSG
29146608
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");
}
}
?>























