jfbalcazar Posted May 10, 2016 Share Posted May 10, 2016 (edited) Hola a todos quiero instalar la herramienta Hotjar para mapas de calor en la tienda www.eternity.com.co, se que tengo que incluir un código en un archivo .tpl pero no se la ruta ni como se llama este archivo .tpl http://docs.hotjar.com/docs/prestashop Porfa si alguien sabe la ruta completa, el nombre del archivo y el lugar para pegar este código me seria de gran ayuda. Edited April 20, 2017 by jfbalcazar (see edit history) Link to comment Share on other sites More sharing options...
joseantgv Posted May 10, 2016 Share Posted May 10, 2016 Hola, lo puedes poner en el fichero /themes/tu-tema/header.tpl. Envuelve el código entre las etiquetas {literal}{/literal}. 1 Link to comment Share on other sites More sharing options...
jfbalcazar Posted May 10, 2016 Author Share Posted May 10, 2016 Hola joseantgv. Gracias Me funciono perfecto!!! puse el codigo en el archivo tpl que me dijiste justo antes de </head> asi: <script type="text/javascript"> {literal} (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:******,hjsv:5}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild®; })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); {/literal} </script> donde los ****** son el id de HOTJAR MIL GRACIAS 2 Link to comment Share on other sites More sharing options...
JoseRubio Posted July 18, 2016 Share Posted July 18, 2016 Hola! ¿Habéis probado a través de ContentBox? En wordpress se me da bastante bien modificar todo, pero Prestashop se me va de las manos. Lo que proponéis es a través de FTP? En Hotjar proponen usar ContentBox, pero cuando lo pruebo en un hook como el displayfooter u otro que aparezca siempre me aparece esto: <p> <script>// <![CDATA[ {literal} (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:[spam-filter][spam-filter]@,hjsv:5}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild®; })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); {/literal} // ]]></script> </p> Nada más guardar se me cambia todo. Hay alguna alternativa para hacerlo por content box? Un saludo! Link to comment Share on other sites More sharing options...
Logical IT Posted September 14, 2016 Share Posted September 14, 2016 Hello, We have developed a Free Hotjar PrestaShop module. You can download it from here: https://www.logicalit.com/prestashop-modules/en/15-hotjar-prestashop-module-free.html 1 Link to comment Share on other sites More sharing options...
jfbalcazar Posted September 14, 2016 Author Share Posted September 14, 2016 great thanks for your contributions Logical IT Link to comment Share on other sites More sharing options...
Recommended Posts