Jump to content

How to remove Powered by Prestashop from Mobile Theme in 1.4.9


chris.surtees

Recommended Posts

  • 4 weeks later...
  • 6 months later...

the same as simple theme, just turn on force compilation, turn off cache and refresh your store front office.

sometimes is necessary to remove compilation files & directories from:

  1. cache/smarty/compile
  2. cache/smarty/cache

Link to comment
Share on other sites

  • 5 months later...
If you have tried before, you are supposed to know that you can't find any hint where that statement is hidden. I guess it is changed using jquery or javascript, referencing the • sign. So, we'll remove the • character  ;)

 

To remove the "Powered by Prestashop" statement from the mobile template, you need to open footer-page.tpl under themes>prestashop mobile and find the below line

			• <a data-ajax="false" class="ps_full_site" rel="external" href="{$base_dir}?ps_full_site=1">{l s='View Full Site'}</a></div>

change it to

			<div align="center"><a data-ajax="false" class="ps_full_site" rel="external" href="{$base_dir}?ps_full_site=1">{l s='View Full Site'}</a></div>

Don't forget to force compile and clear cache.

Edited by MEG Venture (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...