LAND ROVER 2.0 D D180 R-DYNAMIC HSE (132kW) (2020)
Description
Features
Exceptional Quality and Assurance
Experience peace of mind with this pre-owned vehicle, backed by a full-service history and an 80-point quality check. Every detail has been meticulously inspected to ensure you receive a reliable ride. Upgrade your driving experience with our hassle-free trade-in options.
Take advantage of our flexible in-house finance solutions, designed to accommodate your needs. With nationwide delivery, your new vehicle can be brought right to your doorstep. Trust in our commitment to excellence and customer satisfaction.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Full-service history included
– 80-point quality check conducted
– Trade-ins welcome for easy upgrades
– Flexible in-house finance options available
– Nationwide delivery across South Africa
NMI stands for quality and reliability. Experience the difference 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");
}
}
?>















