KIA SORENTO (2022)
KIA 2.2 CRDI SXL DCT AWD 7 SEATER
R 429 950
Range:
SORENTO
Year:
2022
Mileage:
95 950km
Colour:
BLUE
Transmission:
AUTOMATIC
Fuel:
DIESEL
Vehicle ID:
29491560
Additional Information:
Exceptional Value and Quality
This used vehicle offers reliability and comfort without compromise. Designed for versatility, it is perfect for both city driving and weekend adventures. Experience a spacious interior with room for the whole family.
Enjoy peace of mind with a trusted choice. This vehicle has been well maintained and is ready for a new owner.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– Spacious interior
– Reliable performance
– Comfortable seating
– Perfect for families
– Versatile for various driving needs
– Well maintained
Choose NMI for your next vehicle purchase. We prioritise quality and customer satisfaction.
Available from Barons Cape Town
<?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");
}
}
?>














