<?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 1.5 XR AT

R 359 900
Range:
URBAN CRUISER
Year:
2026
Mileage:
500 km
Colour:
Mystic Pearl White (ZHJ)
Transmission:
AUTOMATIC
Fuel:
UNLEADED
Vehicle ID:
29138995
Description

Experience unmatched value with this demo vehicle, perfect for your family’s adventures. With standard factory fitted extras, it offers the ideal balance of practicality and comfort.

Take advantage of in-house finance options available through all major South African banks. Our dedicated sales team is ready to help you structure the perfect deal tailored to your needs. Visit our state-of-the-art facility and discover how we deliver excellence.

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

Key highlights:
– Demo condition, showcasing minimal wear
– Standard factory fitted extras for added convenience
– In-house finance available through major banks
– Tailored deals to suit your requirements
– Friendly and helpful sales team
– State-of-the-art facility for a premium experience

Trust NMI for quality and service that stands out.

Available from NMI Toyota Menlyn
<?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/tol00005_n0001794_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001794_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001794_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001794_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001794_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001794_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001794_7.jpg
TOYOTA
URBAN CRUISER
(2026)

TOYOTA 1.5 XR AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDUYMJ1S00126044
JTDUYMJ1S00126044
Colour: Mystic Pearl White (ZHJ)
TOL00005
29138996

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 359 900
1000km
2026
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001838_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001838_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001838_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001838_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001838_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001838_6.jpg
TOYOTA
URBAN CRUISER
(2026)

TOYOTA 1.5 XR AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDUYMJ1S00126006
JTDUYMJ1S00126006
Colour: Mystic Pearl White (ZHJ)
TOL00005
29138997

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 359 900
1500km
2026
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001785_9.jpg
TOYOTA
URBAN CRUISER
(2026)

TOYOTA 1.5 XR AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDUYMJ1S00126059
JTDUYMJ1S00126059
Colour: Premium Silver
TOL00005
29138998

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 359 900
5000km
2026
AUTOMATIC
More details