| Server IP : 103.48.194.25 / Your IP : 216.73.216.182 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/nguyenlieumyphamgiasi.vn/public_html/site/components/sanpham/views/ |
Upload File : |
<div class="related related-products-wrapper product-section">
<h3 class="product-section-title product-section-title-related pt-half pb-half uppercase">Sản phẩm liên quan</h3>
<div class="row large-columns-6 medium-columns-3 small-columns-2 row-small">
<?php
foreach($list_pro as $rs):
$link = site."san-pham/".$rs->pro_alias.'-'.$rs->proid.'.html';
$lb_image = urlimg.'products/800/'.$rs->proimg ;
?>
<div class="product-small col has-hover">
<div class="col-inner">
<!--<div class="badge-container absolute left top z-1">
<div class="callout badge badge-circle">
<div class="badge-inner secondary on-sale"><span class="onsale">-4%</span></div>
</div>
</div>-->
<div class="product-small box">
<div class="box-image" style="height:120px">
<div class="image-fade_in_back"> <a href="<?=$link?>" title="<?=$rs->pro_name?>">
<img width="246" height="205" src="<?=$lb_image?>" alt="<?=$rs->pro_name?>" title="<?=$rs->pro_name?>">
<!--<img width="247" height="300" src="<?=$lb_image?>" class="show-on-hover absolute fill hide-for-small back-image" v>--> </a>
</div>
<!--<div class="image-tools is-small top right show-on-hover"> </div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover"> </div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover"> </div>-->
</div>
<!-- box-image -->
<div class="box-text box-text-products">
<div class="title-wrapper">
<p class="name product-title" style="min-height:65px"><a href="<?=$link?>" title="<?=$rs->pro_name?>"><?=$rs->pro_name?></a></p>
</div>
<div class="price-wrapper">
<span class="price">
<? if($rs->price_old){?><del><span class="amount"><?=pricevn($rs->price_old)?><span>₫</span></span></del> <? }?>
<ins><span class="amount"><?=pricevn($rs->price)?><span>₫</span></span></ins>
</span>
</div>
</div>
<!-- box-text -->
</div>
<!-- box -->
</div>
<!-- .col-inner -->
</div>
<!-- col -->
<?php endforeach; ?>
</div>
</div>