room47kw.com Open in urlscan Pro
35.192.183.203  Public Scan

URL: https://room47kw.com/
Submission: On August 16 via api from BE — Scanned from GB

Form analysis 7 forms found in the DOM

<form id="chatForm">
  <div class="chatBox__input-wrapper"><label for="chat_type_message_field" class="sr-only">Type your message</label> <input id="chat_type_message_field" type="text" placeholder="Type your message..." class="form-control mr-1"></div> <button
    type="submit" aria-label="Send"><span class="spinner-wheel spinner-wheel-20"></span> <span style="display: none;"><span role="presentation" class="sr-only"> Send </span> <svg viewBox="0 0 24 24" focusable="false" aria-hidden="true"
        class="sociavore-icon">
        <line x1="22" y1="2" x2="11" y2="13"></line>
        <polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
      </svg></span></button>
</form>

Name: quick-sign-up-formPOST #

<form action="#" name="quick-sign-up-form" method="POST">
  <div class="row / mb-2">
    <div class="col-12">
      <div class="form-group">
        <label class="visually-hidden" for="quickSignUpFirstName">First name</label>
        <input type="text" class="form-control" id="quickSignUpFirstName" name="quick-sign-up-form-first-name" placeholder="First name" autocomplete="cc-given-name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label class="visually-hidden" for="quickSignUpLastName">Last name</label>
        <input type="text" class="form-control" id="quickSignUpLastName" name="quick-sign-up-form-last-name" placeholder="Last name" autocomplete="cc-family-name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label class="visually-hidden" for="quickSignUpPhone">Phone number</label>
        <input class="form-control / js-iti-phone-field" id="quickSignUpPhone" type="text" name="quick-sign-up-form-phone" placeholder="Phone number" autocomplete="tel" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label class="visually-hidden" for="quickSignUpEmail">Email</label>
        <input type="email" class="form-control" id="quickSignUpEmail" name="quick-sign-up-form-email" placeholder="Email" autocomplete="email" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label class="visually-hidden" for="modalReserveComments">Comments</label>
        <textarea class="form-control js-reservation-comment" rows="3" placeholder="Any special requests" id="modalReserveComments"></textarea>
      </div>
    </div>
  </div>
  <div class="d-flex">
    <button class="btn btn-secondary / w-100 / mr-1" id="quickSignUpFormBackReserve" aria-label="Back">Back</button>
    <button class="btn btn-accent / w-100 / ml-1" type="submit" name="quick-sign-up-form-submit" aria-label="Request">Request</button>
  </div>
</form>

POST /site/api/v2/shop/cart_items/add_tickets

<form class="js-shop__add-event-ticket-form" method="POST" action="/site/api/v2/shop/cart_items/add_tickets">
  <div>
    <button class="btn btn-accent / w-100" type="submit" aria-label="Add to bag">Add to bag</button>
  </div>
</form>

Name: newsletter-form #

<form class="newsletter__form text-center" action="#" name="newsletter-form" data-form-name="newsletter">
  <input class="js-recaptcha-field" id="recaptcha_field_id_7563" name="recaptchaToken" type="hidden" disabled="">
  <div class="mb-3">
    <label for="newsletter-modal">Join our newsletter</label>
  </div>
  <div class="newsletter__form--input / mb-3">
    <input type="email" placeholder="Enter your email address" name="email" id="newsletter-modal" class="form-control / mb-0 / js-subscribe-email-field" required="">
  </div>
  <div>
    <button class="btn btn-accent" aria-label="Subscribe"> Subscribe </button>
  </div>
</form>

Name: reset-password-form #

<form action="#" class="reset-password__form text-center" name="reset-password-form" data-form-name="reset_password">
  <input type="hidden" name="customer[reset_password_token]" id="customer_reset_password_token">
  <div class="reset-password__form--input / mb-3">
    <label class="sr-only" for="customer_password">New password</label>
    <input type="password" placeholder="New password" name="customer[password]" id="customer_password" class="form-control / mb-0 / js-yy5" autocomplete="new-password" required="">
  </div>
  <div class="reset-password__form--input / mb-3">
    <label class="sr-only" for="customer_password_confirmation">New password confirmation</label>
    <input type="password" placeholder="Confirm new password" name="customer[password_confirmation]" id="customer_password_confirmation" class="form-control / mb-0 / js-yy6" autocomplete="new-password" required="">
  </div>
  <div>
    <button class="btn btn-accent">Change my password</button>
  </div>
</form>

Name: oo_update_itemPATCH /site/api/v2/shop/cart_items

