<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Order Tikka Nation Online - Fresh and Delicious</title>
<meta name="description"
content="Order your favorite Tikka Nation dishes online. Enjoy fresh, delicious meals delivered to your door.">
<meta name="keywords" content="Tikka Nation, Order Online, Delivery" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- css -->
<link rel="stylesheet" href="https://tikkanation.com/assets/web/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- // canonical tag here -->
<link rel="canonical" href="https://tikkanation.com/order-online" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="stylesheet" href="https://tikkanation.com/assets/web/css/owl.carousel.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- <script src="https://tikkanation.com/assets/web/js/jquery.min.all.js"></script> -->
<script src="https://tikkanation.com/assets/web/js/owl.carousel.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"
integrity="sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="icon" href="https://tikkanation.com/favicon.ico" type="image/x-icon" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/js/bootstrap-datepicker.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TG0R639DY8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-TG0R639DY8');
</script> <script>
$(document).ready(function() {
callfornearestbranch();
});
</script>
</head>
<body>
<script>
$(document).ready(function() {
$(".header").before($(".header").clone().addClass("animateIt"));
$(window).on("scroll", function() {
$("body").toggleClass("down", ($(window).scrollTop() > 80));
});
});
function cartemptyalert() {
swal({
text: 'No Items Added in Cart, Please Add Items To Proceed',
buttons: {
button: 'Order Online',
cancel: ""
},
}).then(postcode => {
if (postcode) {
window.location = 'https://tikkanation.com/order-online'
}
});
}
function showPosition(position) {
var lat = position.coords.latitude;
var long = position.coords.longitude;
if (position) {
$.ajax({
type: 'POST',
data: {
latitude: lat,
longitude: long
},
url: 'https://tikkanation.com/Welcome/set_currentlatlong',
success: function(data) {
if (data == 'OK') {
window.location = 'https://tikkanation.com/order-online'
} else {
swal("Oops!",
'Your Location not get'
);
}
},
});
}
}
function showError(error) {
swal("Oops!",
'Please allow location permission'
).then(ok => {
getpositon();
});
}
$('#pdf-link').click(function(event) {
event.preventDefault(); // Prevent the default link behavior
// Open the PDF in a new tab
var newWindow = window.open(this.href, '_blank');
// Check if the new window/tab opened successfully
if (newWindow) {
// Set the title of the new tab/window
// alert('jkghfjhjdfg');
newWindow.document.title = "Vegan Menu Options";
} else {
// Handle the case where the popup was blocked
alert('Please allow popups for this website');
}
});
function callfornearestbranch() {
closeNav();
let uriArray = 'order-online'; // Ensure $last is properly formatted as a string
swal({
text: 'Enter Your Postcode',
content: {
element: 'input',
attributes: {
defaultValue: '',
}
},
buttons: {
confirm: {
text: "Submit",
value: "submit",
visible: true,
closeModal: false // Prevent closing automatically on confirm
},
cancel: {
text: "",
value: "cancel",
visible: true,
closeModal: true // Close the modal when cancel is clicked
}
},
}).then(value => {
console.log(value);
if (value === "cancel") {
// Cancel action: redirect to home page if on 'order-online'
if (uriArray == 'order-online') {
window.location = 'https://tikkanation.com/';
}
} else {
if (value) {
$('.loaderbg').show();
$.ajax({
type: 'POST',
data: {
postcode: value,
category: '' // Assuming 'category' is the correct term
},
url: 'https://tikkanation.com/Welcome/set_currentlatlong',
success: function(data) {
$('.loaderbg').hide();
if (data === 'OK') {
window.location = 'https://tikkanation.com/order-online';
} else {
swal("Oops!", 'Wrong Postcode').then(() => {
callfornearestbranch(); // Retry on wrong postcode
});
}
},
});
} else {
swal("Oops!", 'Please Enter your Postcode').then(() => {
$('.loaderbg').hide();
callfornearestbranch(); // Retry on no postcode
});
}
}
});
// if (navigator.geolocation) {
// navigator.geolocation.getCurrentPosition(showPosition, showError);
// } else {
// console.log('Geolocation is not supported by this browser.');
// // document.getElementById("location").innerHTML = "Geolocation is not supported by this browser.";
// }
}
</script>
<div class="header">
<div class="container">
<div class="main-header-upper-part">
<span class="res-menu" onclick="openNav()">☰</span>
<div class="header-logo-holder">
<a href="https://tikkanation.com/"><img src="https://tikkanation.com//assets/web/images/logo.png"
alt="Logo" title="Logo"></a>
</div>
<ul class="m-hide navbar-links" id="carticon_formobile">
<li class="navbar-dropdown mobilev-hide">
<a href="javascript:void()">Menu Option <i class="fa-solid fa-angle-down"></i></a>
<div class="dropdown">
<ul class="bookpg">
<li>
<a target="_blank"
href="https://tikkanation.com/vegan-menu">Vegan options</a>
</li>
<li>
<a target="_blank"
href="https://tikkanation.com/veg-menu">Vegetarian options</a>
</li>
<li>
<a target="_blank"
href="https://tikkanation.com/nonveg-menu">Non-vegetarian options</a>
</li>
<li>
<a target="_blank"
href="https://tikkanation.com/kids-menu">Kid's menu</a>
</li>
<li>
<a target="_blank"
href="https://tikkanation.com/full-menu">Full menu</a>
</li>
</ul>
</div>
</li>
<li class="mobilev-hide"><a class=""
href="https://tikkanation.com/catering-events">Catering</a></li>
<li class="mobilev-hide"><a class=""
href="https://tikkanation.com/locations">Locations</a></li>
<li class="mobilev-hide"><a
class=""
href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
<li class="navbar-dropdown mobilev-hide">
<a class=""
href="javascript:void()">Reservations <i class="fa-solid fa-angle-down"></i></a>
<div class="dropdown">
<ul class="bookpg">
<li><a
href="https://tikkanation.com/reservations/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/reservations/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/reservations/st-albans">St Albans</a>
</li>
</ul>
</div>
</li>
<li class="navbar-dropdown mobilev-hide">
<a class=""
href="javascript:void()">Contact
Us <i class="fa-solid fa-angle-down"></i></a>
<div class="dropdown">
<ul class="bookpg">
<li><a
href="https://tikkanation.com/contact-us/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/leeds">Leeds</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/luton-point-coming-soon">Luton Point ( Coming Soon )</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/royal-holloway">Royal Holloway</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/st-albans">St Albans</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/watford">Watford</a>
</li>
</ul>
</div>
</li>
<li class="mobilev-hide rounded-smoke"><a class="" href=" https://tikkanation.com/order-online">Order
Online</a>
</li>
<li class="mobilev-hide"><a class=""
href="https://tikkanation.com/reviews">Reviews</a></li>
<li class="account_icon2 dropdown-cart mobilev-hide">
<div id="cartcount" class="cartcount">
0</div>
<a id="emptycart" href="javascript:void(0)" onclick="cartemptyalert()">
<div id="cartcount" class="cartcount">
0</div>
<i class="bi bi-cart3"></i>
</a>
</li>
<li class=""><a class="account_icon" href="https://tikkanation.com/login/login/any"><i class="bi bi-person"></i>
Account </a>
</li>
</ul>
</div>
<div class="headerdown-main">
<ul class="headerdown">
<li><a href="https://tikkanation.com/reservations">Book A Table</a></li>
<li><a href="https://tikkanation.com/order-online">Order Now</a></li>
<li><a href="https://tikkanation.com/catering-events">Catering</a></li>
</ul>
</div>
</div>
</div>
<section
class="bg-ash mt-0 content-only home-contact-section order-online-bg">
<div class="container">
<div class="row">
<div class="col-md-6">
<a href="javascript:void(0)"
onclick="chekordtype('0','4','DORKING','')">
<div class="order-branch-img">
<img
src="https://tikkanation.com//uploads/branch/branch-77504tikka-nation-dorking.jpg" />
</div>
</a>
</div>
<div class="col-md-6">
<h1 class="heading text-center">Your Nearest Tikka Nation</h1>
<h6 class="text-center">Post Code : <a
class="btn btn-sm text-light btn-bg-theme-color" href="javascript:void(0)"
onclick="callfornearestbranch()"><i class="fa-regular fa-pen-to-square"></i></a>
</h6>
<div class="ordercontent">
<h3 class="ordercontent-bg">DORKING</h3>
<p class="m-0"><small><i class="fas fa-location-dot"></i>
0 Miles</small>
</p>
<p class="m-0">
<small class="review-star">
<!-- <i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
-->
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
<small class="review-txt">
10 reviews
</small>
</p>
</div>
<div class="order-branch-btn">
<a href="https://tikkanation.com/order-online/dorking">Proceed
To Order</a>
</div>
</div>
<h2 class="heading mt-3">Other Tikka Nation Branches</h2>
<div class="row">
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<a href="https://tikkanation.com/order-online/watford">
<div class="order">
<div class="orderimg">
<img
src="https://tikkanation.com//uploads/branch/branch-51207tikka-nation-image1.jpg" />
</div>
<div class="ordercontent">
<h3>WATFORD</h3>
<p class="m-0"><small><i class="fas fa-location-dot"></i>
0 Miles</small>
</p>
<p class="m-0">
<small class="review-star">
<!-- <i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
-->
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
<small class="review-txt">
10 reviews
</small>
</p>
</div>
</div>
</a>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<a href="https://tikkanation.com/order-online/birmingham">
<div class="order">
<div class="orderimg">
<img
src="https://tikkanation.com//uploads/branch/branch-25391tikka-nation-birmingham.jpg" />
</div>
<div class="ordercontent">
<h3>BIRMINGHAM</h3>
<p class="m-0"><small><i class="fas fa-location-dot"></i>
0 Miles</small>
</p>
<p class="m-0">
<small class="review-star">
<!-- <i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
-->
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
<small class="review-txt">
10 reviews
</small>
</p>
</div>
</div>
</a>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<a href="https://tikkanation.com/order-online/leeds">
<div class="order">
<div class="orderimg">
<img
src="https://tikkanation.com//uploads/branch/branch-94604image01.jpeg" />
</div>
<div class="ordercontent">
<h3>LEEDS</h3>
<p class="m-0"><small><i class="fas fa-location-dot"></i>
0 Miles</small>
</p>
<p class="m-0">
<small class="review-star">
<!-- <i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
-->
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
<small class="review-txt">
0 reviews
</small>
</p>
</div>
</div>
</a>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<a href="https://tikkanation.com/order-online/royal-holloway">
<div class="order">
<div class="orderimg">
<img
src="https://tikkanation.com//uploads/branch/branch_8387Untitled design (1).png" />
</div>
<div class="ordercontent">
<h3>ROYAL HOLLOWAY</h3>
<p class="m-0"><small><i class="fas fa-location-dot"></i>
0 Miles</small>
</p>
<p class="m-0">
<small class="review-star">
<!-- <i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
<i class="bi bi-star"></i>
-->
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
<i class="bi bi-star-fill"></i>
</small>
<small class="review-txt">
0 reviews
</small>
</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<style type="text/css">
.floatwhatsapp {
width: 50px;
height: auto;
position: fixed;
right: 15px;
bottom: 100px;
z-index: 99999;
}
.floatwhatsapp img {
width: 100%;
}
.back-to-top {
position: fixed;
bottom: 30px;
right: 17px;
display: none;
background-color: #dc9602 !important;
border-radius: 100px;
font-size: 22px;
}
.footersubtext {
color: #fff !important;
}
</style>
<div class="floatwhatsapp">
<a href="https://api.whatsapp.com/send?phone=447727207741" target='_blank'><img
src="https://tikkanation.com/assets/web/images/whatsapp.png" alt="Tikka Nation Whatsapp Button"
title="Tikka Nation Whatsapp Button"></a>
<a id="back-to-top" href="#" style="display: none;" class="btn btn-md back-to-top" role="button"><i
class="fas fa-chevron-up"></i></a>
</div>
<div class="footer" id="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="footer-parts logo-footer">
<div class="footer-logo">
<a href="https://tikkanation.com/"><img
src="https://tikkanation.com//assets/web/images/logo.png" alt="Logo" title="Logo"></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="footer-parts">
<h4>QUICK LINKS</h4>
<ul>
<li><a href="https://tikkanation.com/catering-events">Catering Enquiries</a></li>
<li><a href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
<li><a href="https://tikkanation.com/about-us">About Tikka-Nation</a></li>
<li><a href="https://tikkanation.com/blogs">Blog</a></li>
<!-- <li><a href="https://tikkanation.com/video-gallery">Video Gallery</a></li> -->
<li><a href="https://tikkanation.com/photo-gallery">Photo Gallery</a></li>
<!-- <li><a href="https://tikkanation.com/areas-covered">Areas Covered</a></li> -->
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-parts">
<h4>OTHER LINKS</h4>
<ul>
<li><a href="https://tikkanation.com/wallet-instructions">Tikka Credits <img style="width:32px;"
src="https://tikkanation.com/assets/web/images/fav-icon-tikka-credit.png"
alt="Tikka credit"></a></li>
<li><a href="https://tikkanation.com/pdf-view/allergy/photo_3863Allergen.pdf"
target="_blank">Allergen Information</a></li>
<li><a href="https://tikkanation.com/privacy-policy">Privacy Policy</a></li>
<li><a href="https://tikkanation.com/terms-and-conditions">Terms and Conditions</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-parts">
<h4>Email</h4>
<div class="contact-no">
<a href=""><i class="fas fa-envelope"></i>info@tikkanation.com</a>
</div>
<!-- <p>41 High St, Dorking, United Kingdom<br>RH4 1AR </p> -->
<h4>Follow Us</h4>
<div class="footer-social">
<ul>
<li><a href="https://www.facebook.com/share/xUrMYuYS4v6ha7oM/?mibextid=LQQJ4d" target="_blank"><img
src="https://tikkanation.com//assets/web/images/facebook.png"
alt="Follow Tikka Nation on Facebook"
title="Follow Tikka Nation on Facebook"></a></li>
<li><a href="https://www.instagram.com/tikkanationuk?igsh=NHE0cHVyZG9ha3cw&utm_source=qr" target="_blank"><img
src="https://tikkanation.com//assets/web/images/instagram.png"
alt="Follow Tikka Nation on Instagram"
title="Follow Tikka Nation on Instagram"></a></li>
<li><a href="https://youtube.com/@tikkanationuk?si=OXyWnerZWvesRdOa" target="_blank"><img
src="https://tikkanation.com//assets/web/images/youtube.png"
alt="Follow Tikka Nation on Youtube" title="Follow Tikka Nation on Youtube"></a>
</li>
<li><a href="https://www.tiktok.com/@tikkanation?_t=8nXycaApisx&_r=1" target="_blank"><img
src="https://tikkanation.com//assets/web/images/tiktok.png"
alt="Follow Tikka Nation on Tiktok" title="Follow Tikka Nation on Tiktok"></a>
</li>
<li><a href="https://www.linkedin.com/company/tikka-nation/"><img
src="https://tikkanation.com//assets/web/images/linkedin.png"
alt="Follow Tikka Nation on Linkedin"
title="Follow Tikka Nation on Linkedin"></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-12">
<div class="cpwerdyb">
Powered by <a href="https://v1technologies.co.uk/" target="_blank">V1 Technologies</a>
</div>
</div>
</div>
</div>
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="nav-logo-holder">
<img src="https://tikkanation.com//assets/web/images/logo.png" alt="">
</div>
<ul class="res-menu-side">
<li><a href="https://tikkanation.com/">Home</a></li>
<li><a href="https://tikkanation.com/catering-events">Catering Enquiries</a></li>
<li><a href="https://tikkanation.com/locations">Locations</a></li>
<li><a href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
<li>
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
Reservations
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<ul class="">
<li><a
href="https://tikkanation.com/reservations/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/reservations/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/reservations/st-albans">St albans</a>
</li>
</ul>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
Contact Us
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<ul>
<li><a
href="https://tikkanation.com/contact-us/birmingham">Birmingham</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/dorking">Dorking</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/leeds">Leeds</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/luton-point-coming-soon">Luton point ( coming soon )</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/royal-holloway">Royal holloway</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/st-albans">St albans</a>
</li>
<li><a
href="https://tikkanation.com/contact-us/watford">Watford</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li><a href="https://tikkanation.com/order-online">Order Online</a></li>
<li><a href="https://tikkanation.com/reviews">Reviews</a></li>
</ul>
</div>
<div class='loaderbg'>
<div class="loader"></div>
<p>Please wait...<br>Don't close the app or tap the back button</p>
</div>
<script>
$(window).scroll(function() {
if ($(this).scrollTop() > 300) {
$('#back-to-top').show(200);
} else {
$('#back-to-top').hide(200);
}
});
// scroll body to 0px on click
$('#back-to-top').click(function() {
$('body,html').animate({
scrollTop: 0
}, 400);
return false;
});
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
function opensubmenu() {
$('#submenuleft').toggle('slow');
}
$(function() {
var Accordion = function(el, multiple) {
this.el = el || {};
this.multiple = multiple || false;
// Variables privadas
var links = this.el.find('.link');
// Evento
links.on('click', {
el: this.el,
multiple: this.multiple
}, this.dropdown)
}
Accordion.prototype.dropdown = function(e) {
var $el = e.data.el;
$this = $(this),
$next = $this.next();
$next.slideToggle();
$this.parent().toggleClass('open');
if (!e.data.multiple) {
$el.find('.submenu').not($next).slideUp().parent().removeClass('open');
};
}
var accordion = new Accordion($('#accordion'), false);
});
</script>
<script>
var x, i, j, l, ll, selElmnt, a, b, c;
/* Look for any elements with the class "custom-select": */
x = document.getElementsByClassName("custom-select");
l = x.length;
for (i = 0; i < l; i++) {
selElmnt = x[i].getElementsByTagName("select")[0];
ll = selElmnt.length;
/* For each element, create a new DIV that will act as the selected item: */
a = document.createElement("DIV");
a.setAttribute("class", "select-selected");
a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;
x[i].appendChild(a);
/* For each element, create a new DIV that will contain the option list: */
b = document.createElement("DIV");
b.setAttribute("class", "select-items select-hide");
for (j = 1; j < ll; j++) {
/* For each option in the original select element,
create a new DIV that will act as an option item: */
c = document.createElement("DIV");
c.innerHTML = selElmnt.options[j].innerHTML;
c.addEventListener("click", function(e) {
/* When an item is clicked, update the original select box,
and the selected item: */
var y, i, k, s, h, sl, yl;
s = this.parentNode.parentNode.getElementsByTagName("select")[0];
sl = s.length;
h = this.parentNode.previousSibling;
for (i = 0; i < sl; i++) {
if (s.options[i].innerHTML == this.innerHTML) {
s.selectedIndex = i;
h.innerHTML = this.innerHTML;
y = this.parentNode.getElementsByClassName("same-as-selected");
yl = y.length;
for (k = 0; k < yl; k++) {
y[k].removeAttribute("class");
}
this.setAttribute("class", "same-as-selected");
break;
}
}
h.click();
});
b.appendChild(c);
}
x[i].appendChild(b);
a.addEventListener("click", function(e) {
/* When the select box is clicked, close any other select boxes,
and open/close the current select box: */
e.stopPropagation();
closeAllSelect(this);
this.nextSibling.classList.toggle("select-hide");
this.classList.toggle("select-arrow-active");
});
}
function closeAllSelect(elmnt) {
/* A function that will close all select boxes in the document,
except the current select box: */
var x, y, i, xl, yl, arrNo = [];
x = document.getElementsByClassName("select-items");
y = document.getElementsByClassName("select-selected");
xl = x.length;
yl = y.length;
for (i = 0; i < yl; i++) {
if (elmnt == y[i]) {
arrNo.push(i)
} else {
y[i].classList.remove("select-arrow-active");
}
}
for (i = 0; i < xl; i++) {
if (arrNo.indexOf(i)) {
x[i].classList.add("select-hide");
}
}
}
document.addEventListener("click", closeAllSelect);
AOS.init();
</script></body>
<script>
const branch_ord_types = {
cancel: ""
};
function chekordtype(branch_dist, branch_id, branch_name, busy_mode) {
setmyordtype(branch_id, branch_name);
// if (busy_mode != 'on') {
// $.ajax({
// type: 'POST',
// data: {
// id: branch_id
// },
// url: 'https://tikkanation.com/Welcome/check_branch_order_type',
// success: function(data) {
// var resp = JSON.parse(data);
// console.log(resp.langth);
// if (resp.Delivery == 'YES') {
// branch_ord_types.Delivery = {
// text: "Delivery",
// value: "Delivery",
// };
// } else {
// delete branch_ord_types.Delivery;
// }
// if (resp.Collection == 'YES') {
// branch_ord_types.Collection = {
// text: "Collection",
// value: "Collection",
// };
// } else {
// delete branch_ord_types.Collection;
// }
// if (resp.Eat_in == 'YES') {
// branch_ord_types.Eat_in = {
// text: "Eat In",
// value: "Eatin",
// };
// } else {
// delete branch_ord_types.Eat_in;
// }
// open_for_order_type(branch_dist, branch_id, branch_name);
// },
// });
// } else {
// swal("Info!", 'Branch is currently busy for taking orders');
// }
}
function open_for_order_type(branch_dist, branch_id, branch_name) {
swal("Please Choose An Order Option:", {
buttons: branch_ord_types
})
.then((value) => {
setmyordtype(branch_id, branch_name);
// switch (value) {
// case "Delivery":
// setmyordtype('Delivery', branch_id, branch_name);
// break;
// case "Collection":
// setmyordtype('Collection', branch_id, branch_name);
// break;
// case "Eatin":
// setmyordtype('Eatin', branch_id, branch_name);
// break;
// default:
// ;
// }
});
}
</script>
<script>
function callfordelord(branch_id, branch_name) {
swal({
text: 'Enter delivery postcode',
content: {
element: 'input',
attributes: {
defaultValue: '',
}
},
button: {
text: "Submit",
closeModal: false,
},
}).then(postcode => {
getdeliveryprice(postcode, branch_id, branch_name);
}).catch(err => {
if (err) {
swal("Oh noes!", "Something wrong!", "error");
} else {
swal.stopLoading();
swal.close();
}
});
}
function getdeliveryprice(postcode, branch_id, branch_name) {
$.ajax({
type: 'POST',
data: {},
url: 'https://tikkanation.com/Welcome/getlatlong',
success: function(data) {
var resp = JSON.parse(data);
if (resp.Latitude) {
getdelprices(resp, branch_id, branch_name);
} else {
swal("Oops!",
'Wrong Postcode'
);
}
},
});
}
</script>
<script>
function getdelprices(branch_dist, branch_id, branch_name) {
$.ajax({
type: 'POST',
data: {
branch_dist: branch_dist,
branchid: branch_id
},
url: 'https://tikkanation.com/Welcome/validate_delivery_area',
success: function(data) {
var resp = JSON.parse(data);
if (resp) {
setmyordtype('Delivery', branch_id, branch_name);
} else {
swal("Sorry! Too far!",
'We do not deliver to your postcode. Enter a different delivery postcode or select "Collection" to proceed with the order'
);
}
},
});
}
</script>
<script>
function setmyordtype(branch_id, branch_name) {
$.ajax({
type: 'POST',
data: {
typeord: '',
branch_id: branch_id,
branch_name: branch_name
},
url: 'https://tikkanation.com/Welcome/stmyfstordtp',
success: function(data) {
window.location = 'https://tikkanation.com/order-online/' + data;
},
});
}
</script>
</html>