HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/hyperflight/! bs5/inc-template-footer.asp
<%

' (SS,14/05/26) inc-template-footer.asp
' HyperFlight BS5 version
' Separated from inc-template-main.asp
' Based on the VDK version, which was based on CIRC

' (SS,14/5/24) Bootstrap 5, replaced style="background-color: #EFEFEF" with class bg-secondary
' bg-dark-subtle bg-gradient
' (SS,18/5/26) New version for HF
Sub ShowMainFooter
  ' (SS,30/7/24) trying without ,basket
  If Not IsPageNameOrCmd("account,checkout") Then
    ShowMainRecentlyViewed  
  End If  

 ' ShowMainFooterUSPBar  
 ' ShowMainTrustpilotWidget ""
  
  ' <div class="container-fluid bg-secondary text-white">
  ' <div class="container mt-0 pt-4" style="background-color:#D9EFFD">
%>  
  <div class="container-fluid footer-main text-dark">
    <div class="container pt-4">
      <div class="footer-content px-2">
       <div class="row gy-4">
<%  
  ShowMainFooterColumn1
  ShowMainFooterColumn2
  ShowMainFooterColumn3
  ShowMainFooterColumn4
  
  ShowMainFooterCompanyInfoJSON
%>  
      </div><!--/row-->
     </div><!-- footer-content -->
   </div><!--/container-->
  </div> <!--/ class="container-fluid" -->
<%
End Sub

' (SS,30/5/24) moved recently viewed code into this new sub, if condition that decides when to show is now in ShowMainFooter
' removed include "inc-template-recently-viewed.asp" now included in inc-main.asp, replaced with ShowRecentlyViewed
' (SS,5/6/26) added recently-viewed-wrapper and replaced col-lg-12 col-md-12 col-sm-12 col-12 with col-12
Sub ShowMainRecentlyViewed
%>
  <div class="container recently-viewed-wrapper">    
    <div class="row">
      <div class="col-12">
        <div id="recently-viewed" class="px-2">  
<%ShowRecentlyViewed%>
        </div>
      </div>
    </div>
  </div>
<%
End Sub

Sub ShowMainFooterColumn1
%>
      <div class="col-12 col-md-6 col-xl-3 mb-3 footer-service">
        <h5 class="mb-2">Service</h5>
        <ul class="nav flex-column footer-link-list">
          <li class="nav-item"><a href="products.asp?page=account">Account</a></li> 
          <li class="nav-item"><a href="products.asp?page=customerinfo">Customer Info</a></li>
          <li class="nav-item"><a href="products.asp?page=privacy">Privacy Policy</a></li>
          <li class="nav-item"><a href="products.asp?page=links">Useful Links</a></li>            
          <li class="nav-item"><a href="products.asp?page=sitemap">Sitemap</a></li>
          <li class="nav-item"><a href="products.asp?search=--special+offers--">Special Offers</a></li>          
        </ul>

      </div>
<%
End Sub

' (SS,12/7/24) added Sitemap back in
Sub ShowMainFooterColumn2
%>
      <div class="col-12 col-md-6 col-xl-3 mb-3 footer-products">
        <h5 class="mb-2">Products</h5>
        <ul class="nav flex-column footer-link-list">
          <li class="nav-item"><a href="products.asp?cat=RC+Models">RC Models</a></li>
          <li class="nav-item"><a href="products.asp?cat=Servos">Servos</a></li>
          <li class="nav-item"><a href="products.asp?cat=Electronics">Electronics</a></li>
          <li class="nav-item"><a href="products.asp?cat=Powertrains">Powertrains</a></li>
          <li class="nav-item"><a href="products.asp?cat=Bags">Bags</a></li>
          <li class="nav-item"><a href="products.asp?cat=Materials">Materials</a></li>
          <li class="nav-item"><a href="products.asp?cat=Parts">Parts</a></li>
          <li class="nav-item"><a href="products.asp?cat=Other">Other</a></li>
        </ul>
      </div>
<%
End Sub

