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/domains/sabrinaluxebraidedwigs.com/public_html/ |
<?php
echo"
<!-- Block2 -->
<div class='block2'>
<div class='block2-img wrap-pic-w of-hidden pos-relative block2-labelnew'>
<img src='$admin_no/assets/img/products/$product_image' alt=''>
<div class='block2-overlay trans-0-4'>
<div class='block2-btn-addcart w-size1 trans-0-4'>
<!-- Button -->
<button pid='$product_id' id='product' class='flex-c-m size1 bg4 bo-rad-23 hov1 s-text1 trans-0-4'>
Add to Cart
</button>
</div>
</div>
</div>
<div class='block2-txt p-t-20'>
<a href='product_details.php?product=$product_id' class='block2-name dis-block s-text3 p-b-5'>
$product_title
</a>
<span class='block2-price m-text6 p-r-5'>
";echo $currency; echo number_format((float)$product_price, 2, '.', ','); ?>
<br> <span class='star_color'>
<?php include("rating1.php");?>
</span>
<?php echo "$rating_display"; ?>
<?php echo"
</span>
</div>
</div>
";
?>