File: /var/www/admin.javaapp.co.uk/resources/views/terms-and-conditions.blade.php
<x-app-layout>
<x-slot name="css">
<style>
.layout-top-spacing {
min-height: calc(100vh - 260px) !important;
}
p {
font-size: 1rem;
}
ul {
padding-left: 20px;
}
ul li {
font-size: 1rem;
margin-bottom: 12px;
color: #515365;
}
.footer-section {
position: relative !important;
margin: 0px auto;
}
em {
color: #6A442E;
}
</style>
</x-slot>
<x-app-breadcrumb>
<li class="breadcrumb-item active" aria-current="page">Cafe {{ __('common.TermsAndConditions') }}</li>
</x-app-breadcrumb>
<div class="page-header">
<div class="page-title">
<h3>Cafe {{ __('common.TermsAndConditions') }}</h3>
</div>
</div>
<div class="row layout-top-spacing">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 layout-spacing">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mt-4">
<p><b><em>By signing up to the Java Go platform, you are agreeing (on behalf of yourself and the cafe you are signing up) to the following terms and conditions (please note, the term ‘cafe’ is used to refer to any food vendor part of the Java Go platform, including cafes, coffee carts and any others) :</em></b></p>
<h4 class="pt-3 text-dark">Use of the platform</h4>
<p>Java Go grants you a limited, non-exclusive, non-transferable, and revocable license to use the app for its intended purpose, which is to send and receive payments for coffee runs with your peers. You may not use the app for any other purpose or in any manner that violates these terms and conditions.</p>
<h4 class="pt-3 text-dark">Account</h4>
<p>The person who fills out the information on behalf of the cafe is responsible for the accuracy of the information provided. This includes (but is not limited to) the menu item descriptions, availability, prices and categorisation. It is also the responsibility of the cafe to provide accurate information regarding the cafe such as the opening times and other information visible to the users. Java Go will review the information to ensure it is appropriate and accurate before publishing it onto the app, Java Go has the right to refrain from publishing if the information lacks accuracy or is not appropriate. </p>
<h4 class="pt-3 text-dark">Payments</h4>
<p>You agree to pay the subscription fee once your free trial expires. You acknowledge that the subscription fee can be subject to change in the future and that continuing to use our platform is an agreement to pay the new subscription fee. </p>
<p>All payments made by users for purchases made through the Java Go platform will be processed directly to the Stripe account of the respective cafe. By signing up for Java Go, the cafe agrees to maintain a valid and active Stripe account to receive these payments. Java Go is not responsible for any delays or issues in payment processing that may arise due to problems with the cafe’s Stripe account. It is the responsibility of the cafe to ensure that their Stripe account is properly set up and compliant with all applicable laws and regulations.</p>
<h4 class="pt-3 text-dark">cafe Menus and Information</h4>
<p>The app displays menus and information for cafes on the platform. It is the responsibility of the cafes to provide accurate information about their cafe, including menu items, pricing, and allergy information. Cafes are responsible for uploading an accurate and updated menu.</p>
<p>Users ordering their food are responsible for ensuring they check food allergy information, and for verifying that the order matches their preferences. This is not the responsibility of Java Go or the coffee run initiator.</p>
<p>The cafe is responsible for the categorisation of the cafe (i.e. if they claim to be a ‘vegan cafe’ and are categorised as such on the app) this information is the responsibility of the person in charge of the cafe admin. This rule extends to the categorisation of food, (i.e. if certain foods are claimed to be ‘halal’ or ‘vegan’) Java Go is not responsible for the miscategorization committed by any cafe.</p>
<h4 class="pt-3 text-dark">Ordering</h4>
<p>If for any reason a user is picking up orders for a coffee run but is unable to obtain the items their colleagues have ordered or is refused service at the cafe, this matter should be between the cafe and the users and should not involve Java Go. Cafes are responsible for any refunds if a user has requested one, if for whatever reason the order cannot be fulfilled or does not reach the user who ordered it. Any damage or issues with items ordered to and from the cafe are the responsibility of the coffee run initiator if they receive in good condition. Otherwise, the item was not received in the appropriate condition to the coffee run initiator by cafe, this issue would be the responsibility of the cafe and the issue should be resolved between the two parties.</p>
<p>If a customer would like a refund for their order, this would be a matter between the user and the cafe and will not involve Java Go.</p>
<h4 class="pt-3 text-dark">Cafe Fulfilment</h4>
<p>Java Go is not responsible for any cafe that is unable to fulfil an order, this is an issue between the user and the cafe. It is the responsibility of the user to ensure that the cafe they choose can fulfil their order.</p>
<h4 class="pt-3 text-dark">Intellectual Property</h4>
<p>The app and its contents, including but not limited to text, graphics, logos, and images, are the property of Java Go or its licensors and are protected by copyright and other intellectual property laws. You may not copy, reproduce, distribute, or create derivative works based on the app or its contents without the express written consent of Java Go.</p>
<h4 class="pt-3 text-dark">Limitation of Liability</h4>
<p>Java Go will not be liable for any damages, losses, or expenses arising from your use of the app, including but not limited to any direct, indirect, incidental, or consequential damages. Java Go is not responsible for the quality or safety of the coffee or other products offered by third-party cafes or vendors.</p>
<h4 class="pt-3 text-dark">Indemnification</h4>
<p>You agree to indemnify, defend, and hold harmless Java Go and its affiliates, officers, directors, employees, and agents from any claims, damages, liabilities, or expenses arising from your use of the app or any breach of these terms and conditions.</p>
<h4 class="pt-3 text-dark">Governing Law</h4>
<p>These terms and conditions will be governed by and construed in accordance with the laws of the United Kingdom. Any disputes arising from these terms and conditions will be subject to the exclusive jurisdiction of the courts in the United Kingdom.</p>
<h4 class="pt-3 text-dark">Changes to Terms and Conditions</h4>
<p>Java Go may update these terms and conditions from time to time. Your continued use of the app after any changes to these terms and conditions indicates your acceptance of the updated terms.
</p>
<h4 class="pt-3 text-dark">Contact Us</h4>
<p>If you have any questions or concerns about these terms and conditions or the Java Go app, please
contact us at <a href="Javago@javaapp.co.uk">Javago@javaapp.co.uk</a></p>
<br>
<p><b><em>These terms and conditions were last updated on 01/09/2024.</em></b></p>
</div>
</div>
</div>
</div>
<x-slot name="script">
<script>
if(localStorage.getItem('menu_display') == 'no'){
$('.header').addClass('d-none');
}
</script>
</x-slot>
</x-app-layout>