Prices are based on the number of people participating in the expedition. Please contact us for accurate pricing according to your requirements and participating in small or large groups.
Prices are based on the number of people participating in the expedition. Please contact us for accurate pricing according to your requirements and participating in small or large groups.
Prices are based on the number of people participating in the expedition. Please contact us for accurate pricing according to your requirements and participating in small or large groups.
Prices are based on the number of people participating in the expedition. Please contact us for accurate pricing according to your requirements and participating in small or large groups.
SELECT SQL_CALC_FOUND_ROWS wp37_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM wp37_postmeta price_meta2 WHERE price_meta2.post_id=wp37_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2026-03-18:2028-03-18' LIMIT 1), 0) accommodation_price , IFNULL((SELECT price_meta3.meta_value + 0 FROM wp37_postmeta price_meta3 WHERE price_meta3.post_id=wp37_posts.ID AND price_meta3.meta_key='accommodation_static_from_price' LIMIT 1), 0) accommodation_static_price
FROM wp37_posts
WHERE 1=1 AND wp37_posts.post_type = 'accommodation' AND ((wp37_posts.post_status = 'publish'))
GROUP BY wp37_posts.ID HAVING 1=1
ORDER BY accommodation_price ASC
LIMIT 48, 12