<form class="modal-content / js-oo-update-menu-item-form" id="oo_update_item" name="oo_update_item" method="PATCH" action="/site/api/v2/shop/cart_items">
  <input type="hidden" id="upd_single_pricepoint_id" name="variant_id" value="" disabled="">
  <button class="oo-modal__close" data-dismiss="modal" aria-label="Close">
    <span class="sr-only" role="presentation"> Close </span>
    <svg viewBox="0 0 24 24" class="sociavore-icon  " focusable="false" aria-hidden="true">
      <line x1="18" y1="6" x2="6" y2="18"></line>
      <line x1="6" y1="6" x2="18" y2="18"></line>
    </svg>
  </button>
  <img class="oo-modal__img / object-fit-cover / d-none / js-oo-modal-img" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" alt="">
  <div class="oo-modal__desc / js-oo-modal-desc">
    <h3 class="oo-modal__desc-title / js-oo-modal-title" id="ordering_upd_menu_item_name">Menu item</h3>
    <p class="oo-modal__desc-text / js-oo-modal-text"></p>
    <p class="oo-modal__price / js-oo-modal-price"></p>
  </div>
  <div class="oo-modal__option  oo-modal__option_prices / d-none / js-oo-modal-prices">
    <div class="oo-modal__option-header">
      <h4 class="h5 oo-modal__option-header__title">Choose:</h4>
    </div>
    <div class="oo-modal__option-list / js-oo-modal-prices-list"></div>
  </div>
  <div class="oo-modal__options / js-oo-modal-modifiers"></div>
  <div class="oo-modal__note">
    <label class="h5 / m-0" for="upd_customer_note">Special requests</label>
    <div class="oo-modal__note-content">
      <textarea class="form-control / js-user-item-note" id="upd_customer_note" name="customer_note" rows="1" placeholder="Enter your note…"></textarea>
    </div>
  </div>
  <div class="oo-modal__quantity / js-oo-modal-quantity">
    <div class="quantity js-quantity-area-initialized">
      <label for="upd-oo-item-quantity" class="sr-only">Quantity</label>
      <input class="form-control / js-oo-modal-qty" id="upd-oo-item-quantity" name="quantity" type="number" value="1" min="1" max="100">
      <div class="quantity-nav / js-quantity-nav">
        <button class="quantity-button quantity-up / p-0 / js-quantity-up" type="button" aria-label="Quantity increase">
          <svg class="sociavore-icon" viewBox="0 0 24 24">
            <line x1="12" y1="5" x2="12" y2="19"></line>
            <line x1="5" y1="12" x2="19" y2="12"></line>
          </svg>
        </button>
        <button class="quantity-button quantity-down / p-0 / js-quantity-down" type="button" aria-label="Quantity decrease">
          <svg class="sociavore-icon" viewBox="0 0 24 24">
            <line x1="5" y1="12" x2="19" y2="12"></line>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <div class="oo-modal__remove / js-oo-remove-item-area">
    <button class="js-oo-remove-item" type="button" aria-label="Remove item from cart">Remove item</button>
  </div>
  <div class="oo-modal__add  oo-modal__add_visible">
    <button class="oo-modal__add-btn / btn btn-accent / js-oo-update-item-btn">
      <span>Update order</span>
      <span class="oo-modal__total-price / js-oo-update-item-total"></span>
    </button>
  </div>
</form>

Name: oo_add_item_to_cartPOST /site/api/v2/shop/cart_items/add_menu_item

<form class="modal-content / js-oo-add-menu-item-form" id="oo_add_item_to_cart" name="oo_add_item_to_cart" method="POST" action="/site/api/v2/shop/cart_items/add_menu_item">
  <input type="hidden" id="single_pricepoint_id" name="variant_id" value="" disabled="">
  <button class="oo-modal__close" data-dismiss="modal" aria-label="Close">
    <span class="sr-only" role="presentation"> Close </span>
    <svg viewBox="0 0 24 24" class="sociavore-icon  " focusable="false" aria-hidden="true">
      <line x1="18" y1="6" x2="6" y2="18"></line>
      <line x1="6" y1="6" x2="18" y2="18"></line>
    </svg>
  </button>
  <img class="oo-modal__img / object-fit-cover / d-none / js-oo-modal-img" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" alt="">
  <div class="oo-modal__desc / js-oo-modal-desc">
    <h3 class="oo-modal__desc-title / js-oo-modal-title" id="ordering_menu_item_name">Menu item</h3>
    <p class="oo-modal__desc-text / js-oo-modal-text"></p>
    <p class="oo-modal__price / js-oo-modal-price"></p>
  </div>
  <div class="oo-modal__option  oo-modal__option_prices / d-none / js-oo-modal-prices">
    <div class="oo-modal__option-header">
      <h4 class="h5 oo-modal__option-header__title">Choose:</h4>
    </div>
    <div class="oo-modal__option-list / js-oo-modal-prices-list"></div>
  </div>
  <div class="oo-modal__options / js-oo-modal-modifiers"></div>
  <div class="oo-modal__note">
    <label class="h5 / m-0" for="customer_note">Special requests</label>
    <div class="oo-modal__note-content">
      <textarea class="form-control / js-user-item-note" id="customer_note" name="customer_note" rows="1" placeholder="Enter your note…"></textarea>
    </div>
  </div>
  <div class="oo-modal__quantity">
    <div class="quantity js-quantity-area-initialized">
      <label for="oo-item-quantity" class="sr-only">Quantity</label>
      <input class="form-control / js-oo-modal-qty" id="oo-item-quantity" name="quantity" type="number" value="1" min="1" max="100">
      <div class="quantity-nav / js-quantity-nav">
        <button class="quantity-button quantity-up / p-0 / js-quantity-up" type="button" aria-label="Quantity increase">
          <svg class="sociavore-icon" viewBox="0 0 24 24">
            <line x1="12" y1="5" x2="12" y2="19"></line>
            <line x1="5" y1="12" x2="19" y2="12"></line>
          </svg>
        </button>
        <button class="quantity-button quantity-down / p-0 / js-quantity-down" type="button" aria-label="Quantity decrease">
          <svg class="sociavore-icon" viewBox="0 0 24 24">
            <line x1="5" y1="12" x2="19" y2="12"></line>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <div class="oo-modal__add">
    <button class="oo-modal__add-btn / btn btn-accent / js-oo-add-item-btn">
      <span>Add <span class="oo-modal__count / js-oo-add-item-count"></span> to Order</span>
      <span class="oo-modal__total-price / js-oo-add-item-total"></span>
    </button>
  </div>