' (SS,14/7/26) Bootstrap 5 improved version
Sub ShowMainFooterColumn3
%>
      <div class="col-12 col-md-6 col-xl-3 mb-3 footer-shop-securely">
        <h5 class="mb-2">Shop Securely</h5>

        <div class="footer-payment-logos mt-3">

          <div class="footer-payment-wallets mb-3">
            <img class="footer-payment-logo footer-payment-logo-wallet" src="/images/apple-pay-logo.svg" alt="Apple Pay">
            <img class="footer-payment-logo footer-payment-logo-wallet" src="/images/google-pay-logo.svg" alt="Google Pay">
          </div>

          <img class="footer-payment-logo footer-payment-logo-wide mb-3" src="/images/clover-logo.svg" alt="Clover">

          <img class="footer-payment-logo footer-payment-logo-wide" src="/images/paypal-logo.svg" alt="PayPal">

        </div>
      </div>     
<%
End Sub

Sub ShowMainFooterColumn4
%>
      <div class="col-12 col-md-6 col-xl-3 mb-3 footer-contact">
        <h5 class="mb-2">Contact Us</h5>
        
        <address class="footer-contact mb-0">            
          <div class="mb-2">
            <strong><%=GetStoreName%></strong><br>
            Drybank Farm<br>
            Fosse Way, Ettington<br>
            Stratford-upon-Avon<br>
            Warwickshire, CV37 7PD<br>
            United Kingdom
          </div>         

          <ul class="list-unstyled mb-3 footer-contact-links">
            <li>
              <i class="fa-solid fa-phone fa-fw me-1" aria-hidden="true"></i>
              <a href="tel:+447821351341">07821 351341</a>
            </li>
              
            <li>
              <i class="fa-brands fa-whatsapp fa-fw me-1" aria-hidden="true"></i>
              <a href="https://wa.me/447821351341" target="_blank" rel="noopener">447821351341</a>
            </li>
           
            <li>
              <i class="fa-solid fa-envelope fa-fw me-1" aria-hidden="true"></i>
              <a href="mailto:<%=GetStoreEmail%>"><%=GetStoreEmail%></a>
            </li>
            
            <li>
              <i class="fa-solid fa-clipboard-list fa-fw me-1" aria-hidden="true"></i>
              <a href="products.asp?page=contact">Contact Form</a>
            </li>
          </ul>
            
        </address>            
        
        <div class="footer-social mt-3">
          <a href="https://www.facebook.com/hyperflight.co.uk" class="pe-2" target="_blank" rel="noopener" title="HyperFlight on Facebook" aria-label="HyperFlight on Facebook"><i class="fa-brands fa-facebook fa-xl" aria-hidden="true"></i></a>
          <a href="https://www.instagram.com/hyperflight.co.uk"  class="pe-2" target="_blank" rel="noopener" title="HyperFlight on Instagram" aria-label="HyperFlight on Instagram"><i class="fa-brands fa-instagram fa-xl" aria-hidden="true"></i></a>      
          <a href="https://goo.gl/maps/kqhu4rdPxir" class="pe-2" target="_blank" rel="noopener" title="HyperFlight on Google Business Profil" aria-label="HyperFlight on Google Business Profile"><i class="fa-brands fa-google fa-xl" aria-hidden="true"></i></a>
        </div>

      </div>
<%
End Sub

Sub ShowMainFooterCompanyInfoJSON
%>
<script type="application/ld+json">
	{
  	"@context": "https://schema.org",
  	"@type": "LocalBusiness",
  	"address": {
    "@type": "PostalAddress",
    "addressLocality": "Stratford-upon-Avon",
    "addressRegion": "Warwickshire",
    "postalCode": "CV37 7PD",
    "streetAddress": "Drybank Farm, Fosse Way, Ettington"
  	},
  	"description": "R/C DLG, glider and thermal soarer specialists.",
  	"name": "<%=GetStoreName%>",
    "image": "<%=GetStoreURL%>/images/logo.png",
  	"telephone": "+44 (0) 7821 351341",
  	"openingHours": "Mo,Tu,We,Th,Fr 10:00-17:00",
    "paymentAccepted": "Cash, cheque, credit card, PayPal, BACS",
    "priceRange": "&pound;0.23 - &pound;1950",
  	"geo": {
    "@type": "GeoCoordinates",
    "latitude": "52.128436",
    "longitude": "-1.6028187"
 		}, 			
  	"sameAs" : [ "https://www.facebook.com/hyperflight.co.uk",
    "https://twitter.com/hyperflightrc",
    "https://plus.google.com/+hyperflight"]
    <%ShowReviewAggregateRatingStructuredData%>
	}
</script>  

<%
End Sub

ShowMainFooter

%>