Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 28.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$Language}" lang="{$Language}">
  3. <head itemscope itemtype="http://schema.org/WebSite">
  4.  
  5. <meta name="google-site-verification" content="4Vx8U5-WwZczsAXup7A66XWvPCC7ZZuz0Q2fuJEJKKI" />
  6.  
  7.     {* Bootstrap *}
  8.     <link rel="stylesheet" href="{PluginUriCollection::GetInstance()->GetBootstrap()->GetCSS('3.2.0')}" />
  9.     {* Fontawesome *}
  10.     <link rel="stylesheet" href="{PluginUriCollection::GetInstance()->GetFontAwesome()->GetCSS()}" />
  11.  
  12.     {* Font setting *}
  13.  
  14.     <link href='{$sTemplateMediaLocation}fonts.css' rel='stylesheet' type='text/css'>
  15.     <link href='https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700' rel='stylesheet' type='text/css'>
  16.     <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  17.  
  18.     {$_IncludeHeadModern}
  19.  
  20. </head>
  21. <body {$sBodyLogic} class="{$sCurrentPage}">
  22. <!-- Top Navigation -->
  23. <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
  24.  
  25.     {if $oEndUserSetting->USP == '1'}
  26.         <div class="sellingpoint">
  27.             <p>{$oEndUserSetting->USPText}</p>
  28.         </div>
  29.     {/if}
  30.  
  31.     <div class="container">
  32.         <div class="top-nav">
  33.             {if (count($aLanguages) > 1)}
  34.                 <div class="languages">
  35.                     <div class="dropdown">
  36.                         <button class="btn btn-dropdown dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
  37.                             <i class="iconhover material-icons">language</i><a href="#">{$sMLVar_YourLanguage} <i class="material-icons">arrow_drop_down</i></a>
  38.                         </button>
  39.                         <ul class="dropdown-menu dropdown-menu-select" aria-labelledby="dropdownMenu1">
  40.                             {foreach from=$aLanguages item=oLanguage}
  41.                                 <li>
  42.                                     <a href="{$oLanguage->Domain}">
  43.                                         {if $oLanguage->Code == 'nl'}
  44.                                             {$sMLVar_NL}
  45.                                         {elseif $oLanguage->Code == 'en'}
  46.                                             {$sMLVar_EN}
  47.                                         {elseif $oLanguage->Code == 'de'}
  48.                                             {$sMLVar_DE}
  49.                                         {elseif $oLanguage->Code == 'fr'}
  50.                                             {$sMLVar_FR}
  51.                                         {elseif $oLanguage->Code == 'tr'}
  52.                                             {$sMLVar_TR}
  53.                                         {/if}
  54.                                     </a>
  55.                                 </li>
  56.                             {/foreach}
  57.                         </ul>
  58.                     </div>
  59.                 </div>
  60.             {/if}
  61.  
  62.             {if $oEndUserSetting->Pages == '1'}
  63.                 <ul class="sitemap">
  64.                     {section loop=$aPages name=i max=20}
  65.                         {$oPage = $aPages[i]}
  66.                         <li><a href="{$oPage->Deeplink}" class="{if $iSelectedPageId == $oPage->Id}page-active{/if}">{$oPage->Title}</a></li>
  67.                     {/section}
  68.                 </ul>
  69.             {/if}
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.             <span id="SmallBasket">
  77.                 {include file='./SmallBasket.sub.tpl' aOrderRows=$aOrderRows}
  78.             </span>
  79.  
  80.  
  81.  
  82.                 <ul class="nav navbar-right">
  83.                     <li class="mobile-search" href="#search">
  84.                         <i class="iconhover material-icons">search</i>
  85.                         <a>
  86.                             {$sMLVar_Search}
  87.                         </a>
  88.                     </li>
  89.                     {if $bCustomerLoginActive == true}
  90.                     <li>
  91.                         {if $bCustomerLoggedIn == false}
  92.                             <i onclick="window.location='{$sCustomerLoginPageDeeplink}';" class="iconhover material-icons">person</i>
  93.                             <a href="#" onclick="window.location='{$sCustomerLoginPageDeeplink}';">
  94.                                 {$sMLVar_Login2}
  95.                             </a>
  96.                         {else}
  97.                             <i onclick="window.location = '{$sCustomerLogoutPageDeeplink}';" class="iconhover material-icons">exit_to_app</i>
  98.                             <a href="#" onclick="window.location = '{$sCustomerLogoutPageDeeplink}';">
  99.                                 {$sMLVar_Logout}
  100.                             </a>
  101.                         {/if}
  102.                     </li>
  103.                 {/if}
  104.                 </ul>
  105.             </span>
  106.         </div>
  107.     </div>
  108.  
  109.  
  110.     <div id="search">
  111.         <button type="button" class="close">×</button>
  112.         <input type="search" id="SearchField1" placeholder="{$sMLVar_SearchProducts2}..." onkeydown="if (event.keyCode == 13) window.location='{$sSearchPageDeeplink}' + $('#SearchField1').val();">
  113.         <span onclick="window.location='{$sSearchPageDeeplink}' + $('#SearchField1').val();" class="mobile-search-button ImportantButton">{$sMLVar_Search}</span>
  114.     </div>
  115.  
  116.  
  117.     <div class="divider"></div>
  118.  
  119.     <!-- Main Navigation -->
  120.     <div class="container">
  121.         <div class="main-nav">
  122.             <div class="navbar-header page-scroll">
  123.                 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
  124.                     <span class="sr-only">Toggle navigation</span>
  125.                     <span class="icon-bar"></span>
  126.                     <span class="icon-bar"></span>
  127.                     <span class="icon-bar"></span>
  128.                 </button>
  129.                 {if $oEndUserSetting->LogoType == 'LogoImage'}
  130.                     {if !empty($oEndUserSetting->LogoImage)}
  131.                         <div class="logo-wrapper">
  132.                             <a href="/"><img src="{$sRelativeMediaLocation}{$oEndUserSetting->LogoImage}" class="img-responsive" alt="" /></a>
  133.                         </div>
  134.                     {/if}
  135.                 {else}
  136.                     {if !empty($oEndUserSetting->LogoText)}
  137.                         <div class="ceyda-logo-text">
  138.                             <a href="/">{$oEndUserSetting->LogoText|truncate:60:"":true}</a>
  139.                         </div>
  140.                     {/if}
  141.                 {/if}
  142.             </div>
  143.  
  144.  
  145.             <!-- Collect the nav links, forms, and other content for toggling -->
  146.             <div class="collapse navbar-collapse navbar-ex1-collapse">
  147.                 <ul class="nav navbar-nav">
  148.  
  149.                     <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
  150.                     {foreach from=$aCategories item=oCategory name=categorycount}
  151.                         <li class="dropdown menu-main-1 catId-{$oCategory->Id} {if $iSelectedCategoryId == $oCategory->Id}category-active{/if}">
  152.                             <a href="{$oCategory->Deeplink}" class="dropdown-toggle name">{$oCategory->Name}</a>
  153.  
  154.                             {if $oCategory->SubCategories|@count gt 0}
  155.                                 <ul class="nav-dropdown dropdown-menu">
  156.                                     <li>
  157.                                         <a href="{$oCategory->Deeplink}" class="nav-header">{$sMLVar_Categories}</a>
  158.                                     </li>
  159.                                     {foreach from=$oCategory->SubCategories item=oSubCategory name=subcategorycount}
  160.                                         {if $smarty.foreach.subcategorycount.index == 5 && $oEndUserSetting->DropdownMax5 == '1'}
  161.                                            {break}
  162.                                        {/if}
  163.  
  164.                                        <li>
  165.                                            <a href="{$oSubCategory->Deeplink}">{$oSubCategory->Name}</a>
  166.                                        </li>
  167.                                    {/foreach}
  168.  
  169.                                    {if $oEndUserSetting->DropdownMax5 == '1' && (count($oCategory->SubCategories) > 5 )}
  170.                                        <li><a href="{$oCategory->Deeplink}" class="nav-link">{$sMLVar_AllCategories}</a></li>
  171.                                    {/if}
  172.                                </ul>
  173.                            {/if}
  174.                        </li>
  175.                    {/foreach}
  176.                    <a href="#" data-action="showcategories" class="navbar-show-all data-hide">{$oEndUserSetting->Max6Categories}<i class="fa fa-angle-double-down"></i></a>
  177.                </ul>
  178.                <ul class="nav navbar-right">
  179.                    <div class="form-group">
  180.                        <input type="text" id="SearchField" placeholder="{$sMLVar_SearchProducts2}..." onkeydown="if (event.keyCode == 13) window.location='{$sSearchPageDeeplink}' + $('#SearchField').val();" class="form-control">
  181.                         <span class="focus-icon"><i class="material-icons" onclick="window.location='{$sSearchPageDeeplink}' + $('#SearchField').val();">search</i></span>
  182.                     </div>
  183.                 </ul>
  184.             </div>
  185.         </div>
  186.         <!-- /.navbar-collapse -->
  187.  
  188.     </div>
  189.     <!-- /.container -->
  190. </nav>
  191.  
  192.  
  193. {if $sCurrentPage == 'HomePage'}
  194.     <!-- Intro Section -->
  195.     {if $oEndUserSetting->Slider == '1' && ($oEndUserSetting->Slider1Image != '' || $oEndUserSetting->Slider2Image != '' || $oEndUserSetting->Slider3Image != '')}
  196.        <section class="slider-section">
  197.            <header id="myCarousel" class="carousel slide">
  198.                <!-- Indicators -->
  199.                {$bActive=true}
  200.                {$iSlideIndex=0}
  201.                <ol class="carousel-indicators">
  202.                    {if $oEndUserSetting->Slider1Image != ''}
  203.                        <li data-target="#myCarousel" data-slide-to="{$iSlideIndex}" {if $bActive}class="active"{/if}></li>
  204.                        {$iSlideIndex=$iSlideIndex+1}
  205.                        {$bActive=false}
  206.                    {/if}
  207.  
  208.                    {if $oEndUserSetting->Slider2Image != ''}
  209.                        <li data-target="#myCarousel" data-slide-to="{$iSlideIndex}" {if $bActive}class="active"{/if}></li>
  210.                        {$iSlideIndex=$iSlideIndex+1}
  211.                        {$bActive=false}
  212.                    {/if}
  213.  
  214.                    {if $oEndUserSetting->Slider3Image != ''}
  215.                        {if !$bActive}
  216.                            <li data-target="#myCarousel" data-slide-to="{$iSlideIndex}" {if $bActive}class="active"{/if}></li>
  217.                        {/if}
  218.                        {$iSlideIndex=$iSlideIndex+1}
  219.                        {$bActive=false}
  220.                    {/if}
  221.                </ol>
  222.  
  223.                {$bActive=true}
  224.                <!-- Wrapper for slides -->
  225.                <div class="carousel-inner">
  226.                    {if $oEndUserSetting->Slider1Image != ''}
  227.                        <div class="item {if $bActive}active{/if}">
  228.                            <div class="slider1-position fill img-responsive" style="background-image:url('{$sRelativeMediaLocation}{$oEndUserSetting->Slider1Image}');"></div>
  229.                             <div class="carousel-caption {if $oEndUserSetting->CarouselCaptionSlider1 == 'left'}text-left{else}text-right{/if}">
  230.                                 <h2>{$oEndUserSetting->Slider1Titel}</h2>
  231.                                 <h3>{$oEndUserSetting->Slider1SubTitel}</h3>
  232.                                 <h4>{$oEndUserSetting->Slider1Slogan}</h4>
  233.                             </div>
  234.                         </div>
  235.                         {$bActive=false}
  236.                     {/if}
  237.                     {if $oEndUserSetting->Slider2Image != ''}
  238.                         <div class="item {if $bActive}active{/if}">
  239.                             <div class="slider2-position fill img-responsive" style="background-image:url('{$sRelativeMediaLocation}{$oEndUserSetting->Slider2Image}');"></div>
  240.                             <div class="carousel-caption {if $oEndUserSetting->CarouselCaptionSlider2 == 'left'}text-left{else}text-right{/if}">
  241.                                 <h2>{$oEndUserSetting->Slider2Titel}</h2>
  242.                                 <h3>{$oEndUserSetting->Slider2SubTitel}</h3>
  243.                                 <h4>{$oEndUserSetting->Slider2Slogan}</h4>
  244.                             </div>
  245.                         </div>
  246.                         {$bActive=false}
  247.                     {/if}
  248.                     {if $oEndUserSetting->Slider3Image != ''}
  249.                         <div class="item {if $bActive}active{/if}">
  250.                             <div class="slider3-position fill img-responsive" style="background-image:url('{$sRelativeMediaLocation}{$oEndUserSetting->Slider3Image}');"></div>
  251.                             <div class="carousel-caption {if $oEndUserSetting->CarouselCaptionSlider3 == 'left'}text-left{else}text-right{/if}">
  252.                                 <h2>{$oEndUserSetting->Slider3Titel}</h2>
  253.                                 <h3>{$oEndUserSetting->Slider3SubTitel}</h3>
  254.                                 <h4>{$oEndUserSetting->Slider3Slogan}</h4>
  255.                             </div>
  256.                         </div>
  257.                     {/if}
  258.                 </div>
  259.  
  260.                 {if !$bActive}
  261.                     <!-- Controls -->
  262.                     <a class="left carousel-control" href="#myCarousel" data-slide="prev">
  263.                         <span class="icon-prev"></span>
  264.                     </a>
  265.                     <a class="right carousel-control" href="#myCarousel" data-slide="next">
  266.                         <span class="icon-next"></span>
  267.                     </a>
  268.                 {/if}
  269.             </header>
  270.         </section>
  271.     {/if}
  272.  
  273.     <!-- Popular Products Section -->
  274.     <section class="popular-products-section">
  275.         {$_IncludeContent}
  276.     </section>
  277.  
  278. {else}
  279.     {if $sCurrentPage == 'CategoryPage'}
  280.         <div class="category-image-header"></div>
  281.     {/if}
  282.     <div class="container">
  283.         <div class="row">
  284.             <div class="col-lg-12">
  285.  
  286.                 {if $sCurrentPage == 'CategoryPage'}
  287.                 {* Main sidebar check *}
  288.                 {$sMainsidebar = false}
  289.                 {$sTopsidebar = false}
  290.  
  291.  
  292.                 {if $sCategoryFilters == true || $aProductCategorySubCategories|@count > 0 && $oEndUserSetting->ProductSidebar == '1'}
  293.  
  294.                    {$sMainsidebar = true}
  295.                    {if $aProductCategorySubCategories|@count > 0 && $oEndUserSetting->ProductSidebar == '1'}
  296.                        {$sTopsidebar = true}
  297.                    {/if}
  298.                {/if}
  299.  
  300.                {if $sMainsidebar}
  301.                    <div class="left-column">
  302.                        <div class="filter-toggle"><i class="material-icons">filter_list</i><p>{$sMLVar_Filter}</p></div>
  303.                        <div class="left-column-toggle">
  304.                            {if $sTopsidebar}
  305.                                <div class="sidebar">
  306.                                    {foreach from=$aCategories item=oCategory}
  307.                                        {if $iSelectedCategoryId != $oCategory->Id}
  308.                                            {continue}
  309.                                        {/if}
  310.                                        <ul class="category">
  311.                                            <li class="category-header"><a href="{$oCategory->Deeplink}" class="name">{$oCategory->Name}</a></li>
  312.                                            {if $oCategory->SubCategories|@count gt 0}
  313.                                                {foreach from=$oCategory->SubCategories item=oSubCategory}
  314.                                                    <li><a href="{$oSubCategory->Deeplink}" class="{if $iSelectedSubCategoryId == $oSubCategory->Id}subcategory-active{/if}">{$oSubCategory->Name}</a></li>
  315.                                                {/foreach}
  316.                                            {/if}
  317.                                        </ul>
  318.                                    {/foreach}
  319.                                </div>
  320.                            {/if}
  321.  
  322.                            {if $sCategoryFilters}
  323.                                <div class="filter-wrapper">
  324.                                    {$sCategoryFilters}
  325.                                </div>
  326.                            {/if}
  327.                        </div>
  328.                    </div>
  329.                {/if}
  330.                <div class="{if $sMainsidebar}custom-content{else}col-md-3 custom-content-full{/if}">
  331.                    <div class="right-column">
  332.                        <div class="BreadCrumbWrapper">
  333.                            <ul id="BreadCrumbs">
  334.                                {section name=Index loop=$aCrumbs}
  335.                                    {$oCrumb = $aCrumbs[Index]}
  336.                                    <li>
  337.                                        {if $smarty.section.Index.last}
  338.                                            <h1>{$sPageTitle}</h1>
  339.                                        {else}
  340.                                            <a href="{$oCrumb->Deeplink}">{$oCrumb->Title}</a> /
  341.                                        {/if}
  342.                                    </li>
  343.                                {/section}
  344.                            </ul>
  345.                        </div>
  346.                        {$_IncludeContent}
  347.                    </div>
  348.  
  349.                    {else}
  350.                    <div class="col-sm-12 col-md-12 main-content">
  351.                        {$sPageTitleH1}
  352.                        {$_IncludeContent}
  353.                    </div>
  354.                    {/if}
  355.                </div>
  356.            </div>
  357.        </div>
  358.    </div>
  359. {/if}
  360.  
  361. {assign var=footerCount value=1}
  362. {if $oEndUserSetting->ContactFooter == '1'}{assign var=footerCount value=$footerCount+1}{/if}
  363. {if $oEndUserSetting->NewsLetterFooter == '1'}{assign var=footerCount value=$footerCount+1}{/if}
  364. {if $oEndUserSetting->CustomBlockFooter == '1'}{assign var=footerCount value=$footerCount+1}{/if}
  365.  
  366.  
  367. <footer id="contact" class="footer-section">
  368.    <div class="container">
  369.        <div class="row">
  370.            <div class="spacer
  371.                {if $footerCount lte 2}
  372.                col-md-6
  373.                {elseif $footerCount eq 3 && $oEndUserSetting->NewsLetterFooter == '1'}
  374.                col-md-3
  375.                {elseif $footerCount eq 3 && $oEndUserSetting->NewsLetterFooter == '0'}
  376.                col-md-4
  377.                {elseif $footerCount gt 3}
  378.                 col-md-3
  379.                {/if} col-sm-6 col-xs-12">
  380.                <h4 class="footer-title">{$sMLVar_Menu}</h4>
  381.                <ul class="sitemap">
  382.                    {section loop=$aPages name=i max=20}
  383.                        {$oPage = $aPages[i]}
  384.                        <li><a href="{$oPage->Deeplink}">{$oPage->Title}</a></li>
  385.                    {/section}
  386.                </ul>
  387.            </div>
  388.  
  389.            {if $oEndUserSetting->ContactFooter == '1'}
  390.                <div class="spacer
  391.                {if $footerCount lte 2}
  392.                col-md-6
  393.                {elseif $footerCount eq 3 && $oEndUserSetting->NewsLetterFooter == '1'}
  394.                col-md-3
  395.                {elseif $footerCount eq 3 && $oEndUserSetting->NewsLetterFooter == '0'}
  396.                col-md-4
  397.                {elseif $footerCount gt 3}
  398.                col-md-3
  399.                {/if}
  400.                col-sm-6 col-xs-12">
  401.                    <h4 class="footer-title">{$sMLVar_Contact}</h4>
  402.                    {if !empty($oEndUserSetting->ContactStreetName)}<div class="contact-info"><i class="material-icons">room</i><p>{$oEndUserSetting->ContactStreetName}</p></div>{/if}
  403.                    {if !empty($oEndUserSetting->ContactPostalCode)}<div class="contact-info"><i class="material-icons">map</i><p>{$oEndUserSetting->ContactPostalCode}</p></div>{/if}
  404.                    {if !empty($oEndUserSetting->ContactPhoneNumber)}<div class="contact-info"><i class="material-icons">call</i><p>{$oEndUserSetting->ContactPhoneNumber}</p></div>{/if}
  405.                    {if !empty($oEndUserSetting->ContactEmail)}<div class="contact-info"><i class="material-icons">mail</i><p>{$oEndUserSetting->ContactEmail}</p></div>{/if}
  406.                </div>
  407.            {/if}
  408.  
  409.            <div class="spacer clearfix visible-sm-block"></div>
  410.  
  411.            <div class="spacer clearfix visible-xs-block"></div>
  412.  
  413.            {if $oEndUserSetting->CustomBlockFooter == '1'}
  414.                <div class="spacer
  415.                {if $footerCount lte 2}
  416.                col-md-6
  417.                {elseif $footerCount eq 3 && $oEndUserSetting->NewsLetterFooter == '1'}
  418.                col-md-3
  419.                {elseif $footerCount eq 3 && $oEndUserSetting->NewsLetterFooter == '0'}
  420.                col-md-4
  421.                {elseif $footerCount gt 3}
  422.                col-md-3
  423.                {/if}
  424.                col-sm-6 col-xs-12">
  425.                    <h4 class="footer-title">{$oEndUserSetting->CustomBlockTitleFooter}</h4>
  426.                    <p>{$oEndUserSetting->CustomBlockContentFooter}</p>
  427.                </div>
  428.            {/if}
  429.  
  430.            {if $oEndUserSetting->NewsLetterFooter == '1'}
  431.                <div class="spacer
  432.                {if $footerCount lte 2}
  433.                col-md-6
  434.                {elseif $footerCount eq 3}
  435.                col-md-6
  436.                {elseif $footerCount gt 3}
  437.                col-md-3
  438.                {/if}
  439.                col-sm-6
  440.                col-xs-12
  441.                ">
  442.                    <h4 class="footer-title">{$sMLVar_News}</h4>
  443.                    <div id="NewsMailRegistration">
  444.                        <span id="NewsLetterEmailError"></span><br/>
  445.                        <div class="form-group">
  446.                            <input type="text" class="form-control" placeholder="{$sMLVar_NameSurname}" id="NewsEmailName" name="NewsEmailName" onkeypress="SubscribeToNewsletter(event);">
  447.                             <span class="focus-icon"><i class="material-icons">person</i></span>
  448.                         </div>
  449.                         <div class="form-group">
  450.                             <input type="text" class="form-control" placeholder="{$sMLVar_EmailAddress2}" id="NewsEmailEmail" name="NewsEmailEmail" onkeypress="SubscribeToNewsletter(event);">
  451.                             <span class="focus-icon"><i class="material-icons">mail</i></span>
  452.                         </div>
  453.  
  454.                         <div class="buttonwrapper">
  455.                             <a class="newsletterbutton" onclick="SubscribeToNewsletter();">{$sMLVar_SignUp}</i></a>
  456.                         </div>
  457.                     </div>
  458.                 </div>
  459.             {/if}
  460.         </div>
  461.     </div>
  462.     {if !empty($oEndUserSetting->PaymentMethod1) || ($oEndUserSetting->PaymentMethod2) || ($oEndUserSetting->PaymentMethod3) || ($oEndUserSetting->PaymentMethod4) || ($oEndUserSetting->PaymentMethod5) || ($oEndUserSetting->PaymentMethod6) || ($oEndUserSetting->PaymentMethod7) || ($oEndUserSetting->PaymentMethod8)}
  463.         <div class="payment-methods text-center spacer">
  464.             <div class="container">
  465.                 {if !empty($oEndUserSetting->PaymentMethod1)}<img
  466.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod1}"
  467.                     class="ceyda-payment-option" alt="" />
  468.                 {/if}
  469.                 {if !empty($oEndUserSetting->PaymentMethod2)}<img
  470.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod2}"
  471.                     class="ceyda-payment-option" alt="" />
  472.                 {/if}
  473.                 {if !empty($oEndUserSetting->PaymentMethod3)}<img
  474.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod3}"
  475.                     class="ceyda-payment-option" alt="" />
  476.                 {/if}
  477.                 {if !empty($oEndUserSetting->PaymentMethod4)}<img
  478.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod4}"
  479.                     class="ceyda-payment-option" alt="" />
  480.                 {/if}
  481.                 {if !empty($oEndUserSetting->PaymentMethod5)}<img
  482.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod5}"
  483.                     class="ceyda-payment-option" alt="" />
  484.                 {/if}
  485.                 {if !empty($oEndUserSetting->PaymentMethod6)}<img
  486.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod6}"
  487.                     class="ceyda-payment-option" alt="" />
  488.                 {/if}
  489.                 {if !empty($oEndUserSetting->PaymentMethod7)}<img
  490.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod7}"
  491.                     class="ceyda-payment-option" alt="" />
  492.                 {/if}
  493.                 {if !empty($oEndUserSetting->PaymentMethod8)}<img
  494.                    src="{$sRelativeMediaLocation}{$oEndUserSetting->PaymentMethod8}"
  495.                     class="ceyda-payment-option" alt="" />
  496.                 {/if}
  497.             </div>
  498.         </div>
  499.     {/if}
  500.     <div class="footer-info">
  501.         <div class="container">
  502.             <div class="row">
  503.                 <div class="col-lg-6 col-md-6 col-xs-12">
  504.                     <div class="poweredby">
  505.                         <p>
  506.                             {if $ShowTaxAtPrice}
  507.                                 {$sMLVar_PriceAsterixVat} 
  508.                                 {if $PriceWithBTW eq 'Y'}
  509.                                     {$sMLVar_Inclusive} 
  510.                                 {else}
  511.                                     {$sMLVar_Exclusive} 
  512.                                 {/if}
  513.                                 {$sMLVar_Taxes}   
  514.                             {elseif $ShowBTWName ne 'N'}
  515.                                 {$sMLVar_AllPrices} 
  516.                                 {if $PriceWithBTW eq 'Y'}
  517.                                     {$sMLVar_Inclusive} 
  518.                                 {else}
  519.                                     {$sMLVar_Exclusive} 
  520.                                 {/if}
  521.                                 {$sMLVar_Taxes}   
  522.                             {/if}
  523.                         </p>
  524.                         <div class="poweredbywrapper">
  525.                              Website: <a href="//vanwalsemsolutions.nl" rel="nofollow">Van Walsem Solutions</a>
  526.                         </div>
  527.                     </div>
  528.                 </div>
  529.                 <div class="col-lg-6 col-md-6 col-xs-12">
  530.                     <div class="social-media">
  531.                         {section loop=$aSocialMediaAccounts name=i}
  532.                             {$oSocialMediaAccount = $aSocialMediaAccounts[i]}
  533.                             {if $oSocialMediaAccount->AccountName neq ''}
  534.                                 <a href="{$oSocialMediaAccount->Deeplink}" target="_blank" class="{$oSocialMediaAccount->Platform}">
  535.                                     <i class="fa fa-{$oSocialMediaAccount->Platform|lower}"></i>
  536.                                 </a>
  537.                             {/if}
  538.                         {/section}
  539.                     </div>
  540.                 </div>
  541.             </div>
  542.         </div>
  543.     </div>
  544. </footer>
  545.  
  546. <script src="{$sTemplateMediaLocation}scrolling-nav.js"></script>
  547.  
  548. <script src="{PluginUriCollection::GetInstance()->GetBootstrap()->GetJS('3.2.0')}"></script>
  549.  
  550. {$_IncludeTail}
  551.  
  552. <!-- Start Shop2market Tracking Tag -->
  553. <script type="text/javascript">
  554.     // Do not edit anything below or we cannot guarantee our tracking!
  555.     try {
  556.         var __s2m_host_prefix = (("https:" == document.location.protocol) ? "https://" : "http://");
  557.         var __s2m_link = "track.shop2market.com/track_visit.js?shop_code=3231&v=2.1.20160413";
  558.         var __s2m_js = document.createElement('script');
  559.         __s2m_js.type = 'text/javascript';
  560.         __s2m_js.async = true;
  561.         __s2m_js.src = __s2m_host_prefix + __s2m_link;
  562.         __s2m_js.onerror = function () {
  563.             if (typeof (__s2mPixel) === "undefined" &&
  564.                typeof (window.OnS2MPixelFail) === "function") {
  565.                OnS2MPixelFail();
  566.             }
  567.         }
  568.         var __s2m_script = document.getElementsByTagName('script')[0];
  569.         __s2m_script.parentNode.insertBefore(__s2m_js, __s2m_script);
  570.     } catch (err) {}
  571. </script>
  572. <!-- Start Shop2market backup Image Tracking tag -->
  573. <noscript>
  574.     <img src="//track.shop2market.com/v3/tvi.gif?shop_code=3231&v=2.1.20160413" height="1" width="1" border="0" style="border:0px;display:block;"
  575.    />
  576. </noscript>
  577. <!-- End Shop2market backup Tracking I
  578.  
  579. </body>
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement