GhostManSec
Server: LiteSpeed
System: Linux server551.iseencloud.net 5.14.0-570.33.2.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 14 07:37:35 EDT 2025 x86_64
User: saigurum (1168)
PHP: 7.4.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home4/saigurum/public_html/wildharvest.in/product-1-20260416000407.php
<?php
include("header.php");
include("config/config.php");
?>
      
      
      
<div class="search pb-lg-3 w-100"><form class="header-form ctr w-50"><input onkeyup="productList()" value="" id="productsearch" type="text" placeholder="Search anything..."><button>
            <i class="fas fa-search"></i></button></form>
</div>
      <section class="inner-section shop-part">
         <div class="container-fluid">

            <div class="row content-reverse">

               <div class="col-lg-12">

<div class="row" style="display: flex;justify-content: center;">
    <div class="row list-control">
        <?php for($r=1;$r<=10;$r++){ ?>
            <div class="col-lg-4">
                <div class="product-standard" style="padding: 3%;">
                    <div class="">
                        <table style="">
                            <tr style="width:100%;">
                                <td rowspan="4" style="width: 30%;">
<div class="standard-media">
    <a class="standard-image" href="product-video.html">
    <img src="images/product/01.jpg" alt="product"></a>
</div>
</td>
                            <tr style="width:100%;">
                                
                                        <td style="padding: 0px;" colspan="4">
                                            <label class="standard-label off" style="float: left;">Sample set</label>
                                            <label class="standard-label off" style="float: right;">In stock</label>
        
                                        </td>
                                    </tr>
                                    <tr style="width:100%;">
        
                                        <td style="padding: 0px;" colspan="4">
                                <p style="text-align: left;font-size: 14px;font-weight: 600;padding: 2px;">Foxtail rice_Boiled (தினை அரிசி புழுங்கல்)</p>
                                <p style="text-align: left;font-size: 13px;padding: 2px;">Foxtail rice_Boiled (தினை அரிசி புழுங்கல்)</p>
        
                                        </td>
                                    </tr>
                                    <tr style="width:100%; padding: 0px;">
                                        <td style="padding: 0px;text-align:center;font-size: 14px;">
                                            <span>Flakes</span>
                                        </td>
                                        <td style="padding: 0px;text-align:center;font-size: 14px;">
                                            <span>Flakes</span>
                                        </td>
                                        <td style="padding: 0px;text-align:center;font-size: 14px;">
                                            <span>Flakes</span>
                                        </td>
                                        <td style="padding: 0px;text-align:center;font-size: 14px;border-right: unset !important;">
                                            <span>Flakes</span>
                                        </td>
                                        <td style="padding: 0px;text-align:center;font-size: 14px;background: #ffc223;border-radius: 20px;width: 30px;height: 30px;">
 <button class="icon" id="icon_1" onclick="icon_function(1)">
                        <i class="fa fa-cart-plus cart1 text-white" aria-hidden="true"></i>
                    </button>
                                        </td>
                                        </tr>
                                        
                                     
                                        
                            </tr>

                        </table>
                        </div>
                </div>
            </div> 
            <?php } ?>
    </div>
</div>
               </div>
            </div>
         </div>
      </section>
      <style>
          .row {
    /*--bs-gutter-x: unset !important;*/
}
table {
    /*caption-side: bottom;*/
    border-collapse: unset !important;
}
.standard-image img {
    width: 100%;
}
.standard-label {
    font-size: 10px;
    padding: 3px 7px;
}
      </style>

<?php
include("footer.php");
?>