<?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.8 GD-6 X/CAB 4X4 RAIDER

R 349 900
Range:
HILUX
Year:
2016
Mileage:
230 000 km
Colour:
GlacierWhite(040)
Transmission:
MANUAL
Fuel:
DIESEL
Vehicle ID:
29073367
Description

Unmatched Performance and Style

Elevate your driving experience with this standout vehicle. Designed for those who appreciate both power and aesthetics, it turns heads wherever it goes. With a roadworthy inspection and Automark inspection already completed, you can drive with confidence. Experience the blend of reliability and luxury that sets this vehicle apart.

Enjoy a hassle-free buying experience with trade-ins welcome and finance options available. Our professional sales executives are ready to assist you, ensuring you feel valued every step of the way. Plus, we deliver nationwide for your convenience.

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

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

Trust in NMI for quality and service excellence. Your next adventure awaits!

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_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
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