<?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,
            }
        }
    });
});
GWM P SERIES (2023)

GWM 2.0 LT D CAB 4X2 AT

R 359 950
Range:
P SERIES
Year:
2023
Mileage:
50 696km
Colour:
WHITE
Transmission:
AUTOMATIC
Fuel:
DIESEL
Vehicle ID:
29513920
Additional Information:

Exceptional Pre-Owned Opportunity

Discover a reliable vehicle packed with advanced features. With just 50 696 kilometres on the clock, this pre-owned option is perfect for anyone seeking value and quality. Enjoy the peace of mind that comes from a trusted dealership, ensuring you drive away with confidence.

Equipped with cutting-edge technology, this vehicle offers a blend of safety and convenience. From 360 camera functionality to blind spot detection, every journey is enhanced. Plus, with wireless charging and compatibility with Android Auto and Apple Car Play, staying connected is effortless.

Mileage is recorded at the time of advertising and may vary.

Key highlights:
– 360 Camera for complete visibility
– Lane Assist for added safety
– Blind Spot Detection to prevent accidents
– Wireless Charging for convenience
– Tonneau Cover for secure storage
– Android Auto and Apple Car Play for seamless connectivity
– Nationwide delivery available at an agreed price
– All trade-ins welcome, with finance options arranged

Experience the NMI difference. We prioritise transparency and reliability for every customer. Drive away knowing you made a smart choice.

Available from NMI GWM Umhlanga
<?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");
        }
    }
?>
Pre-Owned

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_18.jpg
GWM
P SERIES
(2021)

GWM 2.0 LS D CAB 4X4 AT

Array ( [vehicleid] => Array ( [0] => 29512945 ) [dumpdate] => Array ( [0] => 2026-08-17T00:22:57.053 ) [mmcode] => Array ( [0] => 23535205 ) [molstockbooknumber] => Array ( [0] => TOL10000_U25703 ) [stockbooknumber] => Array ( [0] => U25703 ) [vinnumber] => Array ( [0] => LGWDCF196MJ619377 ) [regnumber] => Array ( [0] => CY89VFZN ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => GWM ) [vehiclerange] => Array ( [0] => P SERIES ) [vehiclemodel] => Array ( [0] => 2.0 LS D CAB 4X4 AT ) [vehicleyear] => Array ( [0] => 2021 ) [bodytype] => Array ( [0] => DOUBLE CAB ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => DIESEL ) [colour] => Array ( [0] => Silver ) [numberofdoors] => Array ( [0] => 4 ) [mileage] => Array ( [0] => 78567 ) [servicehistory] => Array ( [0] => None ) [comments] => Array ( [0] => Reliable and Versatile Performance Awaits Discover a robust experience with this pre-owned offering, designed for those who value efficiency and capability. With a mileage of 78 567 kilometres, it’s ready for your next adventure or daily commute. Our transparent HOLDING DEPOSIT policy ensures a seamless purchasing process, allowing you to secure your vehicle confidently. Our dedicated Sales Team is here to assist you every step of the way, ensuring a hassle-free experience. Enjoy the benefits of trade-ins and arranged finance options, making it easier for you to drive away in your new vehicle. Mileage is recorded at the time of advertising and may vary. Key Highlights: - Pre-owned vehicle with 78 567 kilometres - Transparent HOLDING DEPOSIT policy - Trade-ins welcome - Finance can be arranged - Nationwide delivery available at an agreed price - Professional sales assistance Shop with confidence at NMI, where customer satisfaction is our priority. Your next vehicle awaits! ) [price] => Array ( [0] => 319949.9985 ) [dealershipid] => Array ( [0] => 73 ) [molnumber] => Array ( [0] => TOL10000 ) [dealershipname] => Array ( [0] => NMI GWM Umhlanga ) [pictures] => Array ( [0] => a:18:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_6.jpg";i:6;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_7.jpg";i:7;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_8.jpg";i:8;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_9.jpg";i:9;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_10.jpg";i:10;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_11.jpg";i:11;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_12.jpg";i:12;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_13.jpg";i:13;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_14.jpg";i:14;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_15.jpg";i:15;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_16.jpg";i:16;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_17.jpg";i:17;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25703_18.jpg";} ) ) 1
LGWDCF196MJ619377
LGWDCF196MJ619377
Colour: Silver
TOL10000
29512945
<?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 319 950
78 567km
2021
AUTOMATIC
More details