claudiopardal Posted May 16, 2013 Share Posted May 16, 2013 (edited) Boa noite, Gostava de apagar no backoffice o bloco que indica que ha uma nova versão do prestashop "A new version is available" e o "Prestashop News". E tambem os botoes doPaypal e do hipay... como faço?? obrigado Edited May 16, 2013 by claudiopardal (see edit history) Link to comment Share on other sites More sharing options...
claudiopardal Posted May 16, 2013 Author Share Posted May 16, 2013 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 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