VOLKSWAGEN HATCH 1.0 TSI GT
Experience the thrill of driving with this dynamic hatchback. Its sporty design and powerful 1.0L TSI engine make every journey exciting. With a fuel efficiency of just 5.5 litres per 100 kilometres, this vehicle delivers both performance and economy.
Enjoy the practicality of a 280-litre luggage compartment, perfect for daily errands or weekend getaways. With a top speed of 196 km/h and a fuel tank capacity of 45 litres, you’ll be ready for any adventure. Plus, you’ll have peace of mind with the balance of a 3-year/120 000 kilometres warranty and a 6-year anti-corrosion warranty.
Key highlights:
– 16 560 kilometres
– 81 kW fuel-injected 4-cylinder engine
– 5-speed manual transmission
– Urban fuel cycle: 5.5 l/100 km
– 6-speed top speed: 196 km/h
– 45-litre fuel tank
– 280-litre luggage compartment
– Balance of 3-year/120 000 km warranty
Trust in the excellence of NMI. Experience quality and reliability with every drive.
<?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");
}
}
?>










