<?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 529 899
Range:
HILUX
Year:
2025
Mileage:
16 253 km
Colour:
Glacier White (040)
Transmission:
MANUAL
Fuel:
DIESEL
Vehicle ID:
29073289
Description

Experience Excellence on Every Drive

This demo vehicle turns heads and delivers an exceptional driving experience. With a roadworthy inspection and Automark inspection completed, you can be confident in its quality. Enjoy peace of mind knowing that this vehicle is ready for its next adventure.

Our friendly and professional sales executives are here to assist you. Test drive this standout vehicle today and see its appeal for yourself. Trade-ins are welcome, and finance options are available to suit your needs. Please note, the price excludes on-the-road fees, and delivery is available nationwide.

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

Key highlights:
– Demo vehicle in excellent condition
– Roadworthy inspection completed
– Automark inspection done for quality assurance
– Trade-ins welcome
– Finance options available
– Nationwide delivery offered
– Canopy excluded from sale

Trust NMI for quality and reliability in every vehicle.

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_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
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01643_ud0050028_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);
  ?>
AHTKB3CB202384596
AHTKB3CB202384596
Colour: Glacier White (
MOL01643
29073294

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 599 900
8269km
2026
MANUAL
More details