<?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,
            }
        }
    });
});

TOYOTA 2.4 GD-6 4X4 SR 6MT

R 599 900
Range:
HILUX
Year:
2026
Mileage:
8 269 km
Colour:
Glacier White (
Transmission:
MANUAL
Fuel:
DIESEL
Vehicle ID:
29073294
Description

Unmatched Style and Performance Await

This demo vehicle is designed to turn heads and deliver an exceptional driving experience. Roadworthy and Automark inspections are completed, ensuring high quality and reliability. Experience its impressive capabilities firsthand with a test drive.

Our professional team is ready to assist you. Trade-ins are welcome, and finance options are available to suit your needs. Enjoy the convenience of nationwide delivery. Don’t miss the chance to elevate your driving experience.

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

Key highlights:
– Demo condition
– Roadworthy inspection completed
– Automark inspection done
– Trade-ins welcome
– Finance available
– Nationwide delivery

Trust NMI to provide quality vehicles and exceptional service. Experience the difference today.

Available from NMI Toyota Middelburg
<?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/mol01643_u0070168_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070168_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070168_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070168_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070168_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070168_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070168_7.jpg
TOYOTA
HILUX
(2016)

TOYOTA 2.8 GD-6 X/CAB 4X4 RAIDER

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTHA3CC403350949
AHTHA3CC403350949
Colour: GlacierWhite(040)
MOL01643
29073367

Enquire

Contact Form - Satellite
<?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 349 900
230000km
2016
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_u0070149_7.jpg
TOYOTA
HILUX
(2018)

TOYOTA 2.8 GD-6 D/CAB 4X4 RAIDER

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTHA3CD903425072
AHTHA3CD903425072
Colour: Glacier White (040)
MOL01643
29074598

Enquire

Contact Form - Satellite
<?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 489 900
123887km
2018
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050013_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050013_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050013_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050013_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050013_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050013_6.jpg
TOYOTA
HILUX
(2025)

TOYOTA 2.4 GD-6 4X4 SR 6MT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKB3CB602384391
AHTKB3CB602384391
Colour: Glacier White (040)
MOL01643
29073289

Enquire

Contact Form - Satellite
<?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 529 899
16253km
2025
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050032_7.jpg
TOYOTA
HILUX
(2026)

TOYOTA 2.4 GD-6 4X4 SR 6MT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
AHTKB3CB402384597
AHTKB3CB402384597
Colour: Glacier White (
MOL01643
29075308

Enquire

Contact Form - Satellite
<?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 589 900
6378km
2026
MANUAL
More details