Advertisement
Guest User

Untitled

a guest
May 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.96 KB | None | 0 0
  1. <html lang="en"> <!--<![endif]-->
  2. <head>
  3.  
  4.   <meta charset="utf-8">
  5.  
  6.   <!-- Basic Page Needs
  7. ================================================== -->
  8.  
  9.   <title>
  10.     {{ page_title }}{% if current_tags %} &#8211; tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} &#8211; Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} &#8211; {{ shop.name }}{% endunless %}
  11.   </title></head><body><p>
  12.   {% if page_description %}
  13.   <meta name="description" content="{{ page_description | escape }}">
  14.   {% endif %}
  15.   <link rel="canonical" href="%7B%7B%20canonical_url%20%7D%7D">
  16.  
  17.  
  18.   <!-- CSS
  19. ================================================== -->
  20.  
  21.   {% include 'google-fonts' %}
  22.  
  23.   {{ 'stylesheet.css' | asset_url | stylesheet_tag }}
  24.   {{ 'custom.css' | asset_url | stylesheet_tag }}
  25.   {{ 'font-awesome.css' | asset_url | stylesheet_tag }}
  26.   {{ 'queries.css' | asset_url | stylesheet_tag }}
  27.  
  28.   <!--[if IE 8 ]>{{ 'ie8.css' | asset_url | stylesheet_tag }}<![endif]-->
  29.  
  30.   <!--[if IE 7]>
  31. {{ 'font-awesome-ie7.css' | asset_url | stylesheet_tag }}
  32. <![endif]-->
  33.  
  34.   <!-- JS
  35. ================================================== -->
  36.  
  37.  
  38.   <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  39.  
  40.   {{ 'theme.js' | asset_url | script_tag }}
  41.   {{ 'option_selection.js' | shopify_asset_url | script_tag }}  
  42.   {{ 'jquery.cookie.js' | asset_url | script_tag }}
  43.   {{ 'handlebars.js' | asset_url | script_tag }}
  44.   {{ 'api.js' | asset_url | script_tag }}  
  45.   {{ 'select.js' | asset_url | script_tag }}  
  46.   {{ 'jquery.easing.1.3.js' | asset_url | script_tag }}
  47.   {{ 'jquery.placeholder.js' | asset_url | script_tag }}  
  48.   {{ 'modernizr.custom.js' | asset_url | script_tag }}
  49.   {{ 'jquery.fancybox.js' | asset_url | script_tag }}
  50.   {{ 'jquery.mousewheel-3.0.6.pack.js' | asset_url | script_tag }}  
  51.   {{ 'jquery.dlmenu.js' | asset_url | script_tag }}  
  52.   {{ 'jquery.flexslider.js' | asset_url | script_tag }}
  53.   {{ 'wow.js' | asset_url | script_tag }}
  54.  
  55.   <script>
  56.     new WOW().init();
  57.   </script>
  58.  
  59.  
  60.   {% if template contains 'index' or template contains 'product' or template contains 'collection' %}
  61.   {{ 'jquery.bxslider.js' | asset_url | script_tag }}
  62.   {{ 'jquery.elevateZoom-2.5.5.min.js' | asset_url | script_tag }}
  63.   {% endif %}
  64.  
  65.   {{ 'instafeed.js' | asset_url | script_tag }}
  66.  
  67.  
  68.  
  69.   <!--[if lt IE 9]>
  70. <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
  71. <![endif]-->
  72.  
  73.   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  74.  
  75.   <!-- Favicons
  76. ================================================== -->
  77.  
  78.   <link rel="shortcut icon" href="%7B%7B%20'favicon.png'%20%7C%20asset_url%20%7D%7D">
  79.  
  80.   {% if template contains 'customers' %}
  81.   {{ "shopify_common.js" | shopify_asset_url | script_tag }}
  82.   {{ "customer_area.js"  | shopify_asset_url | script_tag }}
  83.   {% endif %}
  84.  
  85.   {{ content_for_header }}
  86.  
  87.  
  88.   {% if settings.popup %}
  89.   <script type="text/javascript">
  90.     if($(window).width() > 500){
  91.       // Fancybox Join our mailing list popup
  92.       $(document).ready(function(){
  93.  
  94.         var check_cookie = $.cookie('mailing_list_delay_popup');
  95.         if(check_cookie == null){
  96.           $.cookie('mailing_list_delay_popup', 'expires_seven_days', { expires: 7 });
  97.           //fire your fancybox here
  98.           setTimeout(function(){
  99.             $.fancybox({
  100.               href: "#subscribe_popup"
  101.             });
  102.           }, 3000);
  103.         }
  104.       });
  105.     };
  106.  
  107.   </script>  
  108.   {% endif %}
  109.  
  110.   <script type="text/javascript">
  111.     $(window).load(function() {  
  112.       $('.prod-image').matchHeight();
  113.  
  114.     });
  115.   </script>
  116.  
  117.   <link rel="next" href="/next">
  118.   <link rel="prev" href="/prev">
  119.  
  120.     <!-- Load the TagTray library -->
  121. <script src="//api.tagtray.com/v3/tagtray.js"></script>
  122.  
  123.  
  124.  
  125.  
  126. </p>
  127.  
  128.   <div id="dl-menu" class="dl-menuwrapper">
  129.     <button class="dl-trigger"><i class="icon-align-justify"></i></button>
  130.     <ul class="dl-menu">
  131.  
  132.       {% for link in linklists.main-menu.links %}
  133.       <li capture child_list_handle link.title handleize endcapture if linklists and> 0 %}{% endif %}&gt;
  134.         {{ link.title | link_to: link.url }}
  135.         {% capture child_list_handle %}{{ link.title | handleize }}{% endcapture %}
  136.         {% if linklists[child_list_handle] and linklists[child_list_handle].links.size &gt; 0 %}      
  137.         <ul class="dl-submenu">
  138.           {% for l in linklists[child_list_handle].links %}
  139.           <li><a href="%7B%7B%20l.url%20%7D%7D">{{ l.title }}</a>
  140.  
  141.             {% capture child_list_handle %}{{ l.title | handleize }}{% endcapture %}
  142.             {% if linklists[child_list_handle] and linklists[child_list_handle].links.size &gt; 0 %}      
  143.             <ul class="dl-submenu">
  144.               {% for l in linklists[child_list_handle].links %}
  145.               <li><a href="%7B%7B%20l.url%20%7D%7D">{{ l.title }}</a></li>
  146.               {% endfor %}
  147.             </ul>
  148.             {% endif %}
  149.  
  150.           </li>
  151.           {% endfor %}
  152.         </ul>
  153.         {% endif %}
  154.       </li>
  155.       {% endfor %}
  156.     </ul>
  157.   </div><!-- /dl-menuwrapper -->  
  158.  
  159.   <script>
  160.     $(function() {
  161.       $( '#dl-menu' ).dlmenu({
  162.         animationClasses : { classin : 'dl-animate-in-2', classout : 'dl-animate-out-2' }
  163.       });
  164.     });
  165.   </script>  
  166.  
  167.   <div class="page-wrap">
  168.  
  169.     <header>
  170.  
  171.  
  172.       <div class="row row-full header-nav">
  173.         <ul id="social-icons" class="desktop-4 tablet-6 mobile-hide">
  174.           {% if settings.show_facebook %}<li><a href="%7B%7B%20settings.facebook_url%20%7D%7D" target="_blank"><i class="icon-facebook-sign icon-21px"></i></a></li>{% endif %}
  175.           {% if settings.show_twitter %}<li><a href="%7B%7B%20settings.twittername%20%7D%7D" target="_blank"><i class="icon-twitter icon-21px"></i></a></li>{% endif %}
  176.           {% if settings.show_pinterest %}<li><a href="%7B%7B%20settings.pinterest_url%20%7D%7D" target="_blank"><i class="icon-pinterest icon-21px"></i></a></li>{% endif %}
  177.           {% if settings.show_tumblr %}<li><a href="%7B%7B%20settings.tumblr_url%20%7D%7D" target="_blank"><i class="icon-tumblr icon-21px"></i></a></li>{% endif %}
  178.           {% if settings.show_youtube %}<li><a href="%7B%7B%20settings.youtube_url%20%7D%7D" target="_blank"><i class="icon-youtube icon-21px"></i></a></li>{% endif %}
  179.           {% if settings.show_googleplus %}<li><a href="%7B%7B%20settings.googleplus_url%20%7D%7D" target="_blank"><i class="icon-google-plus icon-21px"></i></a></li>{% endif %}
  180.           {% if settings.show_instagram %}<li><a href="//instagram.com/%7B%7B%20settings.instagram-id%20%7D%7D" target="_blank"><i class="icon-instagram icon-21px"></i></a></li>{% endif %}
  181.           {% if settings.show_rss %}<li><a href="%7B%7B%20shop.url%20%7D%7D/blogs/news.atom" target="_blank"><i class="icon-rss icon-21px"></i></a></li>{% endif %}
  182.         </ul>
  183.  
  184.  
  185.  
  186.         <div class="desktop-4 tablet-6 mobile-3 logo-header">
  187.           {% if settings.use_logo_image %}
  188.           <a href="/" class="logo-bcg">
  189.            <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 457.82 83.62"><defs><style>.cls-1{fill:#231f20;}</style></defs><title>Logo_1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M0 70.61l13.8-7.17c2.92 4.65 6.37 5.18 8.36 5.18 2.26 0 3.58-.8 3.58-2.12s-1.06-2.39-5.44-4c-4.77-1.84-17.11-5.16-17.11-16.44 0-8.89 7.57-17.65 21.1-17.65a28.88 28.88 0 0 1 18.58 6.5l-8.62 11.28a13.28 13.28 0 0 0-8.49-3.72c-2.52 0-3.32 1.06-3.32 2 0 1.19 1.46 1.73 4.38 2.92 7.7 3.05 17 7.43 17 18.45 0 10.09-7.3 17.79-20.18 17.79-9.7-.01-20.19-4.26-23.64-13.02zM139.5 29.47l-18.18 53.09H108a10 10 0 0 1-9.5-6.87l-6.38-19.28-6.37 19.3a10 10 0 0 1-9.47 6.85H62.92L44.6 29.47h19.59l10.28 32.4 10.21-32.4h14.87l10.35 32.65L120 29.37zM144.95 10.35a10.49 10.49 0 0 1 21 0 10.49 10.49 0 0 1-21 0zm.66 19.11h19.64v53.1h-19.64zM265.07 49v33.56h-19.65V52.69c0-3.85-2.52-7.17-6.77-7.17-4.78 0-6.24 4.25-6.24 7.17v29.87h-19.77V52.69c0-3.85-2.39-7.17-6.64-7.17-4.78 0-6.37 4.25-6.37 7.17v29.87H180V40.29a10.83 10.83 0 0 1 10.83-10.83h8.82v7c3.58-4.91 8.76-8.1 15.26-8.1a16.17 16.17 0 0 1 15.26 9.82c3.32-6.24 9.29-9.82 17.26-9.82 11.8.04 17.64 8.01 17.64 20.64zM273 70.61l13.8-7.17c2.92 4.65 6.37 5.18 8.36 5.18 2.26 0 3.58-.8 3.58-2.12s-1.06-2.39-5.44-4c-4.78-1.86-17.12-5.18-17.12-16.46 0-8.89 7.57-17.65 21.1-17.65a28.88 28.88 0 0 1 18.58 6.5l-8.63 11.28a13.28 13.28 0 0 0-8.49-3.72c-2.52 0-3.32 1.06-3.32 2 0 1.19 1.46 1.73 4.38 2.92 7.7 3.05 17 7.43 17 18.45 0 10.09-7.3 17.79-20.18 17.79-9.62.01-20.14-4.24-23.62-13zM325.06 61.72V29.47h9.76a10 10 0 0 1 10 10V59.2c0 4.11 2.92 7.3 6.77 7.3a7.06 7.06 0 0 0 7-7.3V29.47h19.64v32.25c0 13.41-9.16 21.9-26.68 21.9s-26.49-8.49-26.49-21.9zM391.3 10.35a10.49 10.49 0 0 1 21 0 10.49 10.49 0 0 1-21 0zm.7 19.12h19.64v53.09H392zM448.51 44.07v15.66c0 4.25 2.12 6.9 5.44 6.9h3.61v15.88c-1.57.81-2.28 1.11-6.13 1.11-12.21 0-22.56-9.42-22.56-21.5V44.07H420v-14.6h8.89V11.89h9.66a10 10 0 0 1 10 10v7.59h9.31v14.6z"></path></g></g></svg>
  190.           </a>
  191.           {% else %}
  192.           <a href="/">{{ shop.name }}</a>
  193.           {% endif %}  
  194.         </div>    
  195.  
  196.         <ul id="cart" class="desktop-4 tablet-6 mobile-3">
  197.           <li class="seeks"><a id="inline" href="#search_popup" class="open_popup">Hledat</a></li>
  198.           <li class="seeks-mobile"><a href="/search">Hledat</a></li>
  199.           {% if shop.customer_accounts_enabled %}
  200.           {% if customer  %}
  201.           <li class="cust"><a href="/account">P&#345;ihl&#225;sit</a></li>
  202.           <li class="cust"><a href="/account/logout">Odhl&#225;sit</a></li>
  203.           {% else %}
  204.           <li class="cust"><a href="/account/login">P&#345;ihl&#225;sit</a></li>
  205.           {% endif %}
  206.           {% endif %}
  207.           {% if settings.show_multiple_currencies %}<li>{% include 'currency-change' %}</li>{% endif %}
  208.           <li class="cart-overview">
  209.           <a class="shopping-cart-btn" href="/cart"><i class="shopping-cart-ic"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 20 24"><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M19 23H1V6h18v17z"></path><path class="cls-1" d="M6 9V5a4 4 0 0 1 4-4 4 4 0 0 1 4 4v4"></path></g></g></svg></i>&#160;Ko&#353;&#237;k&#160;
  210.             <span id="item_count">{{ cart.item_count }}</span>
  211.            
  212.           </a>
  213.             <div id="crt">
  214.               {% include 'shopping-cart' %}
  215.               {% if cart.item_count != 0 %}
  216.               <a class="checkout-link" href="/cart">{{ 'cart.general.checkout' | t }}</a>
  217.               {% endif %}
  218.             </div>
  219.           </li>        
  220.         </ul>        
  221.  
  222.       </div>  
  223.     </header>
  224.  
  225.     <div class="header-wrapper">
  226.       <nav>
  227.         <ul id="main-nav" role="navigation" if template="=" and settings.display-wide else endif class="row">
  228.           {% for link in linklists.main-menu.links %}
  229.           {% include 'navigation' %}
  230.           {% endfor %}
  231.         </ul>
  232.       </nav>
  233.  
  234.       <div class="clear"></div>
  235.     </div>
  236.  
  237.     {% if template contains 'collection' %}
  238.     {% if collection.description contains '[banner]' %}
  239.     {% capture banner %}{{ collection.handle }}.jpg{% endcapture %}
  240.     {% capture alt %}{{ collection.title }}{% endcapture %}
  241.     <div class="collection-banner">
  242.       <img src="%7B%7B%20banner%20%7C%20file_url%20%7D%7D" alt="{{ collection.title }}">
  243.     </div>
  244.     {% endif %}
  245.     {% endif %}
  246.     <div class="content-wrapper">
  247.          {% if settings.enable-hello %}
  248.         <div id="hello">
  249.           <p>{{ settings.hello }}</p>
  250.           <div class="close"><svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewbox="0 0 357 357"><path fill="#FFF" d="M357 35.7L321.3 0 178.5 142.8 35.7 0 0 35.7l142.8 142.8L0 321.3 35.7 357l142.8-142.8L321.3 357l35.7-35.7-142.8-142.8"></path></svg></div>
  251.         </div>
  252.       {% endif %}  
  253.       {% if template == 'collection' %}
  254.         {% include 'collection-header' %}
  255.       {% endif %}
  256.       {% if template != 'index' %}
  257.       <div id="content" class="row">   
  258.         {% if settings.breadcrumb %}
  259.         {% include 'breadcrumb' %} 
  260.         {% endif %}
  261.         {{ content_for_layout }}  
  262.       </div>
  263.       {% else %}
  264.       {{ content_for_layout }}
  265.       {% endif %}
  266.     </div>
  267.  
  268.  
  269.  
  270.     {% if settings.bottom_logo %}
  271.     <div class="row">
  272.       <div id="logo" class="desktop-12 tablet-6 mobile-3">      
  273.         {% if settings.use_logo_image %}
  274.         <a href="/"><img src="%7B%7B%20'logo.png'%20%7C%20asset_url%20%7D%7D" alt="{{ shop.name }}" style="border: 0;"></a>
  275.         {% else %}
  276.         <a href="/">{{ shop.name }}</a>
  277.         {% endif %}          
  278.       </div>
  279.     </div>    
  280.     {% endif %}
  281.  
  282.  
  283.   </div>  <!-- End page wrap for sticky footer -->
  284.  
  285.    <div id="footer-new-wrap">  
  286.     <div id="footer-new" class="row">
  287.       <div class="desktop-8 desktop-push-2 tablet-12 mobile-12 row">
  288.         <h4>Newsletter</h4>
  289.         <p>{{ settings.footer_signup_text }}</p>
  290.         <div id="footer_signup">
  291.           <form action="%7B%7B%20settings.mailchimp%20%7D%7D" method="post" id="footer-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
  292.             <input value="" name="EMAIL" class="email" id="footer-EMAIL" placeholder="{{ 'general.newsletter_form.newsletter_email' | t }}" required="" type="email">
  293.             <input value="{{ 'general.newsletter_form.submit' | t }}" name="subscribe" id="footer-subscribe" class="button" type="submit">
  294.           </form>
  295.         </div>
  296.       </div>
  297.     </div>
  298.   </div>
  299.  
  300.   <div class="sub-footer">
  301.       <div class="desktop-12 tablet-12 mobile-12 row">
  302.       <ul class="desktop-6 tablet-6 mobile-6">
  303.         {% for link in linklists.footer.links %}
  304.         <span class="footer-slice">/</span> <li>{{ link.title | link_to: link.url }}</li>
  305.         {% endfor %}
  306.       </ul>
  307.  
  308.       <ul class="footer-share-icons desktop-6 tablet-6 mobile-6">
  309.         {% if settings.show_facebook %}<li><a href="%7B%7B%20settings.facebook_url%20%7D%7D" target="_blank"><i class="icon-facebook"></i></a></li>{% endif %}
  310.         {% if settings.show_twitter %}<li><a href="%7B%7B%20settings.twittername%20%7D%7D" target="_blank"><i class="icon-twitter"></i></a></li>{% endif %}
  311.         {% if settings.show_pinterest %}<li><a href="%7B%7B%20settings.pinterest_url%20%7D%7D" target="_blank"><i class="icon-pinterest"></i></a></li>{% endif %}
  312.         {% if settings.show_tumblr %}<li><a href="%7B%7B%20settings.tumblr_url%20%7D%7D" target="_blank"><i class="icon-tumblr"></i></a></li>{% endif %}
  313.         {% if settings.show_youtube %}<li><a href="%7B%7B%20settings.youtube_url%20%7D%7D" target="_blank"><i class="icon-youtube"></i></a></li>{% endif %}
  314.         {% if settings.show_googleplus %}<li><a href="%7B%7B%20settings.googleplus_url%20%7D%7D" target="_blank"><i class="icon-google-plus"></i></a></li>{% endif %}
  315.         {% if settings.show_instagram %}<li><a href="//instagram.com/%7B%7B%20settings.instagram-id%20%7D%7D" target="_blank"><i class="icon-instagram"></i></a></li>{% endif %}
  316.         {% if settings.show_rss %}<li><a href="%7B%7B%20shop.url%20%7D%7D/blogs/news.atom" target="_blank"><i class="icon-rss"></i></a></li>{% endif %}
  317.       </ul>  
  318.     </div>
  319.   </div>
  320.  
  321.  
  322.  
  323.   {% if settings.popup %}
  324.   {% include 'popup' %}
  325.   {% endif %}
  326.  
  327.   <div style="display:none">
  328.     <div id="search_popup" style="padding:30px;">
  329.       <p class="box-title">{{ 'general.search.title' | t }}</p><p>
  330.       <!-- BEGIN #subs-container -->
  331.       </p><div id="subs-container" class="clearfix">
  332.         <div id="search">
  333.           <form action="/search" method="get">
  334.             <input type="text" name="q" id="q" placeholder="{{ 'general.search.placeholder' | t }}">
  335.           </form>
  336.         </div>  
  337.       </div>
  338.     </div>
  339.   </div>    
  340.  
  341.   {% if settings.nav-style == 'full' %}
  342.   <script type="text/javascript">
  343.     //initiating jQuery
  344.     jQuery(function($) {
  345.       if ($(window).width() >= 741) {
  346.  
  347.         $(document).ready( function() {
  348.           //enabling stickUp on the '.navbar-wrapper' class
  349.           $('nav').stickUp();
  350.         });
  351.       }
  352.  
  353.     });
  354.   </script>
  355.   {% endif %}
  356.  
  357.   <script id="cartTemplate" type="text/x-handlebars-template">
  358.  
  359.   {% raw %}{{#each items}}{% endraw %}
  360.     <div class="quick-cart-item">
  361.       <div class="quick-cart-image">
  362.         <a href="{% raw %}{{ this.url }}{% endraw %}" title="{% raw %}{{ this.title }}{% endraw %}">
  363.           <img src="{% raw %}{{ this.image }}{% endraw %}"  alt="{% raw %}{{ this.title }}{% endraw %}" />
  364.     </a>
  365.     </div>
  366.       <div class="quick-cart-details">
  367.         <p>
  368.           <a href="{% raw %}{{ this.url }}{% endraw %}">{% raw %}{{ this.title }}{% endraw %}</a>
  369.     </p>
  370.         <p>{% raw %}{{ this.price }}{% endraw %}</p>          
  371.         <p>
  372.           <a class="remove_item" href="#" data-id="{% raw %}{{ this.id }}{% endraw %}">{{ 'cart.general.remove' | t }}</a>
  373.     </p>
  374.     </div>
  375.     </div>
  376.   {% raw %}{{/each}}{% endraw %}  
  377.   <a class="checkout-link" href="/cart">{{ 'cart.general.checkout' | t }}</a>
  378.  
  379.   </script>
  380.  
  381.  
  382.  
  383.  
  384.   <a href="#" class="scrollup"><i class="icon-angle-up icon-2x"></i></a>
  385.  
  386.  
  387.   <!-- Begin Recently Viewed Products -->
  388.   <script type="text/javascript" charset="utf-8">
  389.     //<![CDATA[
  390.  
  391.    // Including jQuery conditionnally.
  392.    if (typeof jQuery === 'undefined') {
  393.      document.write({{ "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" | script_tag | json }});
  394.      document.write('<script type="text/javascript">jQuery.noConflict();<\/script>');
  395.    }
  396.  
  397.    // Including api.jquery.js conditionnally.
  398.    if (typeof Shopify.resizeImage === 'undefined') {
  399.      document.write({{ "api.jquery.js" | shopify_asset_url | script_tag | json }});
  400.    }
  401.  
  402.    //]]>
  403.  
  404.     if (typeof(Storage) !== "undefined") {
  405.       if (localStorage.getItem('modal')) {
  406.          $('#hello').addClass('hidden');
  407.       }
  408.     }
  409.     $('.close').on('click', function(){
  410.       $('#hello').addClass('hidden');
  411.        if (typeof(Storage) !== "undefined") {
  412.         localStorage.setItem('modal', true);
  413.        }
  414.     })
  415.   </script>
  416.  
  417.   {{ '//ajax.aspnetcdn.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js' | script_tag }}
  418.   {{ 'jquery.products.min.js' | asset_url | script_tag }}
  419.  
  420.   {% if template contains 'product' %}
  421.  
  422.   <script type="text/javascript" charset="utf-8">
  423.     //<![CDATA[
  424.  
  425.    Shopify.Products.recordRecentlyViewed();
  426.  
  427.    //]]>
  428.  
  429.  
  430.  
  431.   </script>
  432.   {% endif %}  
  433.  
  434.  
  435.   <div id="fb-root"></div>
  436.   <script>(function(d, s, id) {
  437.   var js, fjs = d.getElementsByTagName(s)[0];
  438.   if (d.getElementById(id)) return;
  439.   js = d.createElement(s); js.id = id;
  440.   js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=127142210767229";
  441.   fjs.parentNode.insertBefore(js, fjs);
  442. }(document, 'script', 'facebook-jssdk'));</script>
  443.  
  444.  
  445.  
  446.   <script>
  447.         Currency.convertAll(shopCurrency, Currency.currentCurrency);
  448.         jQuery('.selected-currency').text(Currency.currentCurrency);
  449.   </script>  
  450.  
  451.   {% include 'social-meta-tags' %}
  452.   {% include 'currencies' %}
  453.  
  454.  
  455.  
  456.  
  457.  
  458. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement