Only head(inline javascript) and css in tpl file – prestashop 1.7
You just include below code in tpl file. {block name=’stylesheets’} {include file=”_partials/stylesheets.tpl” stylesheets=$stylesheets} {/block} {block name=’javascript_head’} {include file=”_partials/javascript.tpl” javascript=$javascript.head vars=$js_custom_vars} {/block}Read more …