MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 52.15.217.86
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/loveitchocoiza.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/loveitchocoiza.com/home-products1.php
    <div class="product-area mt-text-2">
        <div class="container custom-area-2 overflow-hidden">
            <div class="row">
                <!--Section Title Start-->
                <div class="col-12 col-custom">
                    <div class="section-title text-center mb-30">
                        <span class="section-title-1">Desi Masti</span>
                        <h3 class="section-title-3">Featured Products</h3>
                    </div>
                </div>
                <!--Section Title End-->
            </div>
            <div class="row product-row">
                <div class="col-12 col-custom">
                    <div class="product-slider swiper-container anime-element-multi">
                        <div class="swiper-wrapper">
                            <?php
                                $sqlprod = "SELECT * FROM `tbl_services` WHERE `tour_status`='Active' ORDER BY tour_order ASC LIMIT 8";
                                $runprod = mysqli_query($db,$sqlprod) or die("Query Not run");
                                while($dataprod = mysqli_fetch_assoc($runprod)){
                            ?>
                            <div class="single-item swiper-slide">
                                <div class="single-product position-relative mb-30">
                                    <div class="product-image">
                                        <a class="d-block" href="<?php echo $wspath ?>product<?php echo $dataprod['slug_url'];?>.html">
                                            <img src="<?php echo $wspath;?>admin/images/property-image/<?php echo $dataprod['image'];?>" alt="<?php echo $dataprod['name'];?>" title="<?php echo $dataprod['name'];?>" class="product-image-1 w-100">
                                        </a>
                                        <span class="onsale">Sale!</span>
                                    </div>
                                    <div class="product-content">
                                        <div class="product-title">
                                            <h4 class="title-2"> <a href="<?php echo $wspath ?>product<?php echo $dataprod['slug_url'];?>.html"><?php echo $dataprod['name'];?></a></h4>
                                        </div>
                                        
                                        <div class="price-box">
                                            <span class="regular-price ">₹<?php echo $dataprod['price'];?></span>
                                            <span class="old-price"><del>₹<?php echo $dataprod['mrp'];?></del></span>
                                        </div>
                                        <a href="<?php echo $wspath;?>enquiry.html" class="btn product-cart">Enquiry Now</a>
                                    </div>
                                </div>
                            </div>
                            <?php } ?>
                        </div>
                        <!-- Slider pagination -->
                        <div class="swiper-pagination default-pagination"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    

MMCT - 2023