<?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,
            }
        }
    });
});
HAVAL H2 JOLION (2022)

HAVAL 1.5T PREMIUM 2WD DCT

R 239 900
Range:
H2 JOLION
Year:
2022
Mileage:
86 251km
Colour:
White
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
29370409
Additional Information:

Elevate Your Driving Experience

This premium pre-owned vehicle offers style and advanced technology. Get ready to enjoy seamless connectivity with Android Auto and Apple Car Play. Safety is a priority with features like rear parking distance control and a reverse camera.

Join the ranks of satisfied customers who choose quality. With our holding deposit policy, you can secure your next vehicle with confidence. Trade-ins are welcome, and finance can be arranged. Experience nationwide delivery at an agreed price.

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

Key highlights:
– Rear parking distance control
– Reverse camera for easy parking
– Android Auto for seamless smartphone integration
– Apple Car Play for enhanced connectivity
– Trade-ins welcomed
– Finance options available
– Nationwide delivery service

Trust in NMI for a reliable and professional vehicle purchase experience.

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_u25742_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_9.jpg
HAVAL
H2 JOLION
(2022)

HAVAL 1.5T PREMIUM 2WD DCT

Array ( [vehicleid] => Array ( [0] => 29371355 ) [dumpdate] => Array ( [0] => 2026-07-06T00:25:57.963 ) [mmcode] => Array ( [0] => 24625168 ) [molstockbooknumber] => Array ( [0] => TOL10000_U25742 ) [stockbooknumber] => Array ( [0] => U25742 ) [vinnumber] => Array ( [0] => LGWEE4A55NK616661 ) [regnumber] => Array ( [0] => F4TIMAZN ) [uploadtype] => Array ( [0] => USED ) [vehiclemake] => Array ( [0] => HAVAL ) [vehiclerange] => Array ( [0] => H2 JOLION ) [vehiclemodel] => Array ( [0] => 1.5T PREMIUM 2WD DCT ) [vehicleyear] => Array ( [0] => 2022 ) [bodytype] => Array ( [0] => STATION WAGON ) [transmissiontype] => Array ( [0] => AUTOMATIC ) [fueltype] => Array ( [0] => UNLEADED ) [colour] => Array ( [0] => HB Blue ) [numberofdoors] => Array ( [0] => 5 ) [mileage] => Array ( [0] => 65012 ) [servicehistory] => Array ( [0] => None ) [comments] => Array ( [0] => Drive with confidence in this exceptional pre-owned vehicle. It offers reliability and style, perfect for your daily commute or weekend adventures. Our professional sales team is ready to assist you in making this your next vehicle. Enjoy peace of mind with our transparent HOLDING DEPOSIT policy. This vehicle comes with all the essential features you expect. We welcome trade-ins and can arrange finance tailored to your needs. Plus, we offer nationwide delivery at an agreed price. Mileage is recorded at the time of advertising and may vary. Key highlights: - Used vehicle in excellent condition - Reliable performance - Professional sales team support - Trade-ins welcome - Flexible finance options available - Nationwide delivery At NMI, we prioritise your satisfaction and strive to ensure your car-buying experience is seamless and enjoyable. ) [price] => Array ( [0] => 259949.9905 ) [dealershipid] => Array ( [0] => 73 ) [molnumber] => Array ( [0] => TOL10000 ) [dealershipname] => Array ( [0] => NMI GWM Umhlanga ) [pictures] => Array ( [0] => a:9:{i:0;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_1.jpg";i:1;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_2.jpg";i:2;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_3.jpg";i:3;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_4.jpg";i:4;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_5.jpg";i:5;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_6.jpg";i:6;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_7.jpg";i:7;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_8.jpg";i:8;s:88:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10000_u25742_9.jpg";} ) ) 1
LGWEE4A55NK616661
LGWEE4A55NK616661
Colour: HB Blue
TOL10000
29371355
<?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 950
65 012km
2022
AUTOMATIC
More details