Enterprise
How to remove “my account” in the footer in Prestashop

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’, […]

Read More

Enterprise
How to remove a certain social network from the footer? (Prestashop 1.7)

How to remove a certain social network from the footer? Go to the back office of your eshop, open the list of your modules and search for the keyword “social”. You should see at least two modules: Social media follow links Social media share buttons If you want to remove some social networks from the […]

Read More

Enterprise
How to edit footer copyright in Prestashop 1.6

How to edit the footer of Prestashop 1.6 and the text “© 2014 Ecommerce software by PrestaShop™”? That will be showed in the next steps: At first, you need to log into your back office and open Localization > Translations For “Type of translation” choose “Installed modules translations”. Select the theme which you use and […]

Read More