<?php
  $post_id = get_the_id();
// echo print_r(get_vehicle_gallery_images()); 
$image_urls = get_post_meta($post_id, 'pictures', true);

if (is_string($image_urls)) {
    $images = explode(',', $image_urls);
} elseif (is_array($image_urls)) {
    $images = $image_urls;
} else {
    $images = [];
}

if (!empty($images)): ?>
    <div class="vehicle-gallery">
        <?php foreach ($images as $index => $img_url): ?>
            <a href="<?php echo esc_url(trim($img_url)); ?>" class="glightbox" data-gallery="vehicle-gallery">
                <?php if ($index === 0): ?>
                    <img src="<?php echo esc_url(trim($img_url)); ?>" alt="Vehicle Image" class="gallery-main-image" />
                <?php else: ?>
                    <img src="<?php echo esc_url(trim($img_url)); ?>" alt="Gallery Thumb" class="gallery-thumb"  />
                <?php endif; ?>
            </a>
        <?php endforeach; ?>
    </div>
<?php endif; ?>

document.addEventListener('DOMContentLoaded', function () {
    new Swiper('.vehicle-gallery', {
        slidesPerView: 5,
        spaceBetween: 10,
        loop: true,
        navigation: {
            nextEl: '.swiper-button-next',
            prevEl: '.swiper-button-prev',
        },
        breakpoints: {
            768: {
                slidesPerView: 3,
            },
            480: {
                slidesPerView: 2,
            }
        }
    });
});
VOLKSWAGEN POLO (2017)

VOLKSWAGEN 1.2 TSI TRENDLINE

R 179 000
Range:
POLO
Year:
2017
Mileage:
86 056km
Colour:
Blue Silk
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
28420063
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 - Mastercars

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_12.jpg
VOLKSWAGEN
POLO
(2016)

VOLKSWAGEN SEDAN 1.4i COMFORTLINE

