BMW 220d coupe M Sport (2024)
Description
Features
Presenting this exceptionally well-kept 2024 BMW 220d M Sport Coupé, finished in stunning Alpine White with the desirable M Sport package.
With just 23,000 km and having had one owner from new, this 220d offers the perfect combination of BMW performance, luxury, technology and outstanding diesel efficiency.
Powered by BMW’s 2.0-litre TwinPower Turbo diesel, producing 140 kW and 400 Nm, paired with an 8-speed automatic transmission. The 220d accelerates from 0–100 km/h in approximately 7.0 seconds, while offering impressive fuel economy.
2.0L 4-cylinder TwinPower Turbo Diesel
140 kW / 400 Nm
8-speed Automatic transmission
Rear-wheel drive
0–100 km/h: 7.0 seconds
Top speed: 237 km/h
Combined fuel consumption: approximately 4.8 L/100 km
Sunroof
Alpine White exterior
M Sport specification
M Sport aerodynamic styling
M Sport interior
M Sport steering wheel
Sports seats
Digital instrument display
BMW infotainment system
Bluetooth connectivity
Cruise control
Parking sensors
LED lighting
Alloy wheels
Automatic air conditioning
Multifunction steering wheel
Push-button start
Electric windows and mirrors
Keyless functionality
ISOFIX
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");
}
}
?>

