Tag: Footer
Removing “powered by Prestashop”
by John on Aug.02, 2009, under Hints/Tips/Hacks
Don’t want the prestashop credit link on site?
To remove the credit from the footer area all you need to do is edit the variouslinks.tpl file. This is located in the modules/blockvariouslinks folder. Remove the line of code near the bottom of the file that relates to the link, and then save the file and reupload to your server.
To remove the credit link from the emails you will need to edit each email template individually. These are located in two different folders. Firstly /mails/yourlanguage, modules/mailalerts/mail/yourlanguage.
The link code is located at the bottom of each file.
Customise admin footer links
by John on Jul.29, 2009, under Hints/Tips/Hacks
Customise your admin footer links by editting the footer.inc.php file and changing the following code:
Powered by <a href="http://www.prestashop.com/" target="_blank">PrestaShop™</a> [ <a href="http://www.prestashop.com/forums/" target="_blank">forum</a> & <a href="http://www.prestashop.com/en/contact_us/" target="_blank">contact</a> ]
Just change the links to whatever you want them to be – a link to the shop homepage or maybe supplier websites.
HTML for Footer Module
by John on May.20, 2009, under CMS and HTML Modules
This module lets you insert html or images into the footer of your site.
Download here