</form>

Text Content

Skip to main content Skip to footer

 * Home
 * Reservations
   Guestlist Bottle service Bottle Menu Floor Plan
 * Events
   Upcoming Events Venue Bookings
 * Contact Us


Close
 * Home
 * Reservations
   * Guestlist
   * Bottle service
   * Bottle Menu
   * Floor Plan
 * Events
   * Upcoming Events
   * Venue Bookings
 * Contact Us




ROOM 47

Uptown Waterloo's 21+ Danceclub, Live Music Venue, and Event Space.


ROOM 47

Uptown Waterloo's 21+ Danceclub, Live Music Venue, and Event Space.


ROOM 47

Uptown Waterloo's 21+ Danceclub, Live Music Venue, and Event Space.




GUESTLIST

BOTTLE SERVICE

VENUE BOOKINGS


DRESS CODE

During our nightlife hours, our dress code can be defined as a style code or
fashionable attire. Dress to impress! We however do not permit headwear,
athletic wear such as jerseys, athletic shorts, mens tank tops, track pants,
side bags, or baggy clothing.


UPCOMING EVENTS

View all

At this time, there are no upcoming events.

 * Feedback

Room 47
47 King St N
Kitchener, Ontario N2J 2W9
+1 (519) 885-0210
Today's hours: 12:00 AM - 02:00 AM 09:00 PM - 02:00 AM
 * 
 * Instagram

Powered by Sociavore
Location
47 King St N, Kitchener
Phone +1 (519) 885-0210
Time 12:00 AM - 02:00 AM 09:00 PM - 02:00 AM
 * 
 * Instagram

Chat Close
Select location
Close
We're typing...
Sending...
Type your message
Send
Back Apply
Add 1 to Order $0.00
Text file Menus Phone Call Location Location

ROOM 47

Close

ADDRESS

47 King St N, Kitchener


HOURS

Working hours Day Open Close Sun Closed Mon Closed Tue Closed Wed Closed Thu
Closed Fri 12:00 AM 02:00 AM 09:00 PM 02:00 AM Sat 12:00 AM 02:00 AM Sat 10:00
PM 12:00 AM

Close
items in bag

Cart is empty

Add an order note Message
Special requests:
Clear cart Remove
Back Secure Checkout

Close

Reservations are not available.

RESERVATION SUBMITTED

Close

Please note that reservation requested online are not final until confirmed by
our team.

We will hold your table for 15 minutes. If you will be later than 15 minutes,
please give us a call.

If you need to cancel, we ask that you do so at least 24 hours in advance.

DATE & TIME

YOUR DETAILS

Close
First name
Last name
Phone number
Email
Comments
Back Request

Close modal


BUY EVENT TICKET

Close
Add to bag

NEWSLETTER

Close
Join our newsletter

Subscribe

protected by reCAPTCHA - Privacy - Terms

CHANGE YOUR PASSWORD

Close
New password
New password confirmation
Change my password
Close


MENU ITEM





CHOOSE:



Special requests

Quantity

Remove item
Update order

MENUS

Close
BOTTLE MENU Next FLOOR PLAN Next
Bag Pickup Delivery Delivery
Close modal

Where should we deliver your order?

Delivery address Search

Start typing your address


No Yes

When will you pick up your order?

ASAP Later
Select a pickup date Calendar View all days Hide all days
Select desired pickup time

Delivery will take place between 9:00 AM and 6:00 PM

Ready for pickup in 45 minutes

Continue
Close


MENU ITEM





CHOOSE:



Special requests

Quantity

Add to Order
reCaptcha private field