MITSUBISHI 2.0 LS CVT (2021)
Description
Features
Exceptional Value Awaiting You
Discover the perfect blend of style and functionality. This pre-owned vehicle offers a range of modern features designed to enhance your driving experience. With a focus on safety and convenience, you’ll enjoy every journey with confidence.
Equipped with a reverse camera and rear park distance control, parking becomes effortless. Stay connected on the go with Android Auto and Apple Car Play, making it easy to access your apps and music. Our team is ready to assist you throughout the buying process, ensuring peace of mind with our holding deposit policy.
Mileage is recorded at the time of advertising and may vary.
Key Highlights:
– Reverse camera for enhanced visibility
– Rear park distance control for easy parking
– Android Auto for seamless smartphone integration
– Apple Car Play for effortless connectivity
– Trade-ins welcome and finance options available
– Nationwide delivery at an agreed price
At NMI, we prioritise your satisfaction. Trust in our professional team to guide you through a smooth vehicle purchasing experience.
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");
}
}
?>








