TOYOTA 1.5 XR AT
Unleash your drive with this pre-loved gem that promises performance and comfort. This vehicle is ready to take you on your next adventure. Book your test drive now and experience the thrill firsthand. Trade-ins are welcomed, and we offer nationwide delivery for your convenience.
Equipped with modern features, this vehicle prioritises your ease and enjoyment. Key-less entry and a push start button make for effortless access. Stay in control with cruise control and enjoy your favourite tunes through the Bluetooth radio with aux and USB. The reverse camera and air-conditioning ensure every ride is a breeze, while the stylish alloy mags add a touch of flair.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Pre-loved condition
– Key-less entry
– Push start button
– Reverse camera
– Air-conditioning
– Cruise control
– Bluetooth radio with aux and USB
– Stylish alloy mags
Trust NMI for quality and reliability in every vehicle. Experience excellence in service and we’ll deliver right to your doorstep.
<?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");
}
}
?>












