| 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 : |
<style type="text/css">
.box-image {
height:220px;
min-height:200px;
overflow:hidden
}
.pro-title a {
min-height: 44px;
line-height: 22px !important;
color: #444;
}
</style>
<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-12 medium-columns-4 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="product-small box ">
<div class="box-image">
<a href="<?=$link?>" title="<?=$rs->pro_name?>"><img width="100%" src="<?=$lb_image?>" alt="<?=$rs->pro_name?>" title="<?=$rs->pro_name?>"></a>
</div>
<div class="box-text box-text-products">
<div class="pro-title"><a href="<?=$link?>" title="<?=$rs->pro_name?>"><?=$rs->pro_name?></a></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>
</div>
</div>
<?php endforeach; ?>
</div>
</div>