FORD ECOSPORT (2020)

FORD 1.5 TDCI AMBIENTE

R 209 000
Range:
ECOSPORT
Year:
2020
Mileage:
45 564km
Colour:
Blue
Transmission:
MANUAL
Fuel:
DIESEL
Vehicle ID:
28865740
Available from Barons N1 City
<?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");
        }
    }
?>
Sales Enquiry

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_11.jpg
FORD
ECOSPORT
(2021)

FORD 1.5 AMBIENTE AT

Array ( [vehicleid] => Array ( [0] => 28865755 ) [dumpdate] => Array ( [0] => 2026-02-06T15:53:07.963 ) [mmcode] => Array ( [0] => 22048310 ) [molstockbooknumber] => Array ( [0] => MOL01433_U0071620 ) [stockbooknumber] => Array ( [0] => U0071620 ) [vinnumber] => Array ( [0] => MAJAXXMRKAMP22486 ) [regnumber] => Array ( [0] => CY143971 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => FORD ) [vehiclerange] => Array ( [0] => ECOSPORT ) [vehiclemodel] => Array ( [0] => 1.5 AMBIENTE AT ) [vehicleyear] => Array ( [0] => 2021 ) [bodytype] => Array ( [0] => STATION WAGON ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => Grey ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 48100 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Looking for a reliable SUV with city-friendly size and automatic comfort? This 2021 Ford EcoSport 1. 5 Ambiente Auto ticks all the boxes. Powered by a smooth 1. 5L engine with automatic transmission, it’s easy to drive, fuel-efficient, and perfect for everyday commuting or weekend errands. Automatic transmission1. 5L petrol engineOnly 48 000 kmComfortable interior with smart storageElevated driving position for better visibilityFord reliability and safetyA great choice if you want SUV practicality without the bulky feel. Get in, drive, and enjoy the ride. Trade ins welcome and nationwide delivery at an agreed cost. To avoid disappointment, kindly speak to one of our Certified Mastercar Sales Executives Rynard Snyman, Eric Adolph, Mildred Frantz, Carmen Ray, Ashley Naicker, o ) [pictures] => Array ( [0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071620_11.jpg";} ) [price] => Array ( [0] => 219000 ) [dealershipid] => Array ( [0] => 52 ) [molnumber] => Array ( [0] => MOL01433 ) [dealershipname] => Array ( [0] => Barons N1 City ) ) 1
MAJAXXMRKAMP22486
MAJAXXMRKAMP22486
Colour: Grey
MOL01433
28865755

Enquire

Sales Enquiry
<?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");
        }
    }
?>
R 219 000
48 100km
2021
AUTOMATIC
More details