Jump to content

[TUTO] Retirar mensagem de atualização


Recommended Posts

Boa noite,

 

Estive procurando algum tempo em foruns/sites brasileiros como desativar a mensagem de update do prestashop (algumas pessoas preferem manter na penultima versão) e realmente não encontrei por conta própria no código. Felizmente, conversando com um antigo amigo, eis que ele me conta que passou por isso! \o
Vamos lá...


"New PrestaShop version available"

Para remover o aviso de update, vá em root/administração/themes/default/template/controllers/home/content.tpl, nas linhas 14 a 26:

Comente o conteúdo(<!-- CONTEUDO -->)

{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}

Boa noite a todos! B)

  • Like 2
Link to comment
Share on other sites

  • 1 month later...

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...