993914_1508427817 Posted January 18, 2022 Share Posted January 18, 2022 Dzień dobry, mam problem ponieważ chcialem zrobic google tag manager i polaczyc z analitycsem ale w instrukcji mam aby wkleic w header.tpl w moim szablonie pewien kod w sekcji <head> oraz <body> niestety nie mam tego w moim pliku, czy ktos mial cos podobnego i zna rozwiązanie ? poniżej wklejam kod mojego header.tpl w head.tpl podobna sytuacja rownież nie ma ani head ani body Quote {** * 2007-2016 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {block name='header_nav'} <nav class="header-nav"> <div class="container"> <div class="row"> <div class="hidden-sm-down"> <div class="col-md-4 col-xs-12"> {hook h='displayNav1'} </div> <div class="col-md-8 right-nav"> {hook h='displayNav2'} </div> </div> <div class="hidden-md-up text-xs-center mobile"> <div class="pull-xs-left" id="menu-icon"> <i class="material-icons"></i> </div> <div class="pull-xs-right" id="_mobile_cart"></div> <div class="pull-xs-right" id="_mobile_user_info"></div> <div class="top-logo" id="_mobile_logo"></div> <div class="clearfix"></div> </div> </div> </div> </nav> {/block} {block name='header_top'} <div class="header-top"> <div class="container"> <div class="row"> <div class="col-md-2 hidden-sm-down" id="_desktop_logo"> <a href="{$urls.base_url}"> <img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}"> </a> </div> <div class="col-md-10 col-sm-12 position-static"> <div class="row"> {hook h='displayTop'} <div class="clearfix"></div> </div> </div> </div> <div id="mobile_top_menu_wrapper" class="row hidden-md-up" style="display:none;"> <div class="js-top-menu mobile" id="_mobile_top_menu"></div> <div class="js-top-menu-bottom"> <div id="_mobile_currency_selector"></div> <div id="_mobile_language_selector"></div> <div id="_mobile_contact_link"></div> </div> </div> </div> </div> {hook h='displayNavFullWidth'} {/block} Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 18, 2022 Share Posted January 18, 2022 Użyj modułu HTMLBox, jest darmowy. W mojej ocenie idealnie się nadaje. Łączyłem nim Google Tag, Adsense, Analitics. 1 Link to comment Share on other sites More sharing options...
993914_1508427817 Posted January 19, 2022 Author Share Posted January 19, 2022 On 1/18/2022 at 2:15 PM, ComGrafPL said: Użyj modułu HTMLBox, jest darmowy. W mojej ocenie idealnie się nadaje. Łączyłem nim Google Tag, Adsense, Analitics. Niestety nie pomogło ktoś jakieś inne ma pomysły ? Link to comment Share on other sites More sharing options...
endriu107 Posted January 19, 2022 Share Posted January 19, 2022 Head między innymi masz w pliku nazwa_szablonu/templates/_partials/head.tpl jest tam sekcja: {block name='javascript_head'} {/block} i w niej możesz dodać skrypt js, możesz go również dodać do pliku nazwa_szablonu/templates/_partials/javascript.tpl który jest includowany w tym bloku. To co masz umieścić w sekcji <body> możesz dodać w kliku różnych miejscach np. plik nazwa_szablonu/templates/_partials/header.tpl lub nazwa_szablonu/templates/_partials/footer.tpl albo plik nazwa_szablonu/templates/layout/layout-both-column.tpl 1 Link to comment Share on other sites More sharing options...
993914_1508427817 Posted January 21, 2022 Author Share Posted January 21, 2022 On 1/19/2022 at 5:41 PM, endriu107 said: Head między innymi masz w pliku nazwa_szablonu/templates/_partials/head.tpl jest tam sekcja: {block name='javascript_head'} {/block} i w niej możesz dodać skrypt js, możesz go również dodać do pliku nazwa_szablonu/templates/_partials/javascript.tpl który jest includowany w tym bloku. To co masz umieścić w sekcji <body> możesz dodać w kliku różnych miejscach np. plik nazwa_szablonu/templates/_partials/header.tpl lub nazwa_szablonu/templates/_partials/footer.tpl albo plik nazwa_szablonu/templates/layout/layout-both-column.tpl Uprzejmie dziękuje !!! Teraz wszystko hula Pozdrawiam serdecznie Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now