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/soniahjeweler.com/public_html/ |
<div class="grid__wraper">
<div class="grid__wraper__img">
<div class="grid__wraper__img__inner">
<a href='product_details.php?product=<?php echo $product_id; ?>'>
<img class="primary__image" src="site_img/products/<?php echo $product_image; ?>" alt="Primary Image">
<?php if($picture2 !==""){ ?>
<img class="secondary__image" src="site_img/products/<?php echo $picture2; ?>" alt="Secondary Image">
<?php }else{ ?>
<img class="secondary__image" src="site_img/products/<?php echo $product_image; ?>" alt="Secondary Image">
<?php } ?>
</a>
</div>
<div class="grid__wraper__icon">
<ul>
</ul>
</div>
<div class="grid__wraper__badge">
</div>
</div>
<div class="grid__wraper__info">
<h3 class="grid__wraper__tittle">
<a style='color:black !important;' href='product_details.php?product=<?php echo $product_id; ?>' tabindex='0'><?= $product_title ?></a>
</h3>
<div class="grid__wraper__price">
<span><?php if($currency == "$"){
$product_price = $product_price / $rate;
} ?>
<?= $currency ?><?= number_format((float)$product_price, 2, '.', ','); ?></span>
</div>
</div>
</div>