vbadboi Posted March 20, 2014 Share Posted March 20, 2014 I'm using prestashop 1.5.6.2 and i would like to remove the back-end upgrade notification message as I'm very happy with prestashop 1.5.6.2, can anyone help me thanks.... Link to comment Share on other sites More sharing options...
Bill Dalton Posted March 20, 2014 Share Posted March 20, 2014 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 More sharing options...
vbadboi Posted March 21, 2014 Author Share Posted March 21, 2014 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! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now