| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/excland/view/ |
Upload File : |
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head>
<title>EXCLAND - Payment success</title>
<meta name="keywords" content="EXCLAND">
<meta property="og:description" content="EXCLAND" />
<!-- css -->
<?php include 'inc/headlinks.php'; ?>
<!-- js -->
<?php include 'inc/link-js.php'; ?>
</head>
<body class="blueTheme">
<!-- header -->
<div class="subPageNav">
<?php include 'inc/navbar_nologin.php'; ?>
</div>
<!-- end of header-->
<!-- breadcrumb -->
<div class="breadcrumbWrapper_nonscroll grayDeepBgColor">
<div class="container">
<a href="index.php" class="link"> 首頁</a> > <span>
購物車</span>
</div>
</div>
<div class="grayBgColor">
<div class="container">
<div class="progressbarWrap">
<ul id="progressbar">
<li class="active" id="account"><strong>我的購物車</strong></li>
<li class="active" id="personal"><strong>確認訂單資訊</strong></li>
<li class="active" id="confirm"><strong>成功提交訂單</strong></li>
</ul>
</div>
</div>
</div>
<section class="productBoxWrapper">
<div class="container">
<div class="d-flex justify-content-center">
<div class="centerWrap text-center ">
<div class="success-checkmark">
<div class="check-icon">
<span class="icon-line line-tip"></span>
<span class="icon-line line-long"></span>
<div class="icon-circle"></div>
<div class="icon-fix"></div>
</div>
</div>
<p class="h4 successFont mb-4">成功提交訂單</p>
<p>訂單編號:1234567898765</p>
<button class="btn btn-outline-primary mt-4 mr-2" type="button" title="查看訂單"
onclick="location.href='account.php';"> 查看訂單</button>
<button class="btn btn-outline-primary mt-4" type="button" title="繼續購物"
onclick="location.href='products_list.php';"> 繼續購物</button>
</div>
</div>
</div>
</section>
<!-- end #section -->
<!-- footer -->
<?php include 'inc/footer.php'; ?>
</body>
</html>