TOYOTA 1.8 Xs
Discover an exceptional opportunity with this superbly maintained vehicle, boasting only 5 056 kilometres. This is a smart buy, offering outstanding reliability and value.
Enjoy the convenience of doorstep demos throughout the Cape Peninsula. Financing options with major banks are available, and we welcome trade-ins. Our commitment to excellent after-sales service ensures you have peace of mind. Delivery can be arranged countrywide, and our dedicated sales staff will assist with every step, making your purchase seamless.
Key highlights:
– Only 5 056 kilometres driven
– Balance of Toyota warranty & service plan
– Doorstep demos in the Cape Peninsula
– Finance options available with major banks
– Trade-ins welcome
– Superb after-sales service
– Countrywide delivery options
– Optional warranties, service, and maintenance plans
Trust in the NMI brand for a hassle-free car buying 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
TOYOTA 1.8 Xr
28980115
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");
}
}
?>












