Jump to content

[solved] How to remove automatic updates in back office


Recommended Posts

im not sure at all where to change this in back office :/ but i've got little know how based on modify .tpl files of your admin section.

in this case you must go to the:

 

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

 

 

and remove this code:

 

{if $upgrade}
 <div id="blockNewVersionCheck">
 {if $upgrade->need_upgrade}
  <div class="warning warn" style="margin-bottom:10px;"><h3>{l s='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>
 {/if}
 </div>
{else}
 <p>{l s='Update notification unavailable'}</p>
 <p> </p>
 <p>{l s='To receive PrestaShop update warnings, you need to activate'} <b>allow_url_fopen</b> [<a href="http://www.php.net/manual/{$isoUser}/ref.filesystem.php">{l s='more info on php.net'}</a>]</p>
 <p>{l s='If you don\'t know how to do this, please contact your hosting provider!'}</p><br />
{/if}

 

maybe someone knows other simplest method, but this one works like a charm :-)

Link to comment
Share on other sites

×
×
  • Create New...