Array ( [vehicleid] => Array ( [0] => 28419902 ) [dumpdate] => Array ( [0] => 2025-10-16T08:50:16.877 ) [mmcode] => Array ( [0] => 64028522 ) [molstockbooknumber] => Array ( [0] => MOL01342_U0071223 ) [stockbooknumber] => Array ( [0] => U0071223 ) [vinnumber] => Array ( [0] => WVWZZZ60ZGT076503 ) [regnumber] => Array ( [0] => CF264296 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => SEDAN 1.4i COMFORTLINE ) [vehicleyear] => Array ( [0] => 2016 ) [bodytype] => Array ( [0] => SEDAN ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => PURE WHITE ) [numberofdoors] => Array ( [0] => 4 ) [mileage] => Array ( [0] => 145644 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Barons Bellville MasterCars We can demo on your doorstep, anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Awesome after sales service. Superbly looked after vehicles. Delivery can be arranged countrywide. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available. Prices exclude “On the Road” and Delivery costs. ) [price] => Array ( [0] => 159900 ) [dealershipid] => Array ( [0] => 49 ) [molnumber] => Array ( [0] => MOL01342 ) [dealershipname] => Array ( [0] => Barons Bellville ) [pictures] => Array ( [0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071223_12.jpg";} ) [nmi_vehicle_id] => Array ( [0] => WVWZZZ60ZGT076503 ) ) 1
WVWZZZ60ZGT076503
WVWZZZ60ZGT076503
Colour: PURE WHITE
MOL01342
28419902

Enquire

Contact Form
<?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 159 900
145 644km
2016
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070476_8.jpg
VOLKSWAGEN
POLO
(2016)

VOLKSWAGEN 1.4 TDI HIGHLINE

Array ( [vehicleid] => Array ( [0] => 28419376 ) [dumpdate] => Array ( [0] => 2025-10-16T08:50:16.877 ) [mmcode] => Array ( [0] => 64027740 ) [molstockbooknumber] => Array ( [0] => MOL01339_U0070785 ) [stockbooknumber] => Array ( [0] => U0070785 ) [vinnumber] => Array ( [0] => AAVZZZ6RZGU078018 ) [regnumber] => Array ( [0] => CK34HDZN ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => 1.4 TDI HIGHLINE ) [vehicleyear] => Array ( [0] => 2016 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => DIESEL ) [colour] => Array ( [0] => PURE WHITE ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 163000 ) [servicehistory] => Array ( [0] => ) [comments] => Array ( [0] => ) [price] => Array ( [0] => 189950 ) [dealershipid] => Array ( [0] => 36 ) [molnumber] => Array ( [0] => MOL01339 ) [dealershipname] => Array ( [0] => Barons Pietermaritzburg ) [pictures] => Array ( [0] => a:1:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01339_u0070476_8.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6RZGU078018 ) ) 1
AAVZZZ6RZGU078018
AAVZZZ6RZGU078018
Colour: PURE WHITE
MOL01339
28419376

Enquire

Contact Form
<?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 189 950
163 000km
2016
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_12.jpg
VOLKSWAGEN
POLO
(2018)

VOLKSWAGEN 1.0 TSI COMFORTLINE DSG

Array ( [vehicleid] => Array ( [0] => 28419904 ) [dumpdate] => Array ( [0] => 2025-10-16T08:50:16.877 ) [mmcode] => Array ( [0] => 64027670 ) [molstockbooknumber] => Array ( [0] => MOL01342_U0071225 ) [stockbooknumber] => Array ( [0] => U0071225 ) [vinnumber] => Array ( [0] => AAVZZZAWZKU010645 ) [regnumber] => Array ( [0] => CF162025 ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => 1.0 TSI COMFORTLINE DSG ) [vehicleyear] => Array ( [0] => 2018 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => GREY ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 154932 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Barons Bellville MasterCars We can demo on your doorstep, anywhere in the Cape Peninsula! Finance with all major banks, insurance arranged, trade-ins are welcome. Awesome after sales service. Superbly looked after vehicles. Delivery can be arranged countrywide. Our Sales Staff will arrange everything for you! Give us a call & we will do the rest. We make it easy for YOU to buy a car! Optional warranties, service and maintenance plans available. Prices exclude “On the Road” and Delivery costs. ) [price] => Array ( [0] => 199900 ) [dealershipid] => Array ( [0] => 49 ) [molnumber] => Array ( [0] => MOL01342 ) [dealershipname] => Array ( [0] => Barons Bellville ) [pictures] => Array ( [0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01342_u0071225_12.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZAWZKU010645 ) ) 1
AAVZZZAWZKU010645
AAVZZZAWZKU010645
Colour: GREY
MOL01342
28419904

Enquire

Contact Form
<?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 199 900
154 932km
2018
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_20.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_21.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_22.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_23.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN VIVO HATCH MY25 1.4

Array ( [vehicleid] => Array ( [0] => 28419382 ) [dumpdate] => Array ( [0] => 2025-10-16T08:50:43.377 ) [mmcode] => Array ( [0] => 64020701 ) [molstockbooknumber] => Array ( [0] => MOL01443_U0070949 ) [stockbooknumber] => Array ( [0] => U0070949 ) [vinnumber] => Array ( [0] => AAVZZZ6R1SU012621 ) [regnumber] => Array ( [0] => MD64LZGP ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => VIVO HATCH MY25 1.4 ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => REFLEX SILVER METALLIC ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 13500 ) [servicehistory] => Array ( [0] => None ) [comments] => Array ( [0] => At VW MasterCars Barons Bruma we understand how important buying a vehicle is for our customers. And we go out of our way to ensure we deliver to the standards you would expect. We design a package around your budget. all prices exclude administration, delivery and licence and registration fees. Prices subject to change without prior notice. Test drives and Trade-ins welcome. Finance available through all major banks. Finance is subject to bank approvals. Optional warranty and service plans/maintenance pl ) [price] => Array ( [0] => 224500 ) [dealershipid] => Array ( [0] => 11 ) [molnumber] => Array ( [0] => MOL01443 ) [dealershipname] => Array ( [0] => Barons Bruma ) [pictures] => Array ( [0] => a:23:{i:0;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_1.jpg";i:1;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_2.jpg";i:2;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_3.jpg";i:3;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_4.jpg";i:4;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_5.jpg";i:5;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_6.jpg";i:6;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_7.jpg";i:7;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_8.jpg";i:8;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_9.jpg";i:9;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_10.jpg";i:10;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_11.jpg";i:11;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_12.jpg";i:12;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_13.jpg";i:13;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_14.jpg";i:14;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_15.jpg";i:15;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_16.jpg";i:16;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_17.jpg";i:17;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_18.jpg";i:18;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_19.jpg";i:19;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_20.jpg";i:20;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_21.jpg";i:21;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_22.jpg";i:22;s:92:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01443_ud0050135_23.jpg";} ) [nmi_vehicle_id] => Array ( [0] => AAVZZZ6R1SU012621 ) ) 1
AAVZZZ6R1SU012621
AAVZZZ6R1SU012621
Colour: REFLEX SILVER METALLIC
MOL01443
28419382

Enquire

Contact Form
<?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 224 500
13 500km
2025
MANUAL
More details