Do you need to remove an item from the "My account" section in the footer? For example you might want to remove the credit slips from there. So how to do it?

Open this file in your theme:
/your_theme/modules/ps_customeraccountlinks/ps_customeraccountlinks.php

And remove this code:

3 => array(
    'title' => $this->trans('Credit slips', array(), 'Modules.Customeraccountlinks.Admin'),
    'url' => $link->getPageLink('order-slip', true),
),

And... that's it! All you need to do now is to make sure you clear the cache of your eshop. This is how to do it: How to clear cache in Prestashop 1.7?


Andrej Staš

Andrej is a Prestashop enthusiast. He started by developing his own themes and then formed the idea of creating Theme Maker. He enjoys finding ways to make his life simpler, and that is the philosophy he incorporates into all his projects. Andrej is also interested in WordPress, Amazon FBA, drop shipping, studying languages, and reading books.

No Comments

You must be logged in to post a comment.