Jump to content

how to do so, a section of my account from the footer to appear only after logging


Recommended Posts

If you are using one of the newest Presta versions, go to the /themes/default-bootstrap/modules/blockmyaccountfooter/blockmyaccountfooter.tpl

 

add at a start (before <section class="footer-block col-xs-12 col-sm-4">)

{if $logged}

and add at the end (after </section>)

{/if}

If you are using older version of PrestaShop, please tell me which one :)

 

P.S. If you want to leave the content footer width, put those tags inside <section> </section>

Edited by electriz (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...