| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 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 : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/thegioimaycongnghiep.vn/public_html/site/views/html/ |
Upload File : |
<?php
$list_cat = get_ses_cart();
?>
<div class="flex-col hide-for-medium flex-right">
<ul class="header-nav header-nav-main nav nav-right nav-uppercase">
<li class="account-item has-icon"><a href="#" class="nav-top-link nav-top-not-logged-in" data-open="#login-form-popup"><span>Đăng nhập</span></a></li>
<li class="header-divider"></li>
<li class="cart-item has-icon has-dropdown"> <a href="<?=site?>gio-hang.html" title="Giỏ hàng" class="header-cart-link is-small"> <span class="header-cart-title"> Giỏ hàng</span></a>
<ul class="nav-dropdown nav-dropdown-default" style="">
<li class="html widget_shopping_cart">
<div class="widget_shopping_cart_content">
<ul class="cart_list product_list_widget">
<?
$i=0;
foreach ($list_cat as $cart) :
$lb_image = urlimg."products/100/".$cart['pro_img'];
?>
<li class="mini_cart_item">
<a href="<?=site?>cart/removecart/<?=$i?>/<?=$cart['proid']?>" class="remove" aria-label="Xóa sản phẩm này" data-product_id="494" data-product_sku="">×</a>
<a href="<?=site?>san-pham/may-photocopy-ricoh-2851/"> <img width="114" height="130" src="<?=$lb_image?>" class="attachment-shop_thumbnail size-shop_thumbnail wp-post-image" alt="<?=$cart['pro_name']?>"><?=$cart['pro_name']?></a> <span class="quantity"><?=$cart['nb_order']?> × <span class="woocommerce-Price-amount amount"><?=$cart['pro_price']?><span class="woocommerce-Price-currencySymbol">₫</span></span></span>
</li>
<?
$i++;
endforeach ;?>
</ul>
<!-- end product list -->
<!--<p class="total"><strong>Tổng phụ:</strong> <span class="woocommerce-Price-amount amount"> <span class="woocommerce-Price-currencySymbol">₫</span></span></p>-->
<!--<p class="buttons">
<a href="<?=site?>gio-hang/" class="button wc-forward">View cart</a>
<a href="<?=site?>thanh-toan/" class="button checkout wc-forward">Thanh toán</a>
</p>-->
</div>
</li>
</ul>
<!-- .nav-dropdown -->
</li>
</ul>
</div>