Kerala Cyber Warriors
KCW Uploader V1.1

Path : /home/truefixc/public_html/bin/dhanush/arj/fcrice.com/
File Upload :
Current File : /home/truefixc/public_html/bin/dhanush/arj/fcrice.com/product.php

<?php
$include_dir = "include/";
include_once($include_dir."config.php");
include_once($include_dir."function.php");

$page_name = "Products";
?>
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="<?php echo $config['SITE_META_DESCRIPTION'];?>" />
<meta name="keywords" content="<?php echo $config['SITE_META_KEYWORDS'];?>" />
<meta name="robots" content="noodp,index,follow" />
<meta name='revisit-after' content='1 days' />
<title><?php echo $config['SITE_NAME'];?> - Products</title>
<?php include("top.php")?>
</head>
<body class="preeload" style="background:#fafafa">
<div class="wrap">
  <?php include("header.php")?>
  <!-- End Header -->
  <div id="content">
    <div class="content-page">
      <div class="container">
        <div class="bread-crumb bg-white border radius6"> 
        	<a href="<?php echo $config['SITE_URL']?>">Home</a> 
            <span class="color">Products</span> 
        </div>
        <div class="main-content-page">
          <div class="row">
            
            <div class="col-md-12 col-sm-12 col-xs-12">
              <div class="content-shop">
                <div class="sort-pagi-bar">
                  <h2 class="title30">Our Products</h2>
                  <?php /*?><div class="sort-view">
                    <div class="view-type"> <a href="product-grid.html" class="grid-view active"></a> <a href="product-list.html" class="list-view"></a> </div>
                    <div class="sort-bar select-box">
                      <label>Sort:</label>
                      <select>
                        <option value="">Recommended</option>
                        <option value="">position</option>
                        <option value="">price</option>
                      </select>
                    </div>
                  </div><?php */?>
                </div>
                <div class="grid-shop">
                  <div class="row">
                  <?php
				  $products_qry = "SELECT * FROM product
								  WHERE 1 
								  AND status = 'active'
								  ";
				  $products_res = mysqli_query($conn, $products_qry);
				  if(mysqli_num_rows($products_res) > 0) {
					  while($products_row = mysqli_fetch_array($products_res)) {
						$product_name = $products_row['name'];
						$product_slug = $products_row['slug'];
						$product_short_desc = $products_row['short_desc'];
						$product_price = $products_row['price'];
						$product_image1 = $products_row['image1'];
				  ?>
                    <div class="col-md-4 col-sm-6 col-xs-12">
                      <div class="item-product1 style-border">
                        <div class="product-thumb"> 
                        	<a href="<?php echo $config['SITE_URL']?>/product/<?php echo $product_slug?>" class="product-thumb-link"> 
                            	<img src="<?php echo $config['SITE_URL']?>/uploads/product_images/<?php echo $product_image1?>" alt=""> 
                            </a>  
                        </div>
                        <div class="product-info">
                          <h3 class="product-title">
                          	<a href="<?php echo $config['SITE_URL']?>/product/<?php echo $product_slug?>"><?php echo $product_name?></a>
                          </h3>
                          <?php /*?><div class="product-price"> <del><span>$75.00</span></del> <ins><span>$50.00</span></ins> </div>
                          <div class="product-rate">
                            <div class="product-rating" style="width:100%"></div>
                          </div>
                          <a href="product-grid.html" class="product-incat">Galaxy <span>(10)</span></a>
                          <div class="product-extra-link"> <a href="#" class="wishlist-link"><i class="fa fa-heart-o" aria-hidden="true"></i><span>Wishlist</span></a> <a href="#" class="addcart-link"><i class="fa fa-shopping-basket" aria-hidden="true"></i><span>Add to cart</span></a> <a href="#" class="compare-link"><i class="fa fa-stumbleupon" aria-hidden="true"></i><span>Compare</span></a> </div><?php */?>
                        </div>
                      </div>
                    </div>
                  <?php
					  }
				  }
				  ?>
                  </div>
                </div>
                <?php /*?><div class="pagi-nav-bar text-center"> <a href="#" class="shop-button style2 btn-small prev-page"><i class="fa fa-caret-left" aria-hidden="true"></i></a> <a href="#" class="inline-block">1</a> <a href="#" class="current-page inline-block">2</a> <a href="#" class="inline-block">3</a> <a href="#" class="inline-block">4</a> <a href="#" class="shop-button style2 btn-small next-page"><i class="fa fa-caret-right" aria-hidden="true"></i></a> </div><?php */?>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- End Content -->
  <?php include("footer.php")?> 
</div>
<?php include("bottom.php")?> 
</body>
</html>

-=[ KCW uplo4d3r c0ded by cJ_n4p573r ]=-
Ⓒ2017 ҠЄГѦLѦ СүѣЄГ ЩѦГГіѺГՏ