NISSAN 1.6 SE 16V
Unbeatable Value with Optional Extras
This used vehicle is a smart choice for those seeking practicality and efficiency. With only 21 973 kilometres on the clock, it’s ready for your next adventure. Its features enhance convenience and style, making it an appealing option for any driver.
Experience comfort with electric windows and enjoy the smooth ride on alloy wheels. The included canopy adds versatility for transporting your gear. Plus, financing options are available through all major banks, making this purchase even easier.
Key highlights:
– Only 21 973 kilometres
– Electric windows for added convenience
– Stylish alloy wheels
– Versatile canopy included
– Radio for entertainment on the go
– Finance options available with major banks
Trust in NMI for quality vehicles and a hassle-free buying experience. Secure your next smart buy today!
<?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");
}
}
?>








