luhy Posted July 4, 2012 Share Posted July 4, 2012 Bonjour à tous ! J'ai un petit soucis, j'aimerais enlever "CART : ( EMPTY ) YOUR ACCOUNT" pour arriver exactement à ce que propose le thème que j'ai installé. ( encadré bleu ) J'ai trouvé que cette phrase appartient au module blockuserinfo.tpl de Prestashop. Voici les lignes selon FIREBUG que je devrais supprimer : <a href="{$link->getPageLink("$order_process.php", true)}" title="{l s='Your Shopping Cart' mod='blockuserinfo'}">{l s='Cart:' mod='blockuserinfo'}</a> <span class="ajax_cart_no_product{if $cart_qties > 0} hidden{/if}">{l s='(empty)' mod='blockuserinfo'}</span> <a href="{$link->getPageLink('my-account.php', true)}" title="{l s='Your Account' mod='blockuserinfo'}">{l s='Your Account' mod='blockuserinfo'}</a> Quand je les supprimes et que je vire le fichier sur mon FTP, rien ne se passe. Est ce que je me trompe ou avez vous une solution ? Merci d'avance ! Link to comment Share on other sites More sharing options...
OSFormation Posted July 4, 2012 Share Posted July 4, 2012 Bonjour, avez-vous pensé à vider le cache ? La procédure ici Link to comment Share on other sites More sharing options...
luhy Posted July 4, 2012 Author Share Posted July 4, 2012 (edited) C'était effectivement ça ! Merci de tout cœur !! Edited July 4, 2012 by luhy (see edit history) 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