TOYOTA 1.5 XR AT
Exceptional Value and Reliability Await!
Discover an outstanding driving experience with this virtually brand-new hatchback. With just 3 300 kilometres on the clock, this top-spec XR model integrates modern styling and advanced features. Enjoy smooth automatic driving, exceptional fuel efficiency, and the peace of mind that comes with Toyota’s renowned reliability and low cost of ownership.
Meticulously maintained and in showroom condition, this vehicle is loaded with features that enhance your journey. From a responsive touchscreen infotainment system to climate control air conditioning, every detail has been designed for your comfort and convenience.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
– 1.5L Petrol Engine
– Smooth Automatic Transmission
– Touchscreen Infotainment System
– Apple CarPlay & Android Auto
– Reverse Camera & Rear Parking Sensors
– LED Headlights
– Keyless Entry & Push Start
– Balance of Factory Warranty & Accident Free
Choose a vehicle that reflects quality and dependability. Experience the NMI difference today!
<?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");
}
}
?>








