<?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,
            }
        }
    });
});
MITSUBISHI PAJERO SPORT (2023)

MITSUBISHI 2.4 4X2 AT

R 529 950
Range:
PAJERO SPORT
Year:
2023
Mileage:
53 093km
Colour:
Black Mica
Transmission:
AUTOMATIC
Fuel:
DIESEL
Vehicle ID:
29067561
Additional Information:

Exceptional Value in a Versatile SUV

Experience the perfect blend of comfort and capability with this remarkable pre-owned vehicle. Designed for family adventures and daily commutes alike, it offers ample space and advanced technology. With a range of features that enhance both safety and convenience, you can drive with confidence.

Equipped with a reverse camera and rear park distance control, parking is a breeze. Enjoy seamless connectivity with Android Auto and Apple Car Play. The 7-seater configuration ensures everyone travels comfortably. Paddle shifts add a sporty touch, while the auto hold feature enhances convenience on the road.

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

Key highlights:
– Reverse camera for easy parking
– Rear park distance control
– 7-seater configuration
– Android Auto and Apple Car Play
– Paddle shifts for a sporty drive
– Auto hold feature for added convenience
– Trade-ins welcome
– Nationwide delivery available at an agreed price

At NMI, we prioritise your satisfaction. Buy your next vehicle with confidence and peace of mind.

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");
        }
    }
?>
Sales Enquiry - Satellite

Similar Listings 

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_19.jpg
MITSUBISHI
PAJERO SPORT
(2025)

MITSUBISHI 2.4 4X2 AT

Array ( [vehicleid] => Array ( [0] => 29067548 ) [dumpdate] => Array ( [0] => 2026-04-08T00:28:10.247 ) [mmcode] => Array ( [0] => 45090742 ) [molstockbooknumber] => Array ( [0] => TOL10000_U25526 ) [stockbooknumber] => Array ( [0] => U25526 ) [vinnumber] => Array ( [0] => MMBGUKR10PH020064 ) [regnumber] => Array ( [0] => CM82YFZN ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => MITSUBISHI ) [vehiclerange] => Array ( [0] => PAJERO SPORT ) [vehiclemodel] => Array ( [0] => 2.4 4X2 AT ) [vehicleyear] => Array ( [0] => 2025 ) [bodytype] => Array ( [0] => STATION WAGON ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => DIESEL ) [colour] => Array ( [0] => White diamond 2 Tone ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 17000 ) [servicehistory] => Array ( [0] => Full ) [comments] => Array ( [0] => Exceptional Value for Your Next Adventure Experience peace of mind with this well-maintained pre-owned vehicle. It offers the perfect blend of comfort and capability, making it ideal for families or those who love to explore. With its Aspire Edition features, it's loaded with technology to enhance your driving experience. Mileage is recorded at the time of advertising and may vary. Key highlights: - Reverse Camera - Rear Park Distance Control - Cruise Control - 7 Seater - Android Auto - Apple CarPlay At NMI, we prioritise your satisfaction. Our professional team is ready to assist you with trade-ins and finance options. Enjoy nationwide delivery at an agreed price. Drive away with confidence. ) [price] => Array ( [0] => 629950.0015 ) [dealershipid] => Array ( [0] => 73 ) [molnumber] => Array ( [0] => TOL10000 ) [dealershipname] => Array ( [0] => NMI GWM Umhlanga ) [pictures] => Array ( [0] => a:19:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_6.jpg";i:6;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_7.jpg";i:7;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_8.jpg";i:8;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_9.jpg";i:9;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_10.jpg";i:10;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_11.jpg";i:11;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_12.jpg";i:12;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_13.jpg";i:13;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_14.jpg";i:14;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_15.jpg";i:15;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_16.jpg";i:16;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_17.jpg";i:17;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_18.jpg";i:18;s:89:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25526_19.jpg";} ) ) 1
MMBGUKR10PH020064
MMBGUKR10PH020064
Colour: White diamond 2 Tone
TOL10000
29067548

Enquire

Specials
<?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 629 950
17 000km
2025
AUTOMATIC
More details