Jump to content

Apagar "Prestashop News" do Back Office


Recommended Posts

YEah ja consegui apagar o "A new version of Prestashop is available.."

é ir ao ficheiro public_html/name_of_admin_directory/themes/default/template/controllers/home/content.tpl

 

e comentar o seguinte codigo:

 

 

{*

{if $upgrade}

<div id="blockNewVersionCheck">

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

{/if}

</div>

{else}

<p>{l s='Update notifications are unavailable'}</p>

<p> </p>

<p>{l s='To receive PrestaShop update warnings, you need to activate you account. '} <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}

*}

 

 

Mas agora gostava de apagar o "Prestashop News" e os botoes de Paypall e hiPay, como faço??

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