Shop . Click . Drive
<?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,
            }
        }
    });
});
1
Pre-Owned

HAVAL 1.5T DHT ULTRA LUXURY HYBRID (2023)

R 469 950
Description
To avoid disappointment, kindly speak to one of our Sales Executives Noma Hadebe, Sfiso Mhlongo, Shaun Maharaj or Irfaan Ismail for more info on our HOLDING DEPOSIT policy. Buy your next Pre-owned vehicle with Confidence and Peace of Mind. Contact our friendly and Professional Sales Team today. NMI-DSM UMHLANGA. 2 Canegate Road La Lucia Ridge. We do your deal! All Trade Ins Welcome Finance Can be Arranged. Nationwide delivery at an agreed price.
Mileage
18500 km
Year
Fuel Type
UNLEADED
Exterior Colour
Ayers Grey
Transmission
AUTOMATIC
VIN
Vehicle ID
28013516
Features
Range
H6
Mileage
18 500 km
Year
2023
Colour
Ayers Grey
Transmission
AUTOMATIC
Fuel
UNLEADED
Body Type
STATION WAGON
Doors
5
Service History
Full
Vin No.
LGWEFUA54PH925535
Comments
To avoid disappointment, kindly speak to one of our Sales Executives Noma Hadebe, Sfiso Mhlongo, Shaun Maharaj or Irfaan Ismail for more info on our HOLDING DEPOSIT policy. Buy your next Pre-owned vehicle with Confidence and Peace of Mind. Contact our friendly and Professional Sales Team today. NMI-DSM UMHLANGA. 2 Canegate Road La Lucia Ridge. We do your deal! All Trade Ins Welcome Finance Can be Arranged. Nationwide delivery at an agreed price.

Finance Calculator

Car Loan Calculator with balloon
%
Years
%

Estimated Payment

R/month

Car Price

R

Principal
R
Car Loan Calculator with balloon
%
Years
%

Estimated Payment

R/month

Car Price

R

Principal
R
Contact Person
Contact Email
<?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");
        }
    }
?>
Back to search results
R 469 950
MSRP
Vehicle Enquiry
Back to search results
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_14.jpg
R 339 950
28 298 km
2021
AUTOMATIC
UNLEADED
White
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_20.jpg
R 374 950
41 319 km
2022
AUTOMATIC
UNLEADED
blue
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_14.jpg
R 399 950
24 000 km
2022
AUTOMATIC
UNLEADED
White
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_12.jpg
R 419 800
30 000 km
2023
AUTOMATIC
UNLEADED
BLUE
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29915_14.jpg
R 339 950
HAVAL
H6
(2021)

HAVAL 2.0T LUXURY 4WD DCT

USED
2021
28 298 km
AUTOMATIC
UNLEADED
White
R 339 950
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_17.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_18.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_19.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10172_u500184_20.jpg
R 374 950
HAVAL
H6
(2022)

HAVAL 2.0T LUXURY 2WD DCT

USED
2022
41 319 km
AUTOMATIC
UNLEADED
blue
R 374 950
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10140_u29864_14.jpg
R 399 950
HAVAL
H6
(2022)

HAVAL 2.0T SUPER LUXURY 4WD DCT

USED
2022
24 000 km
AUTOMATIC
UNLEADED
White
R 399 950
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol10019_u0071314_12.jpg
R 419 800
HAVAL
H6
(2023)

HAVAL 2.0T LUXURY 4WD DCT

USED
2023
30 000 km
AUTOMATIC
UNLEADED
BLUE
R 419 800