pearl_123 Posted November 7, 2014 Share Posted November 7, 2014 Hi to all, I am using prestashop 1.6 and for performance reason all javascript move in footer.That is good but i have one problem that i am using third party javascript link for the script which is in the template but prestashop move that script link in footer as well so that script execute twice in footer as well. How i can prevent that not to execute any external link in footer.I have disable move javascript to footer but in this case no js files are loading. thanks Link to comment Share on other sites More sharing options...
El Patron Posted November 7, 2014 Share Posted November 7, 2014 if pre 1.6.0.7 then you need to add the load javascript routine into your themes/yourtheme/header.tpl file. You can download say 1.6.0.9 and copy the code from themes/default-bootstrap/header.tpl file... if this works then to move 'most' back to bottom, see JavaPro Link to comment Share on other sites More sharing options...
Recommended Posts