| 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/thucphamxanh.orgs.vn/public_html/wp-content/themes/mtw-thucpham/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
get_header('shop'); ?>
<div class="cat_sanpham">
<div class="row">
<div id="slidebar" class="col-xs-12 col-md-3 filter-cost">
<?php
do_action('woocommerce_sidebar');
?>
</div>
<div class="col-xs-12 col-md-9" style="margin:10px 0">
<?php do_action('woocommerce_before_main_content');?>
<h1 class="catproduc-title"><span class="glyphicon glyphicon-tasks"></span><?php woocommerce_page_title(); ?></h1>
<?php do_action( 'woocommerce_archive_description' ); ?>
<?php if ( have_posts() ) : ?>
<div class="row navbar" style="max-height:70px; margin-bottom:0">
<?php do_action( 'woocommerce_before_shop_loop' );?>
<?php woocommerce_product_loop_start(); ?>
<?php woocommerce_product_subcategories(); ?>
</div>
<div class="row">
<?php $i=0; while ( have_posts() ) : the_post(); $i++; global $post, $product; ?>
<div class="col-xs-6 col-md-3 motsanpham">
<?php
$image = get_the_post_thumbnail( $post->ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ));?>
<?php if($image !="") {?>
<a href="<?php the_permalink() ?>" title="<?php the_title_attribute() ?>"><?php the_post_thumbnail('thumb-home-product'); ?></a>
<?php } else { ?>
<a href="<?php the_permalink() ?>" title="<?php the_title_attribute() ?>">
<img src="<?php echo show_thumb_image() ?>" alt="<?php the_title_attribute() ?>" class="img-responsive" />
</a>
<?php } ?>
<h2><a href="<?php the_permalink() ?>" title="<?php the_title_attribute() ?>"><?php the_title() ?></a></h2>
<div class="post-price">
<div class="price">
<?php echo $product->get_price_html(); ?>
</div>
<div class="salepercent">
<?php
$price = get_post_meta( get_the_ID(), '_regular_price', true);
$sale = get_post_meta( get_the_ID(), '_sale_price', true);
if(get_post_meta( get_the_ID(), '_regular_price', true)) {
$salevew = ((($price-$sale)/$price)*100);
if ($salevew>0&$salevew<100) {
echo '<span class="label label-danger"> - '.round($salevew).'%</span>';
}
}
?>
</div>
</div>
</div><!-- end sanphamcats -->
<?php if ($i%2==0 ) { echo'<div class="mobile_cl"></div>'; }?>
<?php if ($i%4==0 ) { echo'<div class="xuonghangnhanh"></div>'; }?>
<?php endwhile; // end of the loop. ?>
</div><!-- end row -->
<?php woocommerce_product_loop_end(); ?>
<?php elseif ( ! woocommerce_product_subcategories( array( 'before' => woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) : ?>
<p> Hiện không có sản phẩm nào ! Mời quý khách quay lại trang chủ để mua hàng ! </p>
<h2><a href="<?php bloginfo('url'); ?>">Trang chủ</a></h2>
<?php endif; ?>
</div><!-- end -->
<div class="row">
<?php wp_pagenavi(); ?>
<?php
do_action('woocommerce_after_main_content');
?>
</div>
</div><!-- end col-md-12 col-md-pull-9 -->
</div><!-- end row -->
</div><!-- end cat_sanpham -->
<?php get_footer('shop'); ?>