Furns - Furniture eCommerce HTML Template

Introduction

Template Name: Furns - Furniture eCommerce HTML Template
Thank you very much for choosing our template. We truly appreciate and really hope that you'll enjoy our template!
If you like this template, Please support us by rating us 5 stars..     

Furns is a simple and elegant technology HTML Template. This theme has 2 homepage layouts and responsive, easy to customize. You can using his HTML Template for online e-commerce business selling furniture, cloth, electronics, accessories, watches, or any such products online

Furns comes with a variation of 20+ HTML pages where there are 2 unique home versions. It is built with Bootstrap 5, HTML 5, SASS, CSS3 and W3C validated markup. This SEO-friendly template comes with numerous features like Smooth Animations,Image Zoom, Google Fonts, Font Awesome, and many more.

Now grow your e-commerce business with this Furns - Furniture eCommerce HTML Template without any hesitation.

Template features

  • Build with Bootstrap 5
  • 2 Homepage
  • 36+ HTML pages
  • Made with SASS (SCSS)
  • Icon font (Ionicons,Simple-Line-Icons)
  • Google Fonts
  • W3C Validated Code
  • Clean Code
  • Creative and Modern Design
  • Fully Responsive
  • Smooth animations
  • Easy to customize
  • Cross Browser Support
  • Well Documented
  • Active Contact Form
  • No console error
Need Support?
If you have any questions regarding to theme issues, please submit a ticket at https://hasthemes.com/contact-us/

Files Included

  • Documentation
  • Template Files - furns

Root Folder Structure





FTP Upload

  • Open up your FTP manager and connect to your hosting
  • Browse to required directory (Normally public_html)
  • Upload the all files inside furns folder.


Page Structure



  • index.html is for Home page one
  • index-2.html is for Home page two
  • shop-grid-sidebar-left.html is for Grid Shop Page ( with left sidebar)
  • shop-grid-sidebar-right.html is for Grid Shop Page ( with right sidebar)
  • shop-3-column.html is for 3 column Shop Page (without sidebar)
  • shop-4-column.html is for 4 column Shop Page (with left sidebar)
  • product-details-default.html is for Single Product Page of datails (default)
  • product-details-variable.html is for Single Product Page of datails (normal view with multiple select options)
  • product-details-affiliate.html is for Single Product Page of datails with affiliate reference (affiliate product)
  • product-details-group.html is for Single Product Page of datails with multiple product (group product)
  • product-details-single-slide.html is for Single Product Page of datails with full slider
  • product-details-tab-left.html is for Single Product Page of datails with vertical tab(leftside tab)
  • product-details-tab-right.html is for Single Product Page of datails with vertical tab(rightside tab )
  • product-details-gallery-left.html is for Single Product Page of datails with Gallery (leftside gallery)
  • product-details-gallery-right.html is for Single Product Page of datails with Gallery (rightside gallery)
  • product-details-sticky-left.html is for Single Product Page of datails with Sticky (leftside sticky)
  • product-details-sticky-right.html is for Single Product Page of datails with Sticky (rightside sticky)
  • cart.html is for Cart page
  • wishlist.html is for Wishlist page for the selected Products
  • compare.html is for Compare page between the Products
  • checkout.html is for Checkout page
  • login.html is for User log-in and register new account page
  • my-account.html is for User dashboard page
  • empty-cart.html is for Empty Cart Page
  • about.html is for About page
  • faq.html is for Faq page
  • 404.html is for 404 page
  • privacy-policy.html is for Privacy Policy page
  • coming-soon.html is for Coming soon page
  • contact.html is for Contact page
  • blog-grid-left-sidebar.html is for Blog Grid Page (left sidebar)
  • blog-grid-right-sidebar.html is for Blog Grid Page (right sidebar)
  • blog-list-left-sidebar.html is for Blog List Page (left sidebar)
  • blog-list-right-sidebar.html is for Blog List Page (right sidebar)
  • blog-single-left-sidebar.html is for Single Blog Page (left sidebar)
  • blog-single-right-sidebar.html is for Single Blog Page (right sidebar)

Source File Structure



Fonts Source File structure

Remember to change the font into style.css

            
            <!--All Google Fonts-->
            @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
          


CSS Source File structure

These are the css files that are loaded into templates in Head Section.

            
            <!-- ::::::::::::::All CSS Files here :::::::::::::: -->

            <!-- Vendor CSS Files -->
            <link rel="stylesheet" href="assets/css/vendor/ionicons.min.css">
            <link rel="stylesheet" href="assets/css/vendor/simple-line-icon.css">

            <!-- Plugin CSS Files -->
            <link rel="stylesheet" href="assets/css/plugin/swiper-bundle.min.css">
            <link rel="stylesheet" href="assets/css/plugin/jquery-ui.min.css">
            <link rel="stylesheet" href="assets/css/plugin/nice-select.css">
            <link rel="stylesheet" href="assets/css/plugin/animate.css">
            <link rel="stylesheet" href="assets/css/plugin/venobox">

            <!-- Main CSS File -->
            <link rel="stylesheet" href="assets/css/style.css">
          


Javascript Source File structure

These are the list of Javascript files that are loaded into templates in end of the Body Section.

        
            <!-- ::::::::::::::All Javascripts here ::::::::::::::-->

            <!-- Vendor JS Files -->         
            <script src="assets/js/vendor/jquery-3.5.1.min.js"></script>                 
            <script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>          
            <script src="assets/js/vendor/jquery-migrate-3.1.0.min.js"></script>          
            <script src="assets/js/vendor/popper.min.js"></script>
            <script src="assets/js/vendor/bootstrap.min.js"></script>

            <!-- Plugins JS Files -->         
            <script src="assets/js/plugin/swiper-bundle.min.js"></script>                 
            <script src="assets/js/plugin/countdown.js"></script>          
            <script src="assets/js/plugin/scrollup.js"></script>          
            <script src="assets/js/plugin/venobox.min.js"></script>          
            <script src="assets/js/plugin/jquery-ui.min.js"></script>          
            <script src="assets/js/plugin/jquery.nice-select.min.js"></script>          
            <script src="assets/js/plugin/ajax-mail.js"></script>          
            <script src="assets/js/plugin/jquery.zoom.min.js"></script> 

            <!-- Main js file that contents all jQuery plugins activation. -->         
            <script src="assets/js/main.js"></script>
        


How to change Logo?





How to Change Background Image?





How to Change Map Location?

You can change map iframe from here







How to Change Mail?

You can pass dynamic email in the contact form and newsletter.