TOYOTA 1.2T PLUS (2020)
Description
Features
Exceptional Value Awaiting You
Discover this remarkable used vehicle, combining style and practicality. With a host of modern features, it promises a comfortable driving experience. Trade-ins are welcome, making the transition to your new vehicle smooth and easy. Enjoy the convenience of in-house finance options tailored just for you.
This vehicle is perfect for city driving or weekend getaways. Take advantage of the opportunity to experience it firsthand with a personalised test drive. Don’t miss out on this chance to own a fantastic vehicle at an attractive price.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Used vehicle in excellent condition
– Trade-ins welcome
– In-house finance options available
– Stylish and modern design
– Ideal for city driving
– Personalised test drive available
– Price excludes documentation and registration costs
– Accessories not included in price
At NMI, we prioritise your satisfaction and trust. Explore this exciting opportunity today.
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");
}
}
?>









