I have this code (in file footer.tpl) that is supposed to load a js file to a product page.
{if $page.page_name == 'product'}<script type="text/javascript" src="https://zapakowania.pl/themes/zapakowania1/assets/jss/bottom-d68634775.js"></script>{/if}
But presta loads the file from a completely different location and there is an error: prestashop is not defined. What's going on?
I checked other .tpl files and there is no path to the .js file except footer.tpl in any of them
I expect another file to be uploaded to the product page. NOT AN ADDITIONAL JUST ANOTHER