<?php session_start(); include("./../config/config.php"); ?> <!DOCTYPE html> <html lang="en"> <meta charset="UTF-8"> <title>FAQ - iCouponWorld | Coupons | Discounts| Promo Codes</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link id="favicon" rel="icon" type="image/x-icon" href="../images/web-images/home/favicon.png"> <meta name="robots" content="index, follow" /> <meta name="author" content="Design Collection"> <meta name="description" content="Frequently Asked Question (FAQ) pages (or informational hubs) enable your business to respond, react, and anticipate the needs of your audience ."> <meta name="keywords" content="FAQ products, coupon, coupon code, promo code, cashback, offer, promotion, deal"> <link rel="canonical" href="faq.php"/> <!-- Viewport configuration, scaling options --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Bootstrap CSS --> <link href="../css/icouponworld.css" rel="stylesheet"> <!-- CSS Stylesheet --> <link href="../css/dashboard.css" rel="stylesheet"> <!-- Font Awesome icon --> <link href="../fontawesome/css/fontawesome.css" rel="stylesheet" /> <!-- Roboto font --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--unique id begin --> <div id="s_mm"> <!--scroll-top Begin--> <div id="scroll-top"> <!--sidebarwrapper Begin--> <div id="sidebarwrapper"> <!--Sidebarmenu Begin--> <?php include("./includefiles/sidebar.php"); ?> <!--Sidebarmenu End--> <!--content-wrapper Begin--> <div id="content-wrapper" class="d-flex flex-column dashboard-navbar"> <div id="maincontent"> <!-- Navbar Topbar Begin--> <?php include("./includefiles/header.php"); ?> <!-- Navbar Topbar End--> <div class="container-fluid px-4"> <div class="d-sm-flex align-items-center justify-content-between mb-4"> <h3> FAQ </h3> </div> <div class="bg-white shadow p-4 my-5 br-4"> <div class="row"> <div class="col-sm-12"> <!--Heading Begin--> <div class="text-center mt-3"> <h3 class="">Frequently Asked Questions</h3> <p class="text-muted my-3"> Nisi praesentium similique totam odio obcaecati, reprehenderit, dignissimos rem temporibus ea inventore alias!<br> Beatae animi nemo ea tempora, temporibus laborum facilis ut! </p> <button type="button" class="btn btn-primary my-2"><i class="fas fa-envelope me-2"></i> Email us your question</button> </div> <!--Heading End--> </div> <!-- end col --> </div> <div class="row pt-5"> <div class="col-lg-5 offset-lg-1"> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question" >How does iCoupon enable vouchers to be added to the boarding pass?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question">Can retailers go live with iCoupon before POS integration is complete?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem ipsum dolor sit amet, in mea nonumes dissentias dissentiunt, pro te solet oratio iriure. Cu sit consetetur moderatius intellegam, ius decore accusamus te. Ne primis suavitate disputando nam. Mutat convenirete.</p> </div> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question">Does the barcode format need to be changed before a voucher can be issued?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question" >Can a voucher be issued to a full flight and/or an individual passenger?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> </div> <div class="col-lg-5"> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question">How do passengers know where they can spend their iCoupon vouchers?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question">If a passenger has been delayed twice (rolling disruption), for example 2hr then a further 2hr, can they receive two vouchers?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem ipsum dolor sit amet, in mea nonumes dissentias dissentiunt, pro te solet oratio iriure. Cu sit consetetur moderatius intellegam, ius decore accusamus te. Ne primis suavitate disputando nam. Mutat convenirete.</p> </div> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question">How long is the voucher valid?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> <div> <div class="faq-question-q-box">Q.</div> <h4 class="faq-question">How do passengers know where they can spend their iCoupon vouchers?</h4> <p class="faq-answer text-muted mt-2 mb-4">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p> </div> </div> </div> </div> </div> </div> <!--Copyright Begin--> <?php include("./includefiles/footer.php"); ?> <!--Copyright End--> </div> <!--content-wrapper End--> </div> <!--sidebarwrapper End--> <!--Scroll to top Begin--> <a class="scroll-to-top rounded" href="#scroll-top"> <i class="fas fa-angle-up"></i> </a> <!--Scroll to top End--> <!-- Jquery Script --> <script src="../js/jquery-3.4.1.min.js"></script> <!-- Bootstrap Script --> <script src="../js/bootstrap.bundle.min.js"></script> <!-- dashboard-icouponworld Script --> <script src="../js/dashboard-icouponworld.js"></script> </div> <!--scroll-top End--> </div> <!--unique id End --> </body> </html>