Scroll to top

WTCNO at THE WINDSOR COURT

The WTCNO at THE WINDSOR COURT, is a membership benefit designed specifically for WTCNO members, providing an opportunity for members to network, socialize, and build a stronger trade community. WTCNO members benefit from an environment that will uphold traditions while embracing new opportunities.

Member Benefits

Exclusive Access to Hotel Amenities for Members

  • 15% discount at all hotel outlets (including spa)
  • 15% discount on catering and private dining
  • Complimentary internet access throughout the property
  • Fitness center access
  • Discounted Cabana Rental – full day and half day available (must be booked ahead of time)
  • Discounted Day Use Pool Access
  • Special Email Address for Reservations

Over-Night Accommodations

Rates*:

  • Sunday – Thursday – set rate with guaranteed upgrade to a suite
  • Weekend stays (Friday/Saturday) and Special Events receive 15% off of Best Available Rates

*Special program rates are available for 9 or less rooms per night

 

Value Added Offerings for Over-Night Accomodations:

  • Daily Breakfast Credit for up to 2 people (value of $30.00/per person)
  • Passport Card for 15% discount at all hotel outlets (including spa & parking)
  • Complimentary internet access
  • Twice daily housekeeping service
  • Complimentary fitness center access

Private Booking Code Provided for WTCNO Member for room reservations.

Dedicated email for WTCNO Members to correspond directly with hotel for restaurant and/or meeting space reservations.

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('table.tablepress').forEach(table => { // Wrap table in responsive div if not already if (!table.parentElement.classList.contains('tablepress-responsive')) { const wrapper = document.createElement('div'); wrapper.classList.add('tablepress-responsive'); table.parentNode.insertBefore(wrapper, table); wrapper.appendChild(table); } // Generate data-th attributes for stacked view const headers = Array.from(table.querySelectorAll('thead th')).map(th => th.textContent.trim()); table.querySelectorAll('tbody tr').forEach(row => { Array.from(row.children).forEach((cell, i) => { cell.setAttribute('data-th', headers[i] || ''); }); }); }); });