forked from EngrSaad2/Bus-ticket-reservation-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.php
56 lines (53 loc) · 5.67 KB
/
terms.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
<?php include"inc/header.php" ; ?>
</head>
<?php include("inc/header_bottom.php"); ?>
<!--- /footer-btm ---->
<!--- banner-1 ---->
<div class="banner-1 ">
<div class="container">
<h1> Ensuring Your Best Experience </h1>
</div>
</div>
<!-- /banner-1 -->
<!--- privacy -->
<div class="privacy">
<!--728x90-->
<div class="container" style="text-align: justify;">
<h3>Terms of Use</h3>
<p>our website is an online ticketing service. We do not operate any buslines of our own.</p>
<ol type="1">
<li>1. our website's liabilities are limited to:<br /><br />
<ul style="margin-left: 4%;">
<li>Issuing a valid ticket for its network of transportation operators/event organizers (“operators”).</li>
<li>Providing refund and support in the event of cancellation as per our website’s policy</li>
<li>Our liability does not include the following:<br /><br />
<ul style="margin-left: 6%;">
<li>The operator's vehicle/event not departing / reaching on time.</li>
<li>The bus operator's employees being rude.</li>
<li>The operator's seats etc. not being up to the customer's expectation.</li>
<li>The operator cancelling the trip, changing the type of vehicle or changing the seat.</li>
<li>The baggage of the customer getting lost / stolen /damaged.</li>
<li>The customer waiting at the wrong boarding point.</li>
<li>The operator changing the boarding point and/or using a pick-up vehicle at the boarding point to take customers to the departure point.</li>
</ul></li>
</ul></li> <br />
<li>2. Passengers are requested to arrive at the boarding point 30 minutes prior to bus departure. If not, the ticket is deemed cancelled.</li>
<li>3. Passengers need to bring a paper copy of the ticket at boarding or they may not be allowed to board the vehicle or attend the event. Without printed copy, customers taking digital copy of the e-tickets will be at their own risk of not being being able to travel/attend the event.</li>
<li>4. The operator reserves the right to cancel/delay trips/events, change vehicles/venue and change seats due to unavoidable reasons.</li>
<li>5. Luggage policy is as per operator’s policies. The operator or Shohoz does not bear any consequences for the passenger carrying illegal goods.</li>
<li>6. For ticket cancellation and/or refund, please read our policy and procedure here.</li>
</ol>
<h4>Communication Policy</h4>
<ul style="margin-left: 4%;">
<li>By accepting the terms and conditions the customer accepts that our website may send the alerts to the mobile phone number provided by the customer while registering for the service or to any such number replaced and informed by the customer. The customer acknowledges that the alerts will be received only if the mobile phone is in ‘On’ mode to receive the SMS. If the mobile phone is in ‘Off’’ mode then the customer may not get / get after delay any alerts sent during such period..</p></li>
<li>our website will make best efforts to provide the service and it shall be deemed that the customer shall have received the information sent from our website as an alert on the mobile phone number provided during the course of ticket booking and our website shall not be under any obligation to confirm the authenticity of the person(s) receiving the alert. The customer cannot hold our website liable for non-availability of the service in any manner whatsoever.</p></li>
<li>The customer acknowledges that the SMS service provided by our website is an additional facility provided for the customer’s convenience and that it may be susceptible to error, omission and/ or inaccuracy. In the event the customer observes any error in the information provided in the alert, our website shall be immediately informed about the same by the customer and our website will make best possible efforts to rectify the error as early as possible. The customer shall not hold our website liable for any loss, damages, claim, expense including legal cost that may be incurred/ suffered by the customer on account of the SMS facility.</p></li>
<li>The customer acknowledges that the clarity, readability, accuracy, and promptness of providing the service depend on many factors including the infrastructure, connectivity of the service provider. our website shall not be responsible for any non-delivery, delayed delivery or distortion of the alert in any way whatsoever.</p></li>
<li>The customer agrees to indemnify and hold harmless our website and the SMS/email service provider including its officials from any damages, claims, demands, proceedings, loss, cost, charges and expenses whatsoever including legal charges and attorney fees which our website and the SMS/email service provider may at any time incur, sustain, suffer or be put to as a consequence of or arising out of (i) misuse, improper or fraudulent information provided by the customer, (ii) the customer providing incorrect number/address or providing a number/address that belongs to that of an unrelated third party, and/or (iii) the customer receiving any message relating to the reservation number, travel itinerary information, booking confirmation, modification to a ticket, cancellation of ticket, change in bus schedule, delay, and/or rescheduling from our website and/or the SMS/email service provider.</p></li>
<li>By accepting the terms and conditions the customer acknowledges and agrees that our website may call the mobile phone number/or email provided by the customer while registering for the service or to any such number/address replaced and informed by the customer, for the purpose of collecting feedback from the customer regarding their travel, the bus facilities and/or services of the bus operator.</p></li>
</ul>
</div>
</div>
<!--- /privacy ---->
<!--- footer-top ---->
<?php include"inc/footer.php" ; ?>