Answer the question
In order to leave comments, you need to log in
Can't edit footer links?
You need to edit the links in the footer.
I found the file \themes\my_theme\modules\ps_customeraccountlinks\ps_customeraccountlinks.tpl
There is a piece of code that is responsible for the lines in the footer:
<ul class="footer_list collapse" id="footer_account_list">
{foreach from=$my_account_urls item=my_account_url}
<li>
<a href="{$my_account_url.url}" title="{$my_account_url.title}" rel="nofollow">
{$my_account_url.title}
</a>
</li>
{/foreach}
{hook h='displayMyAccountBlock'}
</ul>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question