www.steaminmugs.com.au
Open in
urlscan Pro
13.58.238.31
Public Scan
Submitted URL: https://m.steaminmugs.com.au/
Effective URL: https://www.steaminmugs.com.au/
Submission: On August 20 via automatic, source certstream-suspicious — Scanned from AU
Effective URL: https://www.steaminmugs.com.au/
Submission: On August 20 via automatic, source certstream-suspicious — Scanned from AU
Form analysis
5 forms found in the DOMPOST
<form id="table-booking" x-ref="tableBookingForm" x-bind:class="{ 'hidden': reservationSubmitted }" method="post" data-table-booking-form="" @submit.prevent="submitData()" novalidate="">
<fieldset x-bind:class="{ 'hidden': stripe.show }">
<input type="hidden" name="_csrf_metropolis_web" value="sFXGf_lwDwbeeCA7CzJXhywn_u9C3O_NcGPP9ogSx46IbLwHoQh7QrIKY2w9RxiwFAqch3GeqasdCo7HwneJ2Q==">
<div class="mdlContentfullWd">
<div class="formStyle">
<div class="row">
<p x-text="infoMessage"></p>
<div class="col-md-12">
<div class="parentCol1 form-group">
<div class="row g-2 align-items-center">
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_zero_min_width btn_select preBtn" x-on:click="dateChanges('decrement')">
<img src="/common/images/left-arrow-angle.png" alt="Left Arrow Icon for Previous Date"></a></div>
<div class="col">
<div class="selectedValColMain">
<div class="selectedValCol">
<input type="hidden" x-model="selectedDate" id="datepicker" class="form-control" x-on:change="updateDate()" value="20-Aug-2024">
<span class="selectedVal1 d-block" id="datepicker-button" x-text="selectedDate">20-Aug-2024</span>
<span class="selectedVal2 d-block">date</span>
</div>
</div>
</div>
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_zero_min_width btn_select nextBtn" x-on:click="dateChanges('increment')"><img src="/common/images/right-arrow-angle.png" alt="Right Arrow Icon for Next Date"></a></div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="parentCol form-group mb-0">
<div class="row g-2 align-items-center">
<div class="col-auto">
<a href="javascript:void(0)" x-on:click="form.guests > 1 ? form.guests -= 1 : form.guests = 1" class="btn btn_zero_min_width btn_select preBtn">
<img src="/common/images/left-arrow-angle.png" alt="...">
</a>
</div>
<div class="col">
<div class="selectedValColMain" x-on:click="showDateList = !showDateList" :class="{'showList': showDateList}">
<div class="selectedValCol">
<span class="selectedVal1 d-block" x-text="form.guests">5</span>
<span class="selectedVal2 d-block">guests</span>
</div>
<div class="optionList">
<ul x-model="form.guests">
<template x-for="guest in guests">
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">1</span>
<span class="vBtm">Guest</span>
</li>
</template>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">1</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">2</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">3</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">4</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">5</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">6</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">7</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">8</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">9</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">10</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">11</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">12</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">13</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">14</span>
<span class="vBtm">Guest</span>
</li>
<li class="p-2" x-on:click="form.guests = guest" style="cursor: pointer;">
<span class="vTop" x-text="guest">15</span>
<span class="vBtm">Guest</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-auto">
<a href="javascript:void(0)" x-on:click="form.guests += 1" class="btn btn_zero_min_width btn_select nextBtn"><img src="/common/images/right-arrow-angle.png" alt="..."></a>
</div>
</div>
</div>
<div class="text-center form-group mt-1">
<span style="color: var(--core-theme-color); display: none;" x-show="applicableNoShowCharge"><i class="fa fa-info-circle mr-1"></i>Booking deposit of <strong x-text="'$' + applicableNoShowCharge">$0</strong> will be applicable on this
reservation.</span>
</div>
</div>
<div class="col-md-12">
<div class="parentCol form-group">
<div class="row g-2 align-items-center">
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_select btn_zero_min_width preBtn" x-on:click="slotChange('decrement')"><img src="/common/images/left-arrow-angle.png" alt="..."></a></div>
<div class="col">
<div class="selectedValColMain" x-on:click="showTimeList = !showTimeList" :class="{'showList': showTimeList}">
<div class="selectedValCol">
<span class="selectedVal1 d-block" x-text="selectedTime">10:30 am</span>
<span class="selectedVal2 d-block">time</span>
</div>
<div class="optionList">
<ul>
<template x-if="selectedSlots.length < 1">
<li>
<span class="vTop">No slots available</span>
<span class="vBtm">Time</span>
</li>
</template>
<template x-for="slot in selectedSlots">
<li class="p-2" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time"></span>
</li>
</template>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">10:30 am</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">11:00 am</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">11:30 am</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">12:00 pm</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">12:30 pm</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">1:00 pm</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">1:30 pm</span>
</li>
<li class="p-2 addVisibility" x-on:click="selectedTime = slot.time" :class="slot.status == '1' ? 'addVisibility' : 'disableList'">
<span class="vTop" x-text="slot.status == '1' ? slot.time : slot.time + ' - booked out'" :value="slot.time">2:00 pm</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-auto"><a href="javascript:void(0)" class="btn btn_select btn_zero_min_width nextBtn" x-on:click="slotChange('increment')"><img src="/common/images/right-arrow-angle.png" alt="Right Arrow Icon for Next Slot"></a></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="first">First Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/user-icon.svg" alt="..."></span>
<input type="text" class="form-control lineFld" name="first_name" x-model="form.first_name" id="first" placeholder="First Name" required="">
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="last">Last Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/user-icon.svg" alt="..."></span>
<input type="text" x-model="form.last_name" class="form-control lineFld" name="last_name" id="last" placeholder="Last Name" required="">
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="celebration">Celebrating an Event</label>
<select class="custom-select" name="event" x-model="form.event">
<option value="" selected="">-- Please Select Event -- </option>
<template x-for="event in events">
<option :value="event.event" x-text="event.event"></option>
</template>
<option :value="event.event" x-text="event.event" value="Birthday">Birthday</option>
<option :value="event.event" x-text="event.event" value="Anniversary">Anniversary</option>
</select>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="email">Email</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/email-icon.svg" alt="..."></span>
<input type="email" class="form-control lineFld" id="email" name="email" x-model="form.email" placeholder="Email" required="" data-parsley-type="email">
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label class="labelStyle" for="mobile">Mobile</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/common/images/phone-icon.svg" alt="..."></span>
<input type="text" class="form-control lineFld" name="mobile" id="mobile" placeholder="Eg. 0210293999" required="" data-parsley-validate-if-empty="" data-parsley-pattern="^[[0]\d{9}]*$"
data-parsley-required-message="This value is required." data-parsley-error-message="Please enter a valid mobile number, eg. 0210293999" x-model="form.mobile">
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label class="labelStyle" for="mobile">Message</label>
<div class="rightIconFld">
<textarea name="message" class="form-control textarea" placeholder="Comments..." x-model="form.message"></textarea>
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label class="labelStyle">Any Requests</label>
<div class="rightIconFld">
<select class="form-control requestSelectDropdown select2-hidden-accessible" multiple="" data-parsley-multiple="42" data-select2-id="1" tabindex="-1" aria-hidden="true">
<option value="High Chair" data-select2-id="2">High Chair</option>
<option value="Close to Restrooms" data-select2-id="3">Close to Restrooms</option>
<option value="Room for Pram" data-select2-id="4">Room for Pram</option>
</select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
aria-haspopup="true" aria-expanded="false" tabindex="-1">
<ul class="select2-selection__rendered">
<li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox"
aria-autocomplete="list" placeholder="" style="width: 0.75em;"></li>
</ul>
</span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
</div>
</div>
</div>
<div class="col-md-6" :class="{ 'hidden': !showGoogleRecaptcha }">
<div class="form-group">
<label class="labelStyle">Captcha</label><br>
<fieldset>
<!-- Set up a container to render the widget -->
<div class="g-recaptcha form-field">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-nurf0waxtaly" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LeANOwUAAAAAF2znATQg08v92iOoGPZJZ4aMMqq&co=aHR0cHM6Ly93d3cuc3RlYW1pbm11Z3MuY29tLmF1OjQ0Mw..&hl=en&v=hfUfsXWZFeg83qqxrK27GB8P&size=normal&cb=cwpeuaq22zl4"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
</fieldset>
<span x-text="captchaFailedMessage" class="text-danger"></span>
</div>
</div>
<div class="col-md-6 hidden" :class="{ 'hidden' : showGoogleRecaptcha}">
<div class="form-group">
<label class="labelStyle">Captcha</label>
<input type="text" class="form-control" name="captcha_value" x-model="captchaValue" placeholder="Enter what you see in Image" :required="!showGoogleRecaptcha">
<span class="help-block" x-text="captchaFailedMessage"></span>
</div>
</div>
<div class="col-md-6 hidden" :class="{ 'hidden': showGoogleRecaptcha }">
<div class="form-group">
<label class="labelStyle">.</label><br>
<img data-captcha="reservations" x-ref="captchaImage" src="/captcha/index?uuid=NlxQ_Gec3xG"> <button type="button" class="btn" @click="refreshCaptcha()">
<i class="fa fa-2x fa-refresh"></i>
</button>
<input type="hidden" class="form-control" name="captcha_key" value="NlxQ_Gec3xG">
</div>
</div>
</div>
<p x-text="errorMessage" class="text-danger"></p>
<button type="submit" class="btn btn_primary btn-block lgBtn" x-bind:disabled="reservationBeingSubmitted">
<i class="fa fa-spinner fa-spin fa-hidden" :class="{ 'fa-hidden' : !reservationBeingSubmitted }" aria-hidden="true"></i>
<span x-text="btnText">Place Booking</span>
</button>
</div>
</div>
</fieldset>
<fieldset x-show="stripe.show" style="display: none;">
<div class="mdlContentfullWd">
<div class="formStyle">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<div class="row">
<div class="col-sm-12">
<table class="table border-bottom">
<tbody>
<tr>
<td>
<i class="faIcon fa fa-clock-o"></i>
</td>
<td>
<span class="p-2" x-text="reservationDateTime"></span>
</td>
</tr>
<tr x-show="form.event && form.event != '' " style="display: none;">
<td>
<i class="faIcon fa fa-calendar"></i>
</td>
<td>
<span class="p-2" x-text="form.event"></span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-users"></i>
</td>
<td>
<span class="p-2" x-text="form.guests">5</span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-user"></i>
</td>
<td>
<span class="p-2" x-text="form.first_name + ' ' + form.last_name"> </span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-envelope"></i>
</td>
<td>
<span class="p-2" x-text="form.email"></span>
</td>
</tr>
<tr>
<td>
<i class="faIcon fa fa-phone"></i>
</td>
<td>
<span class="p-2" x-text="form.mobile"></span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="mb-1">
<p> Once your booking is finalised you will receive a confirmation text. If you are unable to honour your booking, we request you cancel the booking 24 hours before the due date. You can cancel using the booking confirmation link sent
to you via SMS. Failing to give the required notice or in the event of a no show charge of <strong x-text="'$' + noShowChargeSettings.chargePerGuest">$null</strong> per person will be applied to your card. By placing this booking on
our website you agree to the terms and conditions.</p>
<p><label class="labelStyle">Note: </label> Your card won’t be charged unless there is a no show.</p>
</div>
<div class="row">
<div class="col-6">
<label class="labelStyle">Enter Card Details</label>
</div>
<div class="col-6 text-right">
<img class="d-inline-block" width="100px" src="/images/powered-by-stripe.svg" alt="Powered by Stripe">
</div>
</div>
<div class="formIconCol form-control StripeElement StripeElement--empty" x-ref="stripePaymentForm">
<div class="__PrivateStripeElement"
style="margin: 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important;"><iframe
name="__privateStripeFrame3673" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
src="https://js.stripe.com/v3/elements-inner-card-6207d23a9b3aac86a95261f8c677b6d2.html#wait=false&mids[guid]=f57c5d68-f94f-4714-b1bd-3e4eab61558bc14417&mids[muid]=f8267d7c-def0-48bf-9c46-a9b958e27801c762e8&mids[sid]=e7c29f4a-3782-4d20-a77c-b4433af62f1602f271&hidePostalCode=true&style[base][color]=%2332325d&style[base][fontFamily]=Arial%2C+sans-serif&style[base][fontSmoothing]=antialiased&style[base][fontSize]=16px&style[base][::placeholder][color]=%2332325d&style[invalid][fontFamily]=Arial%2C+sans-serif&style[invalid][color]=%23fa755a&style[invalid][iconColor]=%23fa755a&rtl=false&componentName=card&keyMode=live&apiKey=pk_live_kEOPYdEBuy4mCna3sNpAPVER&referrer=https%3A%2F%2Fwww.steaminmugs.com.au%2F&controllerId=__privateStripeController3671"
title="Secure card payment input frame"
style="border: 0px !important; margin: 0px !important; padding: 0px !important; width: 1px !important; min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 19.2px;"></iframe><input
class="__PrivateStripeElement-input" aria-hidden="true" aria-label=" " autocomplete="false" maxlength="1"
style="border: none !important; display: block !important; position: absolute !important; height: 1px !important; top: -1px !important; left: 0px !important; padding: 0px !important; margin: 0px !important; width: 100% !important; opacity: 0 !important; background: transparent !important; pointer-events: none !important; font-size: 16px !important;">
<div
style="display: block !important; position: absolute !important; top: 50% !important; right: 0px !important; width: 0px !important; margin: 0px !important; padding: 0px !important; border: 0px !important; background: none !important; opacity: 1 !important; overflow: hidden !important; pointer-events: auto !important; transition: none !important;">
<iframe name="cardButton3674" frameborder="0" allowtransparency="true" scrolling="no"
src="https://js.stripe.com/v3/elements-inner-link-button-for-card-4621e720d5a6fc0eb43a927cfdd58d54.html#locale=en&style[foregroundColor]=%2332325d&frameId=__privateStripeFrame3673&publishableKey=pk_live_kEOPYdEBuy4mCna3sNpAPVER&stripeAccount=acct_1GwRc6GzhUNLzQ3g&stripeJsId=a67fb15e-d36f-43ee-a685-fa00ea360c01&controllerId=__privateStripeController3671&mids[guid]=f57c5d68-f94f-4714-b1bd-3e4eab61558bc14417&mids[muid]=f8267d7c-def0-48bf-9c46-a9b958e27801c762e8&mids[sid]=e7c29f4a-3782-4d20-a77c-b4433af62f1602f271&component=card"
style="margin: 0px !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; display: block !important; position: absolute !important; top: 0px !important; right: 0px !important; height: 0px !important; width: var(--stripeElementWidth) !important; padding: 0px !important; border: 0px !important; overflow: hidden !important; opacity: 1 !important;"></iframe>
</div>
</div>
</div>
<!-- <small>Note: Booking deposit of <strong x-text="'$' + applicableNoShowCharge"></strong> will be adjusted from final bill. It is non-refundable in case of no show.</small> -->
</div>
</div>
<div class="col-md-12">
<p x-text="stripe.error" class="text-danger"></p>
<button type="button" @click="payWithCard()" class="btn btn_primary btn-block lgBtn" x-bind:disabled="stripe.processingPayment">
<i class="fa fa-spinner fa-spin fa-hidden" :class="{ 'fa-hidden' : !stripe.processingPayment }" aria-hidden="true"></i>
<span>Reserve your table</span>
</button>
</div>
</div>
</div>
</div>
</fieldset>
</form>
<form data-ajax-form="login" novalidate="">
<div class="form-group">
<label class="labelStyle" for="loginEmailFld">Enter Email Id</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/email-icon.svg" alt="Icon Email"></span>
<input type="email" class="form-control lineFld" id="loginEmailFld" placeholder="Enter Email Id" name="email">
<span data-message="email"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="loginPwdFld">Enter Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="password" class="form-control lineFld" id="loginPwdFld" placeholder="Enter Password" name="password">
<span data-message="password"></span>
</div>
</div>
<div class="form-group">
<div class="form-row">
<div class="col">
<div class="custom-control custom-checkbox checkBoxStyle">
<input type="checkbox" class="custom-control-input" id="rememberCheck" name="rememberMe" data-parsley-multiple="rememberMe">
<label class="custom-control-label" for="rememberCheck">Remember me?</label>
</div>
</div>
<div class="col forgotPwdLink">
<a href="javascript:void(0)" class="fPwdLink">Forgot password?</a>
</div>
</div>
</div>
<input type="hidden" name="restaurant_id" value="22">
<button type="submit" class="btn btn_primary btn-block lgBtn">SIGN IN</button>
</form>
<form data-ajax-form="register" novalidate="">
<div class="form-group">
<label class="labelStyle" for="registerfNameFld">First Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/user-icon.svg" alt="Icon User"></span>
<input type="text" class="form-control lineFld" id="registerfNameFld" placeholder="Enter First Name" name="firstName">
<span data-message="firstName"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerlNameFld">Last Name</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/user-icon.svg" alt="Icon User"></span>
<input type="text" class="form-control lineFld" id="registerlNameFld" placeholder="Enter Last Name" name="lastName">
<span data-message="lastName"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerEmailFld">Email</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/email-icon.svg" alt="Icon Email"></span>
<input type="email" class="form-control lineFld" id="registerEmailFld" placeholder="Enter Email" name="email">
<span data-message="email"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerMobileFld">Mobile Number</label>
<div class="rightIconFld col-xs-12">
<span class="fldIcon"><img src="/images/phone-icon.svg" alt="Icon Phone"></span>
<input type="tel" class="form-control lineFld intlPhoneInput" id="registerMobileFld" placeholder="Eg. 0210293999" name="mobile">
<span data-message="mobile" required="" data-parsley-validate-if-empty="" data-parsley-pattern="^[[0]\d{9}]*$" data-parsley-required-message="This value is required."
data-parsley-error-message="Please enter a valid mobile number, eg. 0210293999"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerPwdFld">Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="password" class="form-control lineFld" id="registerPwdFld" placeholder="Enter Password" name="password">
<span data-message="password"></span>
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="registerCPwdFld">Confirm Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="password" class="form-control lineFld" id="registerCPwdFld" placeholder="Confirm Password" name="password_confirmation">
<span data-message="password_confirmation"></span>
</div>
</div>
<div class="form-group">
<div class="form-row">
<div class="col">
<div class="custom-control custom-checkbox checkBoxStyle">
<input type="checkbox" class="custom-control-input" id="receiveNotificationCheck" name="subscribed" value="1" checked="" data-parsley-multiple="subscribed">
<label class="custom-control-label" for="receiveNotificationCheck">Receive discount vouchers & special promotions</label>
</div>
</div>
</div>
</div>
<input type="hidden" name="restaurant_id" value="22">
<input type="hidden" name="fbId" value="">
<input type="hidden" name="googleId" value="">
<button type="submit" class="btn btn_primary btn-block lgBtn">SIGN UP</button>
</form>
<form data-ajax-form="forgotPassword">
<div class="form-group">
<label class="labelStyle" for="confirmPwdFld">Please enter the email address you signed up with and we'll send you a password reset link.</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="Icon Lock"></span>
<input type="text" class="form-control lineFld mb-2" placeholder="Email" required="" name="email">
<span data-message="email"></span>
<span data-message="rqMsg"></span>
</div>
</div>
<input type="hidden" name="restaurant_id" value="22">
<button type="submit" class="btn btn_primary btn-block lgBtn">Submit</button>
<br><br>
</form>
<form>
<div class="form-group">
<label class="labelStyle" for="oldPwdFld">Old Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="..."></span>
<input type="password" class="form-control lineFld" id="oldPwdFld" placeholder="Old Password" required="">
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="newPwdFld">New Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="..."></span>
<input type="password" class="form-control lineFld" id="newPwdFld" placeholder="New Password" required="">
</div>
</div>
<div class="form-group">
<label class="labelStyle" for="confirmPwdFld">Confirm Password</label>
<div class="rightIconFld">
<span class="fldIcon"><img src="/images/lock-icon.svg" alt="..."></span>
<input type="password" class="form-control lineFld" id="confirmPwdFld" placeholder="Confirm Password" required="">
</div>
</div>
<button type="submit" class="btn btn_primary btn-block lgBtn">Update</button>
</form>
Text Content
* Home * About * Menu * Blogs * Gallery * Contact * * Login Register * 0 * DISCOVER STEAMIN' MUGS STEAMIN' MUGS Opening Hours Takeaway Ordering Book A Table menu DISCOVER STEAMIN' MUGS STEAMIN' MUGS Opening Hours Takeaway Ordering Book A Table menu DISCOVER STEAMIN' MUGS STEAMIN' MUGS opening hours Takeaway ordering book a table menu DISCOVER STEAMIN' MUGS STEAMIN' MUGS opening hours Takeaway ordering book a table menu DISCOVER STEAMIN' MUGS STEAMIN' MUGS Opening Hours Takeaway Ordering Book A Table menu DISCOVER STEAMIN' MUGS STEAMIN' MUGS Opening Hours Takeaway Ordering Book A Table menu 1234 OUR STORY ABOUT US With its bright, modern-day vibe, Steamin' Mugs is a breath of fresh air for its visitors. Located in Hastings, Steamin' Mugs is here to offer modern Australian cuisine. Decorated with potted plants and wooden furniture, the cafe serves traditional dishes with a delectable twist. A family-run business, Steamin' Mugs is a place for everyone to hangout alone, just cosy up in the corner with a book, or have a lively conversation with your friends over a scrumptious hearty meal with a coffee and drinks of choice. Chef Ritesh Gupta, owner of the cafe, along with his wife Ritika Gupta, proudly takes forward the heritage of his family in the business of hospitality. More than fifteen years of experience in the industry has made him sensitive to the needs of people. The cafe is his lifelong aspiration and a vision of a perfect breakfast place for the Modern Australian today. Steamin' Mugs is a place where people come to feel comfortable with friendly faces and their coffees made just like they want every morning! SCRUMPTIOUS MENU CHOICES SMASHED AVOCADO,BENEDICT, BREKKY BURGER, BROCOLLI & CORN FRITTERS AND A LOT MORE! Check It SPECIAL SELECTION ... Food Beverages Toasties Sweet Tooth Kids Menu FOOD BENEDICT 25 Potato, Spinach & Parmesan Waffle, snow pea tendrils, E... * * * * * BOWL OF CHIPS 11 ... * * * * * BREKKY BURGER 18 Bacon, Homemade Tomato Relish, Spinach, Tomato, Fried E... * * * * * BREKKY BURRITO 22 scramble egg, tomato relish, spinach, beans, bacon, che... * * * * * BROCCOLI & CORN FRITTERS 23 pesto, tomato salsa, avocado, feta, poached egg * * * * * CHILLI SCRAMBLED 23 chorizo, feta, chilli jam, shallots on croissant * * * * * CRISPY CALAMARI (GF) 25 Rocket, Cherry Tomato, Radish, Beanshoots, Coriander, S... * * * * * CRISPY CHICKEN TACOS 23 slaw, chipotle mayo, corn salsa * * * * * EGGS ON TOAST 13 Sourdough Bread (Free Range Eggs) * * * * * * Previous * Next Order Online STEAMIN' MUGS'S TASTY OFFER CHEF SUGGESTS CRISPY CALAMARI (GF) Rocket, Cherry Tomato, Radish, Beanshoots, Coriander, S.... HOMEMADE GRANOLA quinoa flakes, rice puffs, fresh fruits, fried fruits, .... SOUTHERN-FRIED CHICKEN BURGER Bacon, Chipotle Slaw On Brioche Roll With Chips.... GOOGLE REVIEW WHAT’S ON… * Facebook * Instagram BLOGS LATEST BLOG Coffee 4 years ago Health Benefits of Coffee 4 years ago Different types of coffee 4 years ago Coffee 4 years ago Health Benefits of Coffee 4 years ago Different types of coffee 4 years ago Coffee 4 years ago Health Benefits of Coffee 4 years ago Different types of coffee 4 years ago STEAMIN' MUGS 24 HIGH ST, HASTINGS VIC 3915, AUSTRALIA * Reservations Number: * 0359325642 * info@steaminmugs.com.au OPENING HOURS Trading Hours 7:30 AM-3:00 PM (Mon-Sat) Sunday Closed Public Holiday Closed 24, High Street, Hastings, Vic 03 59325642 DELIVERY & PICKUP INFORMATION * Delivery * Delivery Radius 13 km | Delivers in 30 mins | Pickup in 15 mins * Facebook * Instagram Copyright © 2024. All rights reserved. Powered By: LOW STOCK ALERT! × SOME ITEMS WENT OUT OF STOCK WHILE YOU WERE ORDERING. Reduce these items to proceed! Go back and reduce! TABLE BOOKING FILL OUT THIS FORM TO MAKE A RESERVATION 20-Aug-2024 date 5 guests 1 Guest * 1 Guest * 2 Guest * 3 Guest * 4 Guest * 5 Guest * 6 Guest * 7 Guest * 8 Guest * 9 Guest * 10 Guest * 11 Guest * 12 Guest * 13 Guest * 14 Guest * 15 Guest Booking deposit of $0 will be applicable on this reservation. 10:30 am time No slots available Time * 10:30 am * 11:00 am * 11:30 am * 12:00 pm * 12:30 pm * 1:00 pm * 1:30 pm * 2:00 pm First Name Last Name Celebrating an Event -- Please Select Event -- Birthday Anniversary Email Mobile Message Any Requests High ChairClose to RestroomsRoom for Pram * Captcha Captcha . Place Booking 5 Once your booking is finalised you will receive a confirmation text. If you are unable to honour your booking, we request you cancel the booking 24 hours before the due date. You can cancel using the booking confirmation link sent to you via SMS. Failing to give the required notice or in the event of a no show charge of $null per person will be applied to your card. By placing this booking on our website you agree to the terms and conditions. Note: Your card won’t be charged unless there is a no show. Enter Card Details Reserve your table OPENING HOURS PICK UP AVAILABLE * Trading Hours 7:30 AM-3:00 PM (Mon-Sat) Sunday Closed Public Holiday Closed 24, High Street, Hastings, Vic 03 59325642 Pickup in 15 mins. DELIVERY * Delivery Radius 13 km | Delivers in 30 mins | Pickup in 15 mins SIGN IN * Sign Up with facebook * Sign Up with Google OR Enter Email Id Enter Password Remember me? Forgot password? SIGN IN First Time? Create your account SIGN UP First Name Last Name Email Mobile Number Password Confirm Password Receive discount vouchers & special promotions SIGN UP Already Registered? Signin FORGOT PASSWORD Please enter the email address you signed up with and we'll send you a password reset link. Submit FORGOT PASSWORD Old Password New Password Confirm Password Update Steamin' Mugs We are open on FATHER'S DAY 1st September, Sunday Book Now! Thank you for ordering on our website and supporting local!