<?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 HILUX (2020)
TOYOTA 2.4 GD-6 4X4 SRX AT
R 378 999
Range:
HILUX
Year:
2020
Mileage:
203 691km
Colour:
White
Transmission:
AUTOMATIC
Fuel:
DIESEL
Vehicle ID:
28211298
Available from Barons N1 City
<?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"); } } ?>
Call Now
Available from Barons N1 City
Cnr Giel Basson and, Nathan Mallach St, N1 City, Cape Town, 7500, South Africa
Similar Listings

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_6.jpg
TOYOTA
HILUX
(2018)
TOYOTA 2.0 VVTi A/C
Array
(
[vehicleid] => Array
(
[0] => 28214680
)
[dumpdate] => Array
(
[0] => 2025-09-06T16:50:56.747
)
[mmcode] => Array
(
[0] => 60039110
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071340
)
[stockbooknumber] => Array
(
[0] => U0071340
)
[vinnumber] => Array
(
[0] => AHTEW6CB200998336
)
[regnumber] => Array
(
[0] => JDP331EC
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => TOYOTA
)
[vehiclerange] => Array
(
[0] => HILUX
)
[vehiclemodel] => Array
(
[0] => 2.0 VVTi A/C
)
[vehicleyear] => Array
(
[0] => 2018
)
[bodytype] => Array
(
[0] => SINGLE CAB
)
[transmissiontype] => Array
(
[0] => MANUAL
)
[fueltype] => Array
(
[0] => UNLEADED
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 2
)
[mileage] => Array
(
[0] => 193279
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Canopy
)
[price] => Array
(
[0] => 248999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:6:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071340_6.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AHTEW6CB200998336
)
)
1
AHTEW6CB200998336
AHTEW6CB200998336
Colour: White
MOL01433
28214680
28214680
Enquire
<?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"); } } ?>

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_7.jpg
TOYOTA
HILUX
(2019)
TOYOTA 2.4 GD-6 D/CAB RB SRX AT
Array
(
[vehicleid] => Array
(
[0] => 28214679
)
[dumpdate] => Array
(
[0] => 2025-09-06T16:50:36.47
)
[mmcode] => Array
(
[0] => 60039245
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071338
)
[stockbooknumber] => Array
(
[0] => U0071338
)
[vinnumber] => Array
(
[0] => AHTJB8DD504761287
)
[regnumber] => Array
(
[0] => CAA14966
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => TOYOTA
)
[vehiclerange] => Array
(
[0] => HILUX
)
[vehiclemodel] => Array
(
[0] => 2.4 GD-6 D/CAB RB SRX AT
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => DOUBLE CAB
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 138500
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Reliable and efficient 2.4 L turbo diesel with 400 Nm torque and smooth auto gearboxWell-equipped interior: multimedia with Apple CarPlay/Android Auto, comfort features, and cabin utilityAdvanced safety suite with seven airbags and electronic aidsRobust off-road ability: 4×4 selectable drive, LSD, hill/trailer systemsGood warranty & service backing, plus telematics connectivity
)
[price] => Array
(
[0] => 399000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:7:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071338_7.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AHTJB8DD504761287
)
)
1
AHTJB8DD504761287
AHTJB8DD504761287
Colour: White
MOL01433
28214679
28214679
Enquire
<?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"); } } ?>

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_10.jpg
TOYOTA
HILUX
(2019)
TOYOTA 2.4 GD-6 D/CAB 4X4 SRX AT
Array
(
[vehicleid] => Array
(
[0] => 28214567
)
[dumpdate] => Array
(
[0] => 2025-09-06T16:50:56.747
)
[mmcode] => Array
(
[0] => 60039256
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071353
)
[stockbooknumber] => Array
(
[0] => U0071353
)
[vinnumber] => Array
(
[0] => AHTKB8CD902974146
)
[regnumber] => Array
(
[0] => JF55ZXGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => TOYOTA
)
[vehiclerange] => Array
(
[0] => HILUX
)
[vehiclemodel] => Array
(
[0] => 2.4 GD-6 D/CAB 4X4 SRX AT
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => DOUBLE CAB
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 221403
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Reliable and efficient 2.4 L turbo diesel with 400 Nm torque and smooth auto gearboxWell-equipped interior: multimedia with Apple CarPlay/Android Auto, comfort features, and cabin utilityAdvanced safety suite with seven airbags and electronic aidsRobust off-road ability: 4×4 selectable drive, LSD, hill/trailer systemsGood warranty & service backing, plus telematics connectivity
)
[price] => Array
(
[0] => 434999
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:10:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071353_10.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AHTKB8CD902974146
)
)
1
AHTKB8CD902974146
AHTKB8CD902974146
Colour: White
MOL01433
28214567
28214567
Enquire
<?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"); } } ?>

https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_1.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_2.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_3.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_4.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_5.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_6.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_7.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_8.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_9.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_10.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_11.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_12.jpg, https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_13.jpg
TOYOTA
HILUX
(2019)
TOYOTA 2.4 GD-6 D/CAB 4X4 SRX AT
Array
(
[vehicleid] => Array
(
[0] => 28214566
)
[dumpdate] => Array
(
[0] => 2025-09-06T16:50:56.747
)
[mmcode] => Array
(
[0] => 60039256
)
[molstockbooknumber] => Array
(
[0] => MOL01433_U0071352
)
[stockbooknumber] => Array
(
[0] => U0071352
)
[vinnumber] => Array
(
[0] => AHTKB8CD802974123
)
[regnumber] => Array
(
[0] => JC80PKGP
)
[uploadtype] => Array
(
[0] => USED
)
[vehiclemake] => Array
(
[0] => TOYOTA
)
[vehiclerange] => Array
(
[0] => HILUX
)
[vehiclemodel] => Array
(
[0] => 2.4 GD-6 D/CAB 4X4 SRX AT
)
[vehicleyear] => Array
(
[0] => 2019
)
[bodytype] => Array
(
[0] => DOUBLE CAB
)
[transmissiontype] => Array
(
[0] => AUTOMATIC
)
[fueltype] => Array
(
[0] => DIESEL
)
[colour] => Array
(
[0] => White
)
[numberofdoors] => Array
(
[0] => 4
)
[mileage] => Array
(
[0] => 203470
)
[servicehistory] => Array
(
[0] => Full
)
[comments] => Array
(
[0] => Reliable and efficient 2.4 L turbo diesel with 400 Nm torque and smooth auto gearbox Well-equipped interior: multimedia with Apple CarPlay/Android Auto, comfort features, and cabin utility Advanced safety suite with seven airbags and electronic aids Robust off-road ability: 4×4 selectable drive, LSD, hill/trailer systems Good warranty & service backing, plus telematics connectivity.
)
[price] => Array
(
[0] => 439000
)
[dealershipid] => Array
(
[0] => 52
)
[molnumber] => Array
(
[0] => MOL01433
)
[dealershipname] => Array
(
[0] => Barons N1 City
)
[pictures] => Array
(
[0] => a:13:{i:0;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_1.jpg";i:1;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_2.jpg";i:2;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_3.jpg";i:3;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_4.jpg";i:4;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_5.jpg";i:5;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_6.jpg";i:6;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_7.jpg";i:7;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_8.jpg";i:8;s:90:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_9.jpg";i:9;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_10.jpg";i:10;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_11.jpg";i:11;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_12.jpg";i:12;s:91:"https://bmrprodphotosuitestorage.blob.core.windows.net/stockimages/mol01433_u0071352_13.jpg";}
)
[nmi_vehicle_id] => Array
(
[0] => AHTKB8CD802974123
)
)
1
AHTKB8CD802974123
AHTKB8CD802974123
Colour: White
MOL01433
28214566
28214566
Enquire
<?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"); } } ?>