Jump to content

How to remove prestashop upgrade notification?


Recommended Posts

Go to,

admin/themes/default/template/controllers/home/content.tpl

 

Comment out the following, at about line 35,

 



<!--{if $upgrade->need_upgrade}
<div class="warning warn" style="margin-bottom:10px;"><h3>{l s='A new version of PrestaShop is available.'} : <a style="text-decoration: underline;" href="{$upgrade->link}" target="_blank">{l s='Download'} {$upgrade->version_name}</a> !</h3></div>-->

Link to comment
Share on other sites

I try removing line 35 only and could not log back in, then try removing both line same thing happen. Then I try removing

 

<h3>{l s='A new version of PrestaShop is available.'} : <a style="text-decoration: underline;" href="{$upgrade->link}" target="_blank">{l s='Download'} {$upgrade->version_name}</a> !</h3>

 

That worked! Thanks you for your help!

  • Like 1
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...