VOLKSWAGEN POLO (2025)

VOLKSWAGEN HATCH MY22 1.0 TSI

R 324 999
Range:
POLO
Year:
2025
Mileage:
12 608km
Colour:
SMOKY GREY METALLIC
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
29131752
Additional Information:
Available from Barons Kuruman
<?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/tol10136_u0070189_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_10.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE

Array ( [vehicleid] => Array ( [0] => 29131386 ) [dumpdate] => Array ( [0] => 2026-04-26T02:36:28.073 ) [mmcode] => Array ( [0] => 64020721 ) [molstockbooknumber] => Array ( [0] => TOL10136_U0070189 ) [stockbooknumber] => Array ( [0] => U0070189 ) [vinnumber] => Array ( [0] => AAVZZZ6R2TU001323 ) [regnumber] => Array ( [0] => DGF972NC ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => VIVO HATCH MY25 1.4 LIFE ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => REEF BLUE METALLIC ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 12616 ) [servicehistory] => Array ( [0] => ) [comments] => Array ( [0] => Reliable and Efficient Drive This used vehicle offers exceptional value with a perfect blend of style and performance. Designed for urban living, it delivers a smooth ride while maintaining impressive fuel efficiency. Ideal for daily commutes or weekend adventures, this car ensures you travel in comfort and confidence. With its compact size, you'll navigate through city streets with ease. Its modern design and practicality make it a smart choice for anyone seeking dependability without compromising on features. Experience a vehicle that stands the test of time and meets your needs effortlessly. Mileage is recorded at the time of advertising and may vary. Key highlights: - Excellent fuel efficiency - Compact and easy to drive - Perfect for urban commuting - Stylish and modern design - Comfortable interior for all passengers - Proven reliability and durability - Great value for money Trust in NMI for quality vehicles that enhance your driving experience. ) [pictures] => Array ( [0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070189_10.jpg";} ) [price] => Array ( [0] => 259900 ) [dealershipid] => Array ( [0] => 233 ) [molnumber] => Array ( [0] => TOL10136 ) [dealershipname] => Array ( [0] => Barons Kuruman ) [_nmi_data_hash] => Array ( [0] => 2fde3a02be22462c7d009ab35638d4a2 ) ) 1
AAVZZZ6R2TU001323
AAVZZZ6R2TU001323
Colour: REEF BLUE METALLIC
TOL10136
29131386

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 259 900
12 616km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_12.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN VIVO HATCH MY25 1.4 LIFE

Array ( [vehicleid] => Array ( [0] => 29131197 ) [dumpdate] => Array ( [0] => 2026-04-26T02:36:28.073 ) [mmcode] => Array ( [0] => 64020721 ) [molstockbooknumber] => Array ( [0] => TOL10136_U0070190 ) [stockbooknumber] => Array ( [0] => U0070190 ) [vinnumber] => Array ( [0] => AAVZZZ6R3SU008411 ) [regnumber] => Array ( [0] => KMH226EC ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => VIVO HATCH MY25 1.4 LIFE ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SMOKY GREY METALLIC ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 11524 ) [servicehistory] => Array ( [0] => ) [comments] => Array ( [0] => Reliable and Practical Choice Experience a smart buy with this dependable vehicle. Its excellent condition and thoughtful features make it an ideal choice for everyday driving. Enjoy peace of mind with the added safety of combined curtain and side airbags, ensuring protection for you and your passengers. This vehicle is equipped with front and rear carpet mats, enhancing comfort and cleanliness. It’s designed for those seeking both value and reliability. Don’t miss out on a chance to own a vehicle that combines practicality with essential features. Mileage is recorded at the time of advertising and may vary. Key highlights: - Excellent condition - Combined curtain and side airbags - Front and rear carpet mats - Dependable and practical design - Safety-focused features NMI is committed to providing quality vehicles you can trust. ) [pictures] => Array ( [0] => a:12:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070190_12.jpg";} ) [price] => Array ( [0] => 269900 ) [dealershipid] => Array ( [0] => 233 ) [molnumber] => Array ( [0] => TOL10136 ) [dealershipname] => Array ( [0] => Barons Kuruman ) [_nmi_data_hash] => Array ( [0] => 97573c6d2ecea5fe6c6d52c28e5eb0d7 ) ) 1
AAVZZZ6R3SU008411
AAVZZZ6R3SU008411
Colour: SMOKY GREY METALLIC
TOL10136
29131197

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 269 900
11 524km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_15.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN HATCH MY22 1.0 TSI

Array ( [vehicleid] => Array ( [0] => 29131111 ) [dumpdate] => Array ( [0] => 2026-04-26T02:35:18.48 ) [mmcode] => Array ( [0] => 64027662 ) [molstockbooknumber] => Array ( [0] => TOL10136_U0070211 ) [stockbooknumber] => Array ( [0] => U0070211 ) [vinnumber] => Array ( [0] => AAVZZZAW5SU032741 ) [regnumber] => Array ( [0] => KNT997EC ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => HATCH MY22 1.0 TSI ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => SMOKY GREY METALLIC ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 14690 ) [servicehistory] => Array ( [0] => ) [comments] => Array ( [0] => Exceptional Value with Added Convenience This used vehicle offers reliability and peace of mind with its 3-year service plan covering 45,000 kilometres. Enjoy a practical and stylish drive, enhanced by thoughtful extras. The smoker's package includes an ashtray and cigarette holder, catering to your needs while on the road. Experience superior handling with "Essex" 5.5J X 15 wheels and 185/65 R15 tyres, designed to provide a smooth ride. This vehicle is not just about looks but also delivers on performance and efficiency, making it a smart choice for your daily commute. Mileage is recorded at the time of advertising and may vary. Key highlights: - 3-year service plan - 45,000 kilometres included - Smoker's package: ashtray and cigarette holder - "Essex" 5.5J X 15 alloy wheels - 185/65 R15 tyres for enhanced grip - Reliable and practical for everyday use - Well-maintained and in excellent condition Choose NMI for trustworthy vehicles that offer great value. Your next smart buy awaits. ) [price] => Array ( [0] => 324998 ) [dealershipid] => Array ( [0] => 233 ) [molnumber] => Array ( [0] => TOL10136 ) [dealershipname] => Array ( [0] => Barons Kuruman ) [pictures] => Array ( [0] => a:15:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_13.jpg";i:13;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_14.jpg";i:14;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070211_15.jpg";} ) ) 1
AAVZZZAW5SU032741
AAVZZZAW5SU032741
Colour: SMOKY GREY METALLIC
TOL10136
29131111

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 324 998
14 690km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_11.jpg
VOLKSWAGEN
POLO
(2025)

VOLKSWAGEN HATCH MY22 1.0 TSI

Array ( [vehicleid] => Array ( [0] => 29130846 ) [dumpdate] => Array ( [0] => 2026-04-26T02:36:28.073 ) [mmcode] => Array ( [0] => 64027662 ) [molstockbooknumber] => Array ( [0] => TOL10136_U0070212 ) [stockbooknumber] => Array ( [0] => U0070212 ) [vinnumber] => Array ( [0] => AAVZZZAW9SU047307 ) [regnumber] => Array ( [0] => KNK718EC ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => VOLKSWAGEN ) [vehiclerange] => Array ( [0] => POLO ) [vehiclemodel] => Array ( [0] => HATCH MY22 1.0 TSI ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => HATCH ) [transmissiontype] => Array ( [0] => MANUAL ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => ASCOT GRAY ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 17463 ) [servicehistory] => Array ( [0] => ) [comments] => Array ( [0] => Smart Choice for Efficiency and Style This used vehicle combines practical features with modern design. With a service plan covering 3 years or 45 000 kilometres, you can drive with peace of mind. The addition of "Essex" 5.5J X 15 alloy wheels enhances its aesthetic appeal, while the 185/65 R15 tyres ensure a comfortable ride. Experience reliability and performance in one package. This vehicle is perfect for daily commuting and weekend adventures. Don’t miss out on a smart buy that offers exceptional value. Mileage is recorded at the time of advertising and may vary. Key highlights: - 3-Year service plan up to 45 000 kilometres - "Essex" 5.5J X 15 alloy wheels - 185/65 R15 tyres for a smooth drive - Stylish and efficient design - Ideal for city driving and longer trips Trust in NMI for quality used vehicles that meet your needs and exceed your expectations. ) [price] => Array ( [0] => 324999 ) [dealershipid] => Array ( [0] => 233 ) [molnumber] => Array ( [0] => TOL10136 ) [dealershipname] => Array ( [0] => Barons Kuruman ) [pictures] => Array ( [0] => a:11:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10136_u0070212_11.jpg";} ) ) 1
AAVZZZAW9SU047307
AAVZZZAW9SU047307
Colour: ASCOT GRAY
TOL10136
29130846

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 324 999
17 463km
2025
MANUAL
More details