If you are starting to edit your Prestashop yourself, probably you want to know how to delete "powered by Prestashop" string in footer section of your shop page. It's very simple and anyone can do it. "Powered by Prestashop" is a string with link to official Prestashop website - in fact, there is no obligation to place the link in your store so it can be removed without any consequences.
How to remove "Powered by PrestaShop" tutorial step by step
1. Open /modules/blockcms/blockcms.tpl
Try to open file /module/blockcm/blockcms.tpl or if exists file /themes/YOUR_THEME/modules/blockcms/blockcms.tpl. Second file is more important than orginal file, so if exists - edit it.
2. Apply changes to opened file
Now you must edit file, find code:
and remove it. Now save the file.
3. Upload changes to server
Now you can upload file into your shop server. Override file with new file with changes included. That's all. Now you can refresh prestashop website