Hyundai CRETA 1.5 PREMIUM IVT (2023)
Description
Features
The 2023 Hyundai Creta 1.5 Premium Auto is designed for South Africans who want practicality without compromising on comfort. Powered by a 1.5L petrol engine producing 84kW and 144Nm, paired with a smooth IVT automatic transmission, it delivers a relaxed driving experience and excellent fuel efficiency of just 6.3L/100km.
✅ 1.5L Petrol Engine | 84kW & 144Nm
✅ IVT Automatic Transmission
✅ Fuel Consumption from 6.3L/100km
✅ Premium Interior & Modern Connectivity
✅ Spacious Family-Friendly SUV
✅ Proven Hyundai Reliability
With its elevated driving position, impressive comfort, and low running costs, the Creta 1.5 Premium Auto is perfectly suited to everything from the daily commute to the next family road trip.
A versatile SUV that delivers exceptional value, every kilometre of the way.
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");
}
}
?>

















