示例#1
0
文件: admin.php 项目: AndyA/River
?>
</h3>
    </div>
  <div class="box-body">
      
      <?php 
include 'components/filter.php';
?>
      
      <div class="clear"></div>
    <form method="post" action="" style="position:relative;">
    <div class="lineloader"></div>  
      <table class="table-bordered">
        <tr>
          <?php 
WCM_Table::table_header_line();
?>
        </tr>
      <?php 
$products = $stock->get_products($_GET);
if (!empty($products->posts)) {
    foreach ($products->posts as $item) {
        $product_meta = get_post_meta($item->ID);
        $item_product = get_product($item->ID);
        $product_type = $item_product->product_type;
        ?>
        <tr>
          <?php 
        WCM_Table::hidden_box($item);
        ?>
          <?php