Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/public_html/product_featured.php
<div class="products-single fix">
    <div class="box-img-hover">
        <div class="type-lb">
            <?php if($new_tag == "Yes"){echo"<p class='new'>New</p>";} ?>
        </div>
        <img src="<?php echo $admin_no; ?>/assets/img/products/<?php echo $product_image; ?>" class="img-fluid" alt="<?php echo $product_title; ?>">
        <div class="mask-icon">
            <ul>
                <li><a href="product_details.php?product=<?php echo $product_id; ?>" data-toggle="tooltip" data-placement="right" title="View"><i class="fas fa-eye"></i></a></li>

              <?php 
              //removed wishlist functionality because it wouldnt work on featured tab, probably due to the template flaw of the featured tab no loading on first load. 
              ?>
                

            </ul>
            <?php if($in_stock == "Yes") { ?>
            <a class="cart" pid='<?php echo $product_id; ?>' id='product' title='Add to Cart'>Add to Cart</a>
            <?php } ?>
        </div>
    </div>
    <div class="why-text">
        <span class='star_color'>
            <?php include("rating1.php");?>
        </span>
        <?php echo "$rating_display"; ?>
        <h4><?php echo $product_title; if($in_stock == "No"){echo"<span style='color:grey;'> (Out of Stock)</span>";} ?></h4>
        <h5> <?php echo $currency; ?><?php echo number_format((float)$product_price, 2, '.', ','); ?></h5>
    </div>
</div>

Al-HUWAITI Shell