Hello everyone.
My prestashop is 1.7.8.7
In my module tpl file I need to navigate to a sidelink (external url). :
<p><a href="{$mylink}" />external</a></p>
where $mylink = 'https://other_site.com'
but the result is: 'https://my_prestashop_site.com/admin/www://other_site.com'
Please advise how to solve the problem. What am I doing wrong? Where can I read about it? Thanks for the any answers.