Jump to content

[solved] how to remove "Powered by PrestaShop™" in the footer? (1.4.0.10 RC)


Recommended Posts

im trying to remove the "Powered by PrestaShop™" in the footer, we use to be able to edit the tpl file in
/modules/blockvariouslinks/blockvariouslinks.tpl.

but this file is missing from the 1.4RC, any solution to this?


Thanks!

Link to comment
Share on other sites

Quick add for all new folks like me.. this was driving me crazy..I changed it and nothing happened...I deleted the whole .tpl file nothing happened..looked in other module folders for the link nothing..then the light bulb...in Performance in the Admin area don't forget to ACTIVATE Force Compile if you have it turned off..worked no problem after that..LOL rough learning.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...
  • 3 weeks later...
  • 2 weeks later...
Quick add for all new folks like me.. this was driving me crazy..I changed it and nothing happened...I deleted the whole .tpl file nothing happened..looked in other module folders for the link nothing..then the light bulb...in Performance in the Admin area don't forget to ACTIVATE Force Compile if you have it turned off..worked no problem after that..LOL rough learning.


AWESOME!!
Link to comment
Share on other sites

Hi yall. I understand and have made the simple changes, deleted the files and have the force comply on and the cash on. still is here. http://www.signmeupjax.com.

Also is there any addon or module that can allow the customer to use a text editor like in the product listing?
I want my customers to be able to design online. Either way prestashop still rocks. been using it for two years now and love the program. Thanks yall in advance

Link to comment
Share on other sites

MobilePro,
I had the exact same problem as you for a while but I figured it out.
The reason it won't go away is because you are using the prestashop_alt theme.
In this theme, you actually have to go edit the theme files, not the module files.
To do this, go to your themes directory and open your prestashop_alt folder.
In there there should be a file called footer.tpl .
All you have to do is comment out

<!-- 

{l s='Powered by'} PrestaShop™
www.prestashop.com --!>


On lines 42-44.
You can just copy/paste the code above on those lines if you don't want to do it yourself.

If you wanted to put your logo instead of the prestashop logo at the bottom of the page, you wouldn't comment out the first line (line 42). Then you just swap v2-logo.png with your image in the img folder located in the prestahop_alt main folder.

Link to comment
Share on other sites

  • 4 weeks later...

Other thing to try if this is not working is this ...

I made those changes and still the Powered by Prestashop was showing. If you are using another template other than the standard Prestashop template - you must change the blockcms.tpl that comes with the tempplate - it is in

template/modules/blockcms

changing the blockcms.tpl in the core Prestashop folder wil not work

Hope this helps someone and the support on the forum is a life saver!

Link to comment
Share on other sites

  • 2 weeks later...
Quick add for all new folks like me.. this was driving me crazy..I changed it and nothing happened...I deleted the whole .tpl file nothing happened..looked in other module folders for the link nothing..then the light bulb...in Performance in the Admin area don't forget to ACTIVATE Force Compile if you have it turned off..worked no problem after that..LOL rough learning.

Saved my life thnx :)
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

I tried so many of these posts on 1.4.4 and none worked.

 

I ended up using the theme I am using going to module that was published called TMFOOTERLINKS

 

modules/tmfooterlinks/tmfooterlinks.tpl

 

changed the 'powered by' there and success!

 

Thanks alot. It worked for me!

Link to comment
Share on other sites

  • 6 months later...

I tried so many of these posts on 1.4.4 and none worked.

 

I ended up using the theme I am using going to module that was published called TMFOOTERLINKS

 

modules/tmfooterlinks/tmfooterlinks.tpl

 

changed the 'powered by' there and success!

 

worked for me too...I had tried everything else...!!! Cheers.

Link to comment
Share on other sites

  • 1 year later...

It's so easy!

 

Go to Modules > CMS Block > Under the Footer information add the following and change it according to your need.

 

<br>

<p>Developed by: <a href="http://www.yourname.com" title="Powered by Yourname.com" target="_blank">Yourname.com

 

It's so easy!

 

Go to Modules > CMS Block > Under the Footer information add the following and change it according to your need.

 

<br>

<p>Developed by: <a href="http://www.yourname.com" title="Powered by Yourname.com" target="_blank">Yourname.com

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...