-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathterms_condition.php
76 lines (74 loc) · 4.22 KB
/
terms_condition.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.view{
overflow: auto;
float:right;
width: 680px; height: 390px;
margin-top: 0px;
padding: 50px 0px;
}
-->
</style>
</head>
<body>
<div class="view">
Booking Terms & Conditions
<ol>
<li>Deposit
<ol>
<li>A 2% surcharge will apply to all credit card and debit card transactions.</li>
<li>A non-refundable deposit of $200 per room must be received immediately by credit card or <a href="http://www.mghotels.com.au/poli/">POLi</a> to confirm the booking. If your total reservation amount is less than $200, full payment is required at the time of booking. Payment will indicate acceptance of these booking conditions.</li>
<li>Mantra Group bears no responsibility for monies paid via a travel agency until cleared funds are received in the trust account of Mantra Group.</li>
</ol>
</li>
<li>Final Payment
<ol>
<li>A 2% surcharge will apply to all credit card and debit card transactions.</li>
<li>Standard conditions are full payment must be received at least 14 days prior to check-in.</li>
<li>Standard Conditions for bookings made inside 14 days prior to check-in, full payment is required at time of booking via credit card.</li>
<li>Where applicable, prices listed include GST.</li>
<li>If deposit or final payment is not received by the due date, Mantra Group reserves the right to cancel the booking. Confirmation and invoices are subject to re-issue if incorrect through error or omission and the passenger accepts the liability to then pay the correct cost or to decline to retain the reservation.</li>
</ol>
</li>
<li>Amendments terms and charges
<ol>
<li>All amendments to dates and room types are subject to availability and rate at the time of amending your reservation.</li>
</ol>
</li>
<li>CBD Properties (within capital cities)
<ol>
<li>Amendments are permitted up to 24 hours prior to arrival check in time.</li>
<li>Up to 14 days prior to day of arrival check-in time, a $25.00 amendment fee will apply when changes are made via our call centre.</li>
<li>If amending your reservation inside 14 days of arrival amendments can only be made via our call centre. Charges do apply.</li>
<li>From 14 days to 48 hours prior to arrival check-in time, a $50 amendment fee will apply when changes are made via our call centre.</li>
<li>Amendments are not accepted inside 24 hours of standard check-in time</li>
<li>No amendment fees will apply if made online and the amendment is made outside our "Final Payment" terms and conditions.</li>
</ol>
</li>
<li>Leisure Properties (outside of capital cities)
<ol>
<li>Amendments are permitted up to 48 hours prior to arrival check in time</li>
<li>Amendments made up to 14 days prior to day of arrival check-in time, a $25.00 amendment fee will apply when changes are made via our call centre.</li>
<li>If amending your reservation inside 14 days of arrival amendments can only be made via our call centre. Charges do apply.</li>
<li>Amendments made from 14 days to 48 hours prior to arrival check-in time, a $50 amendment fee will apply when changes are made via our call centre.</li>
<li>Amendments are not accepted inside 48 hours of standard check-in time.</li>
<li>No amendment fees will apply if the amendment is made online and the amendment is made outside our "Final Payment" terms and conditions.</li>
</ol>
</li>
<li>Peppers Retreats
<ol>
<li>Amendments are permitted up to 14 days prior to arrival either online or via our call centre.</li>
<li>A $25 amendment fee will apply where it is made via our call centre.</li>
<li>Amendments made within 14 days of arrival amendments are NOT permitted.</li>
<li>No amendment fees will apply if made online and the amendment is made outside our "Final Payment" terms and conditions.</li>
</ol>
</li>
</ol>
</div>
</body>
</html>