Jump to content

Comment supprimer le LOGO paypal dans la colonne gauche?


Recommended Posts

Bonjour, il faut aller dans le code et supprimer la dernière ligne <img.../> dans ton fichier "blockpaymentlogo.tpl" du module "Module/blockpaymentlogo" :

<!-- Block payment logo module -->
<div id="paiement_logo_block_left" class="paiement_logo_block">
    <a href="{$link->getCMSLink($cms_payement_logo)|escape:'html'}">
        <img src="{$img_dir}logo_paiement_visa.jpg" alt="visa" width="33" height="21" />
        <img src="{$img_dir}logo_paiement_mastercard.jpg" alt="mastercard" width="32" height="21" />
        <img src="{$img_dir}logo_paiement_paypal.jpg" alt="paypal" width="61" height="21" />
    </a>
</div>

<!-- /Block payment logo module -->

Edited by touslesitesauto (see edit history)
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...