3
3
3Create2018-09-13 20:58:42
Prestashop
3Create, 2018-09-13 20:58:42

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>

found my-account.tpl....made changes there, but nothing changed on the front-end.
Tell me how to be? Where to dig?
PS: The cache is disabled. Compilation has been changed to force compilation. version 1.7

Answer the question

In order to leave comments, you need to log in

1 answer(s)
3
3Create, 2018-09-14
@3Create

In general, I solved this problem by replacing the piece of code that I did not understand (which is higher) with lines from my-account.tpl ..
Now at least there are no problems with modifying the footer. Thanks to all!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question