NISSAN 1.5 dCi A/C + SAFETY PACK (2020)
Description
Features
Reliable Workhorse with Full Service History
This versatile vehicle is ready for any task. It features a full service record, ensuring reliability and peace of mind. With air conditioning, you can stay comfortable in any weather. The included canopy provides extra storage and security for your gear. The rubberized load bin adds durability for heavy-duty use.
Trade-ins are accepted, and we offer easy finance options through all major banks. Upgrade your experience with professional advice on maintenance plans, service plans, extended warranties, and added safety features like a tracking device or smash & grab safety film.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Full Service Record
– Air Conditioning
– Canopy included
– Rubberized load bin
– Trade-ins accepted
– Easy finance available
– Professional advice on upgrades
Trust in NMI for a smart, reliable purchase that meets your needs.
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");
}
}
?>











