| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/namduongmarket.com-bk/public_html/site/components/sanpham/views/ |
Upload File : |
<!DOCTYPE html>
<html class="thankyou-page">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Template Tea House - Cảm ơn" />
<title>Đặt hàng thành công - Cảm ơn</title>
<link rel="shortcut icon" href="" type="image/x-icon" />
<link rel="stylesheet" href="<?=skin?>css/fontawesome.min.css">
<link rel="stylesheet" href="<?=skin?>css/checkout.min.css?v=bc5f183">
<style></style>
<script language="javascript">
var url = '<?=site?>';
var site = '<?=site?>';
var skin = '<?=skin?>';
var urlimg = '<?=urlimg?>';
var Myweb = Myweb || {};
function trit(o)
{
console.log(o);
}
</script>
<script src="<?=skin?>js/jquery-1.12.4.min.js"></script>
</head>
<body>
<!--<header class="banner">
<div class="wrap">
<div class="logo logo--left ">
<h1 class="shop__name"> <a href="/"> Đặt hàng thành công </a> </h1>
</div>
</div>
</header>-->
<div class="content">
<form>
<div class="wrap wrap--mobile-fluid">
<main class="main main--nosidebar">
<header class="main__header">
<div class="logo logo--left ">
<h1 class="shop__name"> <a href="<?=site?>"> Đặt hàng thành công </a> </h1>
</div>
</header>
<div class="main__content">
<article class="row">
<div class="col col--primary">
<section class="section section--icon-heading">
<div class="section__icon unprintable"> <svg xmlns="http://www.w3.org/2000/svg" width="72px" height="72px">
<g fill="none" stroke="#8EC343" stroke-width="2">
<circle cx="36" cy="36" r="35" style="stroke-dasharray:240px, 240px; stroke-dashoffset: 480px;"></circle>
<path d="M17.417,37.778l9.93,9.909l25.444-25.393" style="stroke-dasharray:50px, 50px; stroke-dashoffset: 0px;"></path>
</g>
</svg> </div>
<div class="thankyou-message-container">
<h2 class="section__title">Cảm ơn bạn đã đặt hàng</h2>
<? if($ses_cus['cusmail']){?><p class="section__text"> Một email xác nhận đã được gửi tới myw@gmail.com. <br/>
Xin vui lòng kiểm tra email của bạn </p><? } ?>
</div>
</section>
</div>
<div class="col col--secondary">
<aside class="order-summary order-summary--bordered order-summary--is-collapsed" id="order-summary">
<div class="order-summary__header">
<div class="order-summary__title"> Đơn hàng #1001 <span class="unprintable">(<?=$ses_cart['item_count']?>)</span> </div>
<div class="order-summary__action hide-on-desktop unprintable"> <a data-toggle="#order-summary" data-toggle-class="order-summary--is-collapsed" class="expandable"> Xem chi tiết </a> </div>
</div>
<div class="order-summary__sections">
<div class="order-summary__section order-summary__section--product-list order-summary__section--is-scrollable order-summary--collapse-element">
<table class="product-table">
<tbody>
<?php
foreach ($ses_cart['items'] as $item) :
$link_img = $item->image;
$subtotal = $item->price*$item->quantity;
?>
<tr class="product">
<td class="product__image"><div class="product-thumbnail">
<div class="product-thumbnail__wrapper"> <img src="<?=$link_img?>"
alt="<?=$item->name?>" class="product-thumbnail__image"> </div>
<span class="product-thumbnail__quantity unprintable"><?=$item->quantity?></span> </div></td>
<th class="product__description"> <span class="product__description__name"><?=$item->name?></span> </th>
<td class="product__quantity printable-only"> x <?=$item->quantity?> </td>
<td class="product__price"> <?=pricevn($subtotal,'₫')?> </td>
</tr>
<?php endforeach ;?>
</tbody>
</table>
</div>
<div class="order-summary__section">
<table class="total-line-table">
<tbody class="total-line-table__tbody">
<tr class="total-line total-line--subtotal">
<th class="total-line__name">Tạm tính</th>
<td class="total-line__price"><?=pricevn($ses_cart['total_price'],'₫')?></td>
</tr>
<tr class="total-line total-line--shipping-fee">
<th class="total-line__name">Phí vận chuyển</th>
<td class="total-line__price"> <?=pricevn($ses_cart['shipping_fee'],'₫')?> </td>
</tr>
</tbody>
</table>
</div>
<div class="order-summary__section">
<table class="total-line-table">
<tbody class="total-line-table__tbody">
<tr class="total-line payment-due">
<th class="total-line__name"> <span class="payment-due__label-total">Tổng cộng</span> </th>
<td class="total-line__price"><span class="payment-due__price"><?=pricevn($ses_cart['total'],'₫')?></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</aside>
</div>
<div class="col col--primary">
<section class="section">
<div class="section__content section__content--bordered">
<div class="row">
<div class="col col--md-two">
<h2>Thông tin mua hàng</h2>
<p><?=$ses_cus['cusname']?></p>
<p><?=$ses_cus['address']?></p>
<p><?=$ses_cus['cusphone']?></p>
<? if($ses_cus['cusmail']){?><p><?=$ses_cus['cusmail']?></p><? }?>
</div>
<div class="col col--md-two">
<h2>Địa chỉ nhận hàng</h2>
<p><?=$ses_cus['cusname']?></p>
<p><?=$ses_cus['address']?></p>
<p><?=$ses_cus['cusphone']?></p>
<? if($ses_cus['cusmail']){?><p><?=$ses_cus['cusmail']?></p><? }?>
</div>
</div>
<div class="row">
<div class="col col--md-two">
<h2>Phương thức thanh toán</h2>
<p>Thanh toán khi giao hàng (COD)</p>
</div>
<div class="col col--md-two">
<h2>Phương thức vận chuyển</h2>
<p>Giao hàng tận nơi : <?=pricevn($ses_cart['shipping_fee'],'₫')?></p>
</div>
</div>
</div>
</section>
<section class="section unprintable">
<div class="field__input-btn-wrapper field__input-btn-wrapper--floating"> <a href="<?=site?>" class="btn btn--large">Tiếp tục mua hàng</a> <span class="text-icon-group text-icon-group--large icon-print" onclick="window.print()"> <i class="fa fa-print"></i> <span>In </span> </span> </div>
</section>
</div>
</article>
</div>
</main>
</div>
</form>
</div>
</body>
</html>