Close
Book Stay

Sign up to our newsletter for the latest news and special offers

Sign Up


Our Hotel Gift Vouchers are the perfect gift for every occasion.

Vouchers
Close
More...


Muckross Road, Killarney, V93 V6WF, Ireland
General Tel: +353 (0)64 663 6000
Res Tel: +353 (0)64 667 1550

Gift

Give the Gift of a Gleneagle Experience!

Purchase your voucher online now, below.


DROP A HINT
//https://app.hubspot.com/contacts/6862341/record/0-5/3012434957 (REMOVED SOLUTION - See task HS 45268534018) //https://app.hubspot.com/contacts/6862341/record/0-5/45268534018 $(document).ready(function() { // Target any link pointing to the reservations page, including your c4-btn blocks $('a[href*="/en/reservations/"]').each(function() { var href = $(this).attr('href'); if (href) { try { // Create a URL object (handles both absolute and relative links based on origin) var url = new URL(href, window.location.origin); // 1. Add the globally required parameters url.searchParams.set('hotel_id', '900'); url.searchParams.set('guide_id', '2'); // 2. Pull specific data attributes if this link has them (data-price-group, data-vgo) var priceGroup = $(this).data('price-group'); var vgo = $(this).data('vgo'); if (priceGroup) url.searchParams.set('price_group', priceGroup); if (vgo) url.searchParams.set('vgo', vgo); // 3. Update the actual href of the link on the page // This keeps existing parameters intact (like date_in=2026-06-01) $(this).attr('href', url.toString()); } catch (e) { // Ignore any malformed URLs silently } } }); });