It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://tikkanation.com/order-online/uxbridge

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <title>Order Tikka Nation Online - Fresh and Delicious</title>
  7.    <meta name="description"
  8.        content="Order your favorite Tikka Nation dishes online. Enjoy fresh, delicious meals delivered to your door.">
  9.    <meta name="keywords" content="Tikka Nation, Order Online, Delivery" />
  10.  
  11.    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  12. <!-- css -->
  13. <link rel="stylesheet" href="https://tikkanation.com/assets/web/css/style.css">
  14. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
  15.    integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  16.  
  17. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  18.    integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous">
  19. </script>
  20. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
  21.    integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous">
  22. </script>
  23.  
  24. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
  25.    integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
  26.    crossorigin="anonymous" referrerpolicy="no-referrer" />
  27.  
  28.  
  29. <!-- // canonical tag here -->
  30. <link rel="canonical" href="https://tikkanation.com/order-online" />
  31.  
  32. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  33.  
  34. <link rel="stylesheet" href="https://tikkanation.com/assets/web/css/owl.carousel.min.css">
  35.  
  36. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
  37.    integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
  38.    crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  39.  
  40. <!-- <script src="https://tikkanation.com/assets/web/js/jquery.min.all.js"></script> -->
  41.  
  42. <script src="https://tikkanation.com/assets/web/js/owl.carousel.js"></script>
  43. <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"
  44.    integrity="sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA=="
  45.    crossorigin="anonymous" referrerpolicy="no-referrer"></script>
  46.  
  47. <link rel="icon" href="https://tikkanation.com/favicon.ico" type="image/x-icon" />
  48. <link rel="stylesheet"
  49.    href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.css">
  50.  
  51. <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/js/bootstrap-datepicker.js"></script>
  52.  
  53. <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
  54. <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
  55. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
  56.  
  57. <!-- Google tag (gtag.js) -->
  58. <script async src="https://www.googletagmanager.com/gtag/js?id=G-TG0R639DY8"></script>
  59. <script>
  60.    window.dataLayer = window.dataLayer || [];
  61.  
  62.    function gtag() {
  63.        dataLayer.push(arguments);
  64.    }
  65.    gtag('js', new Date());
  66.  
  67.    gtag('config', 'G-TG0R639DY8');
  68. </script>    <script>
  69.        $(document).ready(function() {
  70.                            callfornearestbranch();
  71.                    });
  72.    </script>
  73. </head>
  74.  
  75. <body>
  76.    <script>
  77. $(document).ready(function() {
  78.    $(".header").before($(".header").clone().addClass("animateIt"));
  79.    $(window).on("scroll", function() {
  80.        $("body").toggleClass("down", ($(window).scrollTop() > 80));
  81.    });
  82. });
  83.  
  84.  
  85. function cartemptyalert() {
  86.    swal({
  87.        text: 'No Items Added in Cart, Please Add Items To Proceed',
  88.        buttons: {
  89.            button: 'Order Online',
  90.            cancel: ""
  91.        },
  92.    }).then(postcode => {
  93.        if (postcode) {
  94.            window.location = 'https://tikkanation.com/order-online'
  95.        }
  96.    });
  97. }
  98.  
  99.  
  100.  
  101. function showPosition(position) {
  102.    var lat = position.coords.latitude;
  103.    var long = position.coords.longitude;
  104.    if (position) {
  105.        $.ajax({
  106.            type: 'POST',
  107.            data: {
  108.                latitude: lat,
  109.                longitude: long
  110.            },
  111.            url: 'https://tikkanation.com/Welcome/set_currentlatlong',
  112.            success: function(data) {
  113.                if (data == 'OK') {
  114.                    window.location = 'https://tikkanation.com/order-online'
  115.                } else {
  116.                    swal("Oops!",
  117.                        'Your Location not get'
  118.                    );
  119.                }
  120.            },
  121.        });
  122.    }
  123. }
  124.  
  125. function showError(error) {
  126.    swal("Oops!",
  127.        'Please allow location permission'
  128.    ).then(ok => {
  129.        getpositon();
  130.    });
  131. }
  132.  
  133.  
  134. $('#pdf-link').click(function(event) {
  135.    event.preventDefault(); // Prevent the default link behavior
  136.  
  137.    // Open the PDF in a new tab
  138.    var newWindow = window.open(this.href, '_blank');
  139.  
  140.    // Check if the new window/tab opened successfully
  141.    if (newWindow) {
  142.        // Set the title of the new tab/window
  143.        // alert('jkghfjhjdfg');
  144.        newWindow.document.title = "Vegan Menu Options";
  145.    } else {
  146.        // Handle the case where the popup was blocked
  147.        alert('Please allow popups for this website');
  148.    }
  149. });
  150.  
  151. function callfornearestbranch() {
  152.    closeNav();
  153.  
  154.    let uriArray = 'order-online'; // Ensure $last is properly formatted as a string
  155.    swal({
  156.        text: 'Enter Your Postcode',
  157.        content: {
  158.            element: 'input',
  159.            attributes: {
  160.                defaultValue: '',
  161.            }
  162.        },
  163.        buttons: {
  164.            confirm: {
  165.                text: "Submit",
  166.                value: "submit",
  167.                visible: true,
  168.                closeModal: false // Prevent closing automatically on confirm
  169.            },
  170.            cancel: {
  171.                text: "",
  172.                value: "cancel",
  173.                visible: true,
  174.                closeModal: true // Close the modal when cancel is clicked
  175.            }
  176.        },
  177.    }).then(value => {
  178.        console.log(value);
  179.        if (value === "cancel") {
  180.            // Cancel action: redirect to home page if on 'order-online'
  181.            if (uriArray == 'order-online') {
  182.                window.location = 'https://tikkanation.com/';
  183.            }
  184.  
  185.        } else {
  186.            if (value) {
  187.                $('.loaderbg').show();
  188.                $.ajax({
  189.                    type: 'POST',
  190.                    data: {
  191.                        postcode: value,
  192.                        category: '' // Assuming 'category' is the correct term
  193.                    },
  194.                    url: 'https://tikkanation.com/Welcome/set_currentlatlong',
  195.                    success: function(data) {
  196.                        $('.loaderbg').hide();
  197.                        if (data === 'OK') {
  198.                            window.location = 'https://tikkanation.com/order-online';
  199.                        } else {
  200.                            swal("Oops!", 'Wrong Postcode').then(() => {
  201.                                callfornearestbranch(); // Retry on wrong postcode
  202.                            });
  203.                        }
  204.                    },
  205.                });
  206.            } else {
  207.                swal("Oops!", 'Please Enter your Postcode').then(() => {
  208.                    $('.loaderbg').hide();
  209.                    callfornearestbranch(); // Retry on no postcode
  210.                });
  211.            }
  212.        }
  213.    });
  214.  
  215.  
  216.    // if (navigator.geolocation) {
  217.    //     navigator.geolocation.getCurrentPosition(showPosition, showError);
  218.    // } else {
  219.    //     console.log('Geolocation is not supported by this browser.');
  220.    //     // document.getElementById("location").innerHTML = "Geolocation is not supported by this browser.";
  221.    // }
  222. }
  223. </script>
  224.  
  225. <div class="header">
  226.    <div class="container">
  227.        <div class="main-header-upper-part">
  228.            <span class="res-menu" onclick="openNav()">&#9776;</span>
  229.            <div class="header-logo-holder">
  230.                <a href="https://tikkanation.com/"><img src="https://tikkanation.com//assets/web/images/logo.png"
  231.                        alt="Logo" title="Logo"></a>
  232.            </div>
  233.            <ul class="m-hide navbar-links" id="carticon_formobile">
  234.                <li class="navbar-dropdown mobilev-hide">
  235.                    <a href="javascript:void()">Menu Option <i class="fa-solid fa-angle-down"></i></a>
  236.                    <div class="dropdown">
  237.                        <ul class="bookpg">
  238.                                                        <li>
  239.                                <a target="_blank"
  240.                                    href="https://tikkanation.com/vegan-menu">Vegan options</a>
  241.                            </li>
  242.                                                        <li>
  243.                                <a target="_blank"
  244.                                    href="https://tikkanation.com/veg-menu">Vegetarian options</a>
  245.                            </li>
  246.                                                        <li>
  247.                                <a target="_blank"
  248.                                    href="https://tikkanation.com/nonveg-menu">Non-vegetarian options</a>
  249.                            </li>
  250.                                                        <li>
  251.                                <a target="_blank"
  252.                                    href="https://tikkanation.com/kids-menu">Kid's menu</a>
  253.                            </li>
  254.                                                        <li>
  255.                                <a target="_blank"
  256.                                    href="https://tikkanation.com/full-menu">Full menu</a>
  257.                            </li>
  258.                                                    </ul>
  259.                    </div>
  260.                </li>
  261.                <li class="mobilev-hide"><a class=""
  262.                        href="https://tikkanation.com/catering-events">Catering</a></li>
  263.                <li class="mobilev-hide"><a class=""
  264.                        href="https://tikkanation.com/locations">Locations</a></li>
  265.                <li class="mobilev-hide"><a
  266.                        class=""
  267.                        href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
  268.  
  269.                <li class="navbar-dropdown mobilev-hide">
  270.                    <a class=""
  271.                        href="javascript:void()">Reservations <i class="fa-solid fa-angle-down"></i></a>
  272.                    <div class="dropdown">
  273.                        <ul class="bookpg">
  274.                                                        <li><a
  275.                                    href="https://tikkanation.com/reservations/birmingham">Birmingham</a>
  276.                            </li>
  277.                                                        <li><a
  278.                                    href="https://tikkanation.com/reservations/dorking">Dorking</a>
  279.                            </li>
  280.                                                        <li><a
  281.                                    href="https://tikkanation.com/reservations/st-albans">St Albans</a>
  282.                            </li>
  283.                                                    </ul>
  284.                    </div>
  285.                </li>
  286.  
  287.                <li class="navbar-dropdown mobilev-hide">
  288.                    <a class=""
  289.                        href="javascript:void()">Contact
  290.                        Us <i class="fa-solid fa-angle-down"></i></a>
  291.                    <div class="dropdown">
  292.                        <ul class="bookpg">
  293.                                                        <li><a
  294.                                    href="https://tikkanation.com/contact-us/birmingham">Birmingham</a>
  295.                            </li>
  296.                                                        <li><a
  297.                                    href="https://tikkanation.com/contact-us/dorking">Dorking</a>
  298.                            </li>
  299.                                                        <li><a
  300.                                    href="https://tikkanation.com/contact-us/leeds">Leeds</a>
  301.                            </li>
  302.                                                        <li><a
  303.                                    href="https://tikkanation.com/contact-us/luton-point-coming-soon">Luton Point ( Coming Soon )</a>
  304.                            </li>
  305.                                                        <li><a
  306.                                    href="https://tikkanation.com/contact-us/royal-holloway">Royal Holloway</a>
  307.                            </li>
  308.                                                        <li><a
  309.                                    href="https://tikkanation.com/contact-us/st-albans">St Albans</a>
  310.                            </li>
  311.                                                        <li><a
  312.                                    href="https://tikkanation.com/contact-us/watford">Watford</a>
  313.                            </li>
  314.                                                    </ul>
  315.                    </div>
  316.                </li>
  317.  
  318.  
  319.                <li class="mobilev-hide rounded-smoke"><a class="" href=" https://tikkanation.com/order-online">Order
  320.                        Online</a>
  321.                </li>
  322.                <li class="mobilev-hide"><a class=""
  323.                        href="https://tikkanation.com/reviews">Reviews</a></li>
  324.                <li class="account_icon2 dropdown-cart mobilev-hide">
  325.                    <div id="cartcount" class="cartcount">
  326.                                                0</div>
  327.                                        <a id="emptycart" href="javascript:void(0)" onclick="cartemptyalert()">
  328.                        <div id="cartcount" class="cartcount">
  329.                                                        0</div>
  330.                        <i class="bi bi-cart3"></i>
  331.                    </a>
  332.                                    </li>
  333.                <li class=""><a class="account_icon" href="https://tikkanation.com/login/login/any"><i class="bi bi-person"></i>
  334.                        Account                    </a>
  335.                </li>
  336.            </ul>
  337.        </div>
  338.        <div class="headerdown-main">
  339.            <ul class="headerdown">
  340.                <li><a href="https://tikkanation.com/reservations">Book A Table</a></li>
  341.                <li><a href="https://tikkanation.com/order-online">Order Now</a></li>
  342.                <li><a href="https://tikkanation.com/catering-events">Catering</a></li>
  343.            </ul>
  344.        </div>
  345.    </div>
  346. </div>
  347.    <section
  348.        class="bg-ash mt-0  content-only home-contact-section order-online-bg">
  349.        <div class="container">
  350.            <div class="row">
  351.                <div class="col-md-6">
  352.                    <a href="javascript:void(0)"
  353.                        onclick="chekordtype('0','4','DORKING','')">
  354.                        <div class="order-branch-img">
  355.                                                            <img
  356.                                    src="https://tikkanation.com//uploads/branch/branch-77504tikka-nation-dorking.jpg" />
  357.                                                    </div>
  358.                    </a>
  359.                </div>
  360.                <div class="col-md-6">
  361.                    <h1 class="heading text-center">Your Nearest Tikka Nation</h1>
  362.                    <h6 class="text-center">Post Code :  <a
  363.                            class="btn btn-sm text-light btn-bg-theme-color" href="javascript:void(0)"
  364.                            onclick="callfornearestbranch()"><i class="fa-regular fa-pen-to-square"></i></a>
  365.                    </h6>
  366.                    <div class="ordercontent">
  367.                        <h3 class="ordercontent-bg">DORKING</h3>
  368.                        <p class="m-0"><small><i class="fas fa-location-dot"></i>
  369.                                0                                Miles</small>
  370.                        </p>
  371.                        <p class="m-0">
  372.                            <small class="review-star">
  373.                                <!--                                         <i class="bi bi-star-fill"></i>
  374.                                                                            <i class="bi bi-star-fill"></i>
  375.                                                                            <i class="bi bi-star-fill"></i>
  376.                                                                            <i class="bi bi-star-fill"></i>
  377.                                                                            <i class="bi bi-star-fill"></i>
  378.                                     -->
  379.                                <i class="bi bi-star-fill"></i>
  380.                                <i class="bi bi-star-fill"></i>
  381.                                <i class="bi bi-star-fill"></i>
  382.                                <i class="bi bi-star-fill"></i>
  383.                                <i class="bi bi-star-fill"></i>
  384.                            </small>
  385.                            <small class="review-txt">
  386.                                10 reviews
  387.                            </small>
  388.                        </p>
  389.                    </div>
  390.                    <div class="order-branch-btn">
  391.                        <a href="https://tikkanation.com/order-online/dorking">Proceed
  392.                            To Order</a>
  393.                    </div>
  394.                </div>
  395.  
  396.                <h2 class="heading  mt-3">Other Tikka Nation Branches</h2>
  397.                <div class="row">
  398.                    
  399.                        <div class="col-12 col-lg-4 col-md-6 col-sm-12">
  400.                            <a href="https://tikkanation.com/order-online/watford">
  401.                                <div class="order">
  402.                                    <div class="orderimg">
  403.                                                                                    <img
  404.                                                src="https://tikkanation.com//uploads/branch/branch-51207tikka-nation-image1.jpg" />
  405.                                                                            </div>
  406.                                    <div class="ordercontent">
  407.                                        <h3>WATFORD</h3>
  408.                                        <p class="m-0"><small><i class="fas fa-location-dot"></i>
  409.                                                0                                                Miles</small>
  410.  
  411.                                        </p>
  412.                                        <p class="m-0">
  413.                                            <small class="review-star">
  414.                                                <!--                                                         <i class="bi bi-star-fill"></i>
  415.                                                                                                            <i class="bi bi-star-fill"></i>
  416.                                                                                                            <i class="bi bi-star-fill"></i>
  417.                                                                                                            <i class="bi bi-star-fill"></i>
  418.                                                                                                            <i class="bi bi-star-fill"></i>
  419.                                                     -->
  420.                                                <i class="bi bi-star-fill"></i>
  421.                                                <i class="bi bi-star-fill"></i>
  422.                                                <i class="bi bi-star-fill"></i>
  423.                                                <i class="bi bi-star-fill"></i>
  424.                                                <i class="bi bi-star-fill"></i>
  425.                                            </small>
  426.                                            <small class="review-txt">
  427.                                                10 reviews
  428.                                            </small>
  429.                                        </p>
  430.                                    </div>
  431.                                </div>
  432.                            </a>
  433.                        </div>
  434.                    
  435.                        <div class="col-12 col-lg-4 col-md-6 col-sm-12">
  436.                            <a href="https://tikkanation.com/order-online/birmingham">
  437.                                <div class="order">
  438.                                    <div class="orderimg">
  439.                                                                                    <img
  440.                                                src="https://tikkanation.com//uploads/branch/branch-25391tikka-nation-birmingham.jpg" />
  441.                                                                            </div>
  442.                                    <div class="ordercontent">
  443.                                        <h3>BIRMINGHAM</h3>
  444.                                        <p class="m-0"><small><i class="fas fa-location-dot"></i>
  445.                                                0                                                Miles</small>
  446.  
  447.                                        </p>
  448.                                        <p class="m-0">
  449.                                            <small class="review-star">
  450.                                                <!--                                                         <i class="bi bi-star-fill"></i>
  451.                                                                                                            <i class="bi bi-star-fill"></i>
  452.                                                                                                            <i class="bi bi-star-fill"></i>
  453.                                                                                                            <i class="bi bi-star-fill"></i>
  454.                                                                                                            <i class="bi bi-star-fill"></i>
  455.                                                     -->
  456.                                                <i class="bi bi-star-fill"></i>
  457.                                                <i class="bi bi-star-fill"></i>
  458.                                                <i class="bi bi-star-fill"></i>
  459.                                                <i class="bi bi-star-fill"></i>
  460.                                                <i class="bi bi-star-fill"></i>
  461.                                            </small>
  462.                                            <small class="review-txt">
  463.                                                10 reviews
  464.                                            </small>
  465.                                        </p>
  466.                                    </div>
  467.                                </div>
  468.                            </a>
  469.                        </div>
  470.                    
  471.                        <div class="col-12 col-lg-4 col-md-6 col-sm-12">
  472.                            <a href="https://tikkanation.com/order-online/leeds">
  473.                                <div class="order">
  474.                                    <div class="orderimg">
  475.                                                                                    <img
  476.                                                src="https://tikkanation.com//uploads/branch/branch-94604image01.jpeg" />
  477.                                                                            </div>
  478.                                    <div class="ordercontent">
  479.                                        <h3>LEEDS</h3>
  480.                                        <p class="m-0"><small><i class="fas fa-location-dot"></i>
  481.                                                0                                                Miles</small>
  482.  
  483.                                        </p>
  484.                                        <p class="m-0">
  485.                                            <small class="review-star">
  486.                                                <!--                                                         <i class="bi bi-star"></i>
  487.                                                                                                        <i class="bi bi-star"></i>
  488.                                                                                                        <i class="bi bi-star"></i>
  489.                                                                                                        <i class="bi bi-star"></i>
  490.                                                                                                        <i class="bi bi-star"></i>
  491.                                                 -->
  492.                                                <i class="bi bi-star-fill"></i>
  493.                                                <i class="bi bi-star-fill"></i>
  494.                                                <i class="bi bi-star-fill"></i>
  495.                                                <i class="bi bi-star-fill"></i>
  496.                                                <i class="bi bi-star-fill"></i>
  497.                                            </small>
  498.                                            <small class="review-txt">
  499.                                                0 reviews
  500.                                            </small>
  501.                                        </p>
  502.                                    </div>
  503.                                </div>
  504.                            </a>
  505.                        </div>
  506.                    
  507.                        <div class="col-12 col-lg-4 col-md-6 col-sm-12">
  508.                            <a href="https://tikkanation.com/order-online/royal-holloway">
  509.                                <div class="order">
  510.                                    <div class="orderimg">
  511.                                                                                    <img
  512.                                                src="https://tikkanation.com//uploads/branch/branch_8387Untitled design (1).png" />
  513.                                                                            </div>
  514.                                    <div class="ordercontent">
  515.                                        <h3>ROYAL HOLLOWAY</h3>
  516.                                        <p class="m-0"><small><i class="fas fa-location-dot"></i>
  517.                                                0                                                Miles</small>
  518.  
  519.                                        </p>
  520.                                        <p class="m-0">
  521.                                            <small class="review-star">
  522.                                                <!--                                                         <i class="bi bi-star"></i>
  523.                                                                                                        <i class="bi bi-star"></i>
  524.                                                                                                        <i class="bi bi-star"></i>
  525.                                                                                                        <i class="bi bi-star"></i>
  526.                                                                                                        <i class="bi bi-star"></i>
  527.                                                 -->
  528.                                                <i class="bi bi-star-fill"></i>
  529.                                                <i class="bi bi-star-fill"></i>
  530.                                                <i class="bi bi-star-fill"></i>
  531.                                                <i class="bi bi-star-fill"></i>
  532.                                                <i class="bi bi-star-fill"></i>
  533.                                            </small>
  534.                                            <small class="review-txt">
  535.                                                0 reviews
  536.                                            </small>
  537.                                        </p>
  538.                                    </div>
  539.                                </div>
  540.                            </a>
  541.                        </div>
  542.                    
  543.                </div>
  544.  
  545.  
  546.            </div>
  547.  
  548.  
  549.  
  550.  
  551.    </section>
  552.    <style type="text/css">
  553.    .floatwhatsapp {
  554.        width: 50px;
  555.        height: auto;
  556.        position: fixed;
  557.        right: 15px;
  558.        bottom: 100px;
  559.        z-index: 99999;
  560.    }
  561.  
  562.    .floatwhatsapp img {
  563.        width: 100%;
  564.    }
  565.  
  566.    .back-to-top {
  567.        position: fixed;
  568.        bottom: 30px;
  569.        right: 17px;
  570.        display: none;
  571.        background-color: #dc9602 !important;
  572.        border-radius: 100px;
  573.        font-size: 22px;
  574.    }
  575.  
  576.    .footersubtext {
  577.        color: #fff !important;
  578.    }
  579. </style>
  580.  
  581.  
  582. <div class="floatwhatsapp">
  583.    <a href="https://api.whatsapp.com/send?phone=447727207741" target='_blank'><img
  584.            src="https://tikkanation.com/assets/web/images/whatsapp.png" alt="Tikka Nation Whatsapp Button"
  585.            title="Tikka Nation Whatsapp Button"></a>
  586.  
  587.    <a id="back-to-top" href="#" style="display: none;" class="btn btn-md back-to-top" role="button"><i
  588.            class="fas fa-chevron-up"></i></a>
  589. </div>
  590. <div class="footer" id="footer">
  591.    <div class="container">
  592.        <div class="row">
  593.            <div class="col-md-3">
  594.                <div class="footer-parts logo-footer">
  595.                    <div class="footer-logo">
  596.                        <a href="https://tikkanation.com/"><img
  597.                                src="https://tikkanation.com//assets/web/images/logo.png" alt="Logo" title="Logo"></a>
  598.                    </div>
  599.                </div>
  600.            </div>
  601.            <div class="col-md-3">
  602.                <div class="footer-parts">
  603.                    <h4>QUICK LINKS</h4>
  604.                    <ul>
  605.                        <li><a href="https://tikkanation.com/catering-events">Catering Enquiries</a></li>
  606.                        <li><a href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
  607.                        <li><a href="https://tikkanation.com/about-us">About Tikka-Nation</a></li>
  608.                        <li><a href="https://tikkanation.com/blogs">Blog</a></li>
  609.                        <!-- <li><a href="https://tikkanation.com/video-gallery">Video Gallery</a></li> -->
  610.                        <li><a href="https://tikkanation.com/photo-gallery">Photo Gallery</a></li>
  611.                        <!-- <li><a href="https://tikkanation.com/areas-covered">Areas Covered</a></li> -->
  612.                    </ul>
  613.                </div>
  614.            </div>
  615.  
  616.            <div class="col-md-3">
  617.                <div class="footer-parts">
  618.                    <h4>OTHER LINKS</h4>
  619.                    <ul>
  620.                        <li><a href="https://tikkanation.com/wallet-instructions">Tikka Credits <img style="width:32px;"
  621.                                    src="https://tikkanation.com/assets/web/images/fav-icon-tikka-credit.png"
  622.                                    alt="Tikka credit"></a></li>
  623.                        <li><a href="https://tikkanation.com/pdf-view/allergy/photo_3863Allergen.pdf"
  624.                                target="_blank">Allergen Information</a></li>
  625.                        <li><a href="https://tikkanation.com/privacy-policy">Privacy Policy</a></li>
  626.                        <li><a href="https://tikkanation.com/terms-and-conditions">Terms and Conditions</a></li>
  627.  
  628.  
  629.  
  630.                    </ul>
  631.                </div>
  632.            </div>
  633.            <div class="col-md-3">
  634.                <div class="footer-parts">
  635.                    <h4>Email</h4>
  636.                    <div class="contact-no">
  637.                        <a href=""><i class="fas fa-envelope"></i>info@tikkanation.com</a>
  638.                    </div>
  639.                    <!-- <p>41 High St, Dorking, United Kingdom<br>RH4 1AR                    </p> -->
  640.  
  641.  
  642.                    <h4>Follow Us</h4>
  643.                    <div class="footer-social">
  644.                        <ul>
  645.                                                            <li><a href="https://www.facebook.com/share/xUrMYuYS4v6ha7oM/?mibextid=LQQJ4d" target="_blank"><img
  646.                                            src="https://tikkanation.com//assets/web/images/facebook.png"
  647.                                            alt="Follow Tikka Nation on Facebook"
  648.                                            title="Follow Tikka Nation on Facebook"></a></li>
  649.                                                                                                                    <li><a href="https://www.instagram.com/tikkanationuk?igsh=NHE0cHVyZG9ha3cw&utm_source=qr" target="_blank"><img
  650.                                            src="https://tikkanation.com//assets/web/images/instagram.png"
  651.                                            alt="Follow Tikka Nation on Instagram"
  652.                                            title="Follow Tikka Nation on Instagram"></a></li>
  653.                                                                                                                    <li><a href="https://youtube.com/@tikkanationuk?si=OXyWnerZWvesRdOa" target="_blank"><img
  654.                                            src="https://tikkanation.com//assets/web/images/youtube.png"
  655.                                            alt="Follow Tikka Nation on Youtube" title="Follow Tikka Nation on Youtube"></a>
  656.                                </li>
  657.                                                                                        <li><a href="https://www.tiktok.com/@tikkanation?_t=8nXycaApisx&_r=1" target="_blank"><img
  658.                                            src="https://tikkanation.com//assets/web/images/tiktok.png"
  659.                                            alt="Follow Tikka Nation on Tiktok" title="Follow Tikka Nation on Tiktok"></a>
  660.                                </li>
  661.                                                                                                                                                                            <li><a href="https://www.linkedin.com/company/tikka-nation/"><img
  662.                                            src="https://tikkanation.com//assets/web/images/linkedin.png"
  663.                                            alt="Follow Tikka Nation on Linkedin"
  664.                                            title="Follow Tikka Nation on Linkedin"></a></li>
  665.                                                    </ul>
  666.                    </div>
  667.                </div>
  668.            </div>
  669.  
  670.            <div class="col-md-12">
  671.                <div class="cpwerdyb">
  672.                    Powered by <a href="https://v1technologies.co.uk/" target="_blank">V1 Technologies</a>
  673.                </div>
  674.            </div>
  675.  
  676.        </div>
  677.    </div>
  678. </div>
  679. <div id="mySidenav" class="sidenav">
  680.    <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
  681.  
  682.    <div class="nav-logo-holder">
  683.        <img src="https://tikkanation.com//assets/web/images/logo.png" alt="">
  684.    </div>
  685.    <ul class="res-menu-side">
  686.        <li><a href="https://tikkanation.com/">Home</a></li>
  687.        <li><a href="https://tikkanation.com/catering-events">Catering Enquiries</a></li>
  688.        <li><a href="https://tikkanation.com/locations">Locations</a></li>
  689.        <li><a href="https://tikkanation.com/franchise-opportunity">Franchise With Us</a></li>
  690.        <li>
  691.            <div class="accordion accordion-flush" id="accordionFlushExample">
  692.                <div class="accordion-item">
  693.                    <h2 class="accordion-header" id="flush-headingOne">
  694.                        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
  695.                            data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
  696.                            Reservations
  697.                        </button>
  698.                    </h2>
  699.                    <div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne"
  700.                        data-bs-parent="#accordionFlushExample">
  701.                        <div class="accordion-body">
  702.                            <ul class="">
  703.                                                                        <li><a
  704.                                                href="https://tikkanation.com/reservations/birmingham">Birmingham</a>
  705.                                        </li>
  706.                                                                        <li><a
  707.                                                href="https://tikkanation.com/reservations/dorking">Dorking</a>
  708.                                        </li>
  709.                                                                        <li><a
  710.                                                href="https://tikkanation.com/reservations/st-albans">St albans</a>
  711.                                        </li>
  712.                                                            </ul>
  713.                        </div>
  714.                    </div>
  715.                </div>
  716.                <div class="accordion-item">
  717.                    <h2 class="accordion-header" id="flush-headingTwo">
  718.                        <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
  719.                            data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
  720.                            Contact Us
  721.                        </button>
  722.                    </h2>
  723.                    <div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo"
  724.                        data-bs-parent="#accordionFlushExample">
  725.                        <div class="accordion-body">
  726.                            <ul>
  727.                                                                    <li><a
  728.                                            href="https://tikkanation.com/contact-us/birmingham">Birmingham</a>
  729.                                    </li>
  730.                                                                    <li><a
  731.                                            href="https://tikkanation.com/contact-us/dorking">Dorking</a>
  732.                                    </li>
  733.                                                                    <li><a
  734.                                            href="https://tikkanation.com/contact-us/leeds">Leeds</a>
  735.                                    </li>
  736.                                                                    <li><a
  737.                                            href="https://tikkanation.com/contact-us/luton-point-coming-soon">Luton point ( coming soon )</a>
  738.                                    </li>
  739.                                                                    <li><a
  740.                                            href="https://tikkanation.com/contact-us/royal-holloway">Royal holloway</a>
  741.                                    </li>
  742.                                                                    <li><a
  743.                                            href="https://tikkanation.com/contact-us/st-albans">St albans</a>
  744.                                    </li>
  745.                                                                    <li><a
  746.                                            href="https://tikkanation.com/contact-us/watford">Watford</a>
  747.                                    </li>
  748.                                                            </ul>
  749.                        </div>
  750.                    </div>
  751.                </div>
  752.            </div>
  753.        </li>
  754.        <li><a href="https://tikkanation.com/order-online">Order Online</a></li>
  755.        <li><a href="https://tikkanation.com/reviews">Reviews</a></li>
  756.    </ul>
  757. </div>
  758.  
  759. <div class='loaderbg'>
  760.    <div class="loader"></div>
  761.    <p>Please wait...<br>Don't close the app or tap the back button</p>
  762. </div>
  763. <script>
  764.    $(window).scroll(function() {
  765.        if ($(this).scrollTop() > 300) {
  766.            $('#back-to-top').show(200);
  767.        } else {
  768.            $('#back-to-top').hide(200);
  769.        }
  770.    });
  771.    // scroll body to 0px on click
  772.    $('#back-to-top').click(function() {
  773.        $('body,html').animate({
  774.            scrollTop: 0
  775.        }, 400);
  776.        return false;
  777.    });
  778.  
  779.    function openNav() {
  780.        document.getElementById("mySidenav").style.width = "250px";
  781.    }
  782.  
  783.    function closeNav() {
  784.        document.getElementById("mySidenav").style.width = "0";
  785.    }
  786.  
  787.    function opensubmenu() {
  788.        $('#submenuleft').toggle('slow');
  789.    }
  790.  
  791.  
  792.  
  793.    $(function() {
  794.        var Accordion = function(el, multiple) {
  795.            this.el = el || {};
  796.            this.multiple = multiple || false;
  797.  
  798.            // Variables privadas
  799.            var links = this.el.find('.link');
  800.            // Evento
  801.            links.on('click', {
  802.                el: this.el,
  803.                multiple: this.multiple
  804.            }, this.dropdown)
  805.        }
  806.  
  807.        Accordion.prototype.dropdown = function(e) {
  808.            var $el = e.data.el;
  809.            $this = $(this),
  810.                $next = $this.next();
  811.  
  812.            $next.slideToggle();
  813.            $this.parent().toggleClass('open');
  814.  
  815.            if (!e.data.multiple) {
  816.                $el.find('.submenu').not($next).slideUp().parent().removeClass('open');
  817.            };
  818.        }
  819.  
  820.        var accordion = new Accordion($('#accordion'), false);
  821.    });
  822. </script>
  823.  
  824.  
  825.  
  826.  
  827. <script>
  828.    var x, i, j, l, ll, selElmnt, a, b, c;
  829.    /* Look for any elements with the class "custom-select": */
  830.    x = document.getElementsByClassName("custom-select");
  831.    l = x.length;
  832.    for (i = 0; i < l; i++) {
  833.        selElmnt = x[i].getElementsByTagName("select")[0];
  834.        ll = selElmnt.length;
  835.        /* For each element, create a new DIV that will act as the selected item: */
  836.        a = document.createElement("DIV");
  837.        a.setAttribute("class", "select-selected");
  838.        a.innerHTML = selElmnt.options[selElmnt.selectedIndex].innerHTML;
  839.        x[i].appendChild(a);
  840.        /* For each element, create a new DIV that will contain the option list: */
  841.        b = document.createElement("DIV");
  842.        b.setAttribute("class", "select-items select-hide");
  843.        for (j = 1; j < ll; j++) {
  844.            /* For each option in the original select element,
  845.            create a new DIV that will act as an option item: */
  846.            c = document.createElement("DIV");
  847.            c.innerHTML = selElmnt.options[j].innerHTML;
  848.            c.addEventListener("click", function(e) {
  849.                /* When an item is clicked, update the original select box,
  850.                and the selected item: */
  851.                var y, i, k, s, h, sl, yl;
  852.                s = this.parentNode.parentNode.getElementsByTagName("select")[0];
  853.                sl = s.length;
  854.                h = this.parentNode.previousSibling;
  855.                for (i = 0; i < sl; i++) {
  856.                    if (s.options[i].innerHTML == this.innerHTML) {
  857.                        s.selectedIndex = i;
  858.                        h.innerHTML = this.innerHTML;
  859.                        y = this.parentNode.getElementsByClassName("same-as-selected");
  860.                        yl = y.length;
  861.                        for (k = 0; k < yl; k++) {
  862.                            y[k].removeAttribute("class");
  863.                        }
  864.                        this.setAttribute("class", "same-as-selected");
  865.                        break;
  866.                    }
  867.                }
  868.                h.click();
  869.            });
  870.            b.appendChild(c);
  871.        }
  872.        x[i].appendChild(b);
  873.        a.addEventListener("click", function(e) {
  874.            /* When the select box is clicked, close any other select boxes,
  875.            and open/close the current select box: */
  876.            e.stopPropagation();
  877.            closeAllSelect(this);
  878.            this.nextSibling.classList.toggle("select-hide");
  879.            this.classList.toggle("select-arrow-active");
  880.        });
  881.    }
  882.  
  883.    function closeAllSelect(elmnt) {
  884.        /* A function that will close all select boxes in the document,
  885.        except the current select box: */
  886.        var x, y, i, xl, yl, arrNo = [];
  887.        x = document.getElementsByClassName("select-items");
  888.        y = document.getElementsByClassName("select-selected");
  889.        xl = x.length;
  890.        yl = y.length;
  891.        for (i = 0; i < yl; i++) {
  892.            if (elmnt == y[i]) {
  893.                arrNo.push(i)
  894.            } else {
  895.                y[i].classList.remove("select-arrow-active");
  896.            }
  897.        }
  898.        for (i = 0; i < xl; i++) {
  899.            if (arrNo.indexOf(i)) {
  900.                x[i].classList.add("select-hide");
  901.            }
  902.        }
  903.    }
  904.    document.addEventListener("click", closeAllSelect);
  905.    AOS.init();
  906. </script></body>
  907. <script>
  908.    const branch_ord_types = {
  909.        cancel: ""
  910.    };
  911.  
  912.    function chekordtype(branch_dist, branch_id, branch_name, busy_mode) {
  913.        setmyordtype(branch_id, branch_name);
  914.  
  915.                    // if (busy_mode != 'on') {
  916.            //     $.ajax({
  917.            //         type: 'POST',
  918.            //         data: {
  919.            //             id: branch_id
  920.            //         },
  921.            //         url: 'https://tikkanation.com/Welcome/check_branch_order_type',
  922.            //         success: function(data) {
  923.            //             var resp = JSON.parse(data);
  924.            //             console.log(resp.langth);
  925.            //             if (resp.Delivery == 'YES') {
  926.            //                 branch_ord_types.Delivery = {
  927.            //                     text: "Delivery",
  928.            //                     value: "Delivery",
  929.            //                 };
  930.            //             } else {
  931.            //                 delete branch_ord_types.Delivery;
  932.            //             }
  933.            //             if (resp.Collection == 'YES') {
  934.            //                 branch_ord_types.Collection = {
  935.            //                     text: "Collection",
  936.            //                     value: "Collection",
  937.            //                 };
  938.            //             } else {
  939.            //                 delete branch_ord_types.Collection;
  940.            //             }
  941.            //             if (resp.Eat_in == 'YES') {
  942.            //                 branch_ord_types.Eat_in = {
  943.            //                     text: "Eat In",
  944.            //                     value: "Eatin",
  945.            //                 };
  946.            //             } else {
  947.            //                 delete branch_ord_types.Eat_in;
  948.            //             }
  949.            //             open_for_order_type(branch_dist, branch_id, branch_name);
  950.            //         },
  951.            //     });
  952.            // } else {
  953.            //     swal("Info!", 'Branch is currently busy for taking orders');
  954.            // }
  955.            }
  956.  
  957.    function open_for_order_type(branch_dist, branch_id, branch_name) {
  958.        swal("Please Choose An Order Option:", {
  959.                buttons: branch_ord_types
  960.            })
  961.            .then((value) => {
  962.                setmyordtype(branch_id, branch_name);
  963.                // switch (value) {
  964.                //     case "Delivery":
  965.                //         setmyordtype('Delivery', branch_id, branch_name);
  966.                //         break;
  967.  
  968.                //     case "Collection":
  969.                //         setmyordtype('Collection', branch_id, branch_name);
  970.                //         break;
  971.                //     case "Eatin":
  972.                //         setmyordtype('Eatin', branch_id, branch_name);
  973.                //         break;
  974.                //     default:
  975.                //         ;
  976.                // }
  977.            });
  978.    }
  979. </script>
  980. <script>
  981.    function callfordelord(branch_id, branch_name) {
  982.        swal({
  983.            text: 'Enter delivery postcode',
  984.            content: {
  985.                element: 'input',
  986.                attributes: {
  987.                    defaultValue: '',
  988.                }
  989.            },
  990.            button: {
  991.                text: "Submit",
  992.                closeModal: false,
  993.            },
  994.        }).then(postcode => {
  995.            getdeliveryprice(postcode, branch_id, branch_name);
  996.        }).catch(err => {
  997.            if (err) {
  998.                swal("Oh noes!", "Something wrong!", "error");
  999.            } else {
  1000.                swal.stopLoading();
  1001.                swal.close();
  1002.            }
  1003.        });
  1004.    }
  1005.  
  1006.    function getdeliveryprice(postcode, branch_id, branch_name) {
  1007.        $.ajax({
  1008.            type: 'POST',
  1009.            data: {},
  1010.            url: 'https://tikkanation.com/Welcome/getlatlong',
  1011.            success: function(data) {
  1012.                var resp = JSON.parse(data);
  1013.                if (resp.Latitude) {
  1014.                    getdelprices(resp, branch_id, branch_name);
  1015.                } else {
  1016.                    swal("Oops!",
  1017.                        'Wrong Postcode'
  1018.                    );
  1019.                }
  1020.            },
  1021.        });
  1022.    }
  1023. </script>
  1024. <script>
  1025.    function getdelprices(branch_dist, branch_id, branch_name) {
  1026.        $.ajax({
  1027.            type: 'POST',
  1028.            data: {
  1029.                branch_dist: branch_dist,
  1030.                branchid: branch_id
  1031.            },
  1032.            url: 'https://tikkanation.com/Welcome/validate_delivery_area',
  1033.            success: function(data) {
  1034.                var resp = JSON.parse(data);
  1035.                if (resp) {
  1036.                    setmyordtype('Delivery', branch_id, branch_name);
  1037.                } else {
  1038.                    swal("Sorry! Too far!",
  1039.                        'We do not deliver to your postcode. Enter a different delivery postcode or select "Collection" to proceed with the order'
  1040.                    );
  1041.                }
  1042.            },
  1043.        });
  1044.    }
  1045. </script>
  1046. <script>
  1047.    function setmyordtype(branch_id, branch_name) {
  1048.        $.ajax({
  1049.            type: 'POST',
  1050.            data: {
  1051.                typeord: '',
  1052.                branch_id: branch_id,
  1053.                branch_name: branch_name
  1054.            },
  1055.            url: 'https://tikkanation.com/Welcome/stmyfstordtp',
  1056.            success: function(data) {
  1057.                window.location = 'https://tikkanation.com/order-online/' + data;
  1058.            },
  1059.        });
  1060.    }
  1061. </script>
  1062.  
  1063. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda