<?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 Xi

R 268 299
Range:
STARLET
Year:
2026
Mileage:
1 km
Colour:
Premium Silver
Transmission:
MANUAL
Fuel:
UNLEADED
Vehicle ID:
29138999
Description

Unmatched Performance Awaits

Experience the thrill of driving with this demo vehicle, meticulously designed for your journey. With standard factory-fitted extras, every ride promises comfort and convenience. This is not just a car; it’s a lifestyle choice for those who seek reliability and style in one package.

Don’t miss out on this opportunity to own a premium vehicle at an exceptional value. Our in-house finance options through major banks ensure a seamless purchase experience tailored to you. Visit our state-of-the-art facility and discover how we can make your dream of ownership a reality.

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

Key highlights:
– Demo vehicle with minimal use
– Standard factory-fitted extras included
– Competitive in-house finance options available
– Perfect for personal or family use
– Exceptional reliability and performance
– Experience the NMI commitment to quality

Trust the NMI brand for a remarkable automotive journey. Your satisfaction is our priority.

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_n0001695_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001695_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001695_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001695_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001695_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001695_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_n0001695_7.jpg
TOYOTA
STARLET
(2026)

TOYOTA 1.5 Xs

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

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 254 900
3749km
2026
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050130_7.jpg
TOYOTA
STARLET
(2026)

TOYOTA 1.5 Xs

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

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 264 899
1074km
2026
MANUAL
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050129_12.jpg
TOYOTA
STARLET
(2026)

TOYOTA 1.5 Xs AT

<?php
  
   $post_id = get_the_id();
$post_meta = get_post_meta($post_id);
  echo print_r($post_meta);
  ?>
JTDJWCA3S00B89300
JTDJWCA3S00B89300
Colour: Luxe Red
TOL00005
29138023

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 279 899
1586km
2026
AUTOMATIC
More details
https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_13.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_14.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_15.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_16.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/tol00005_ud0050121_17.jpg
TOYOTA
STARLET
(2026)

TOYOTA 1.5 Xr AT

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

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 899
2210km
2026
AUTOMATIC
More details