Jump to content

Replacing the payment gateway text with logos??


zomex

Recommended Posts

Hello everyone,

 

I wish to replace the payment gateway text with a logo on the checkout page. I know where the file is and I'm 90% sure that the code I need to edit is as follows but I don\t want to take any chances:

 

 <dl class="paymentgateway">
   <dd>{foreach key=num item=gateway from=$gateways}<input type="radio" name="paymentmethod" value="{$gateway.sysname}" id="pgbtn{$num}"{if $selectedgateway eq $gateway.sysname} checked="checked"{/if} class="style_radio" /><label for="pgbtn{$num}">{$gateway.name}       </label> {/foreach}</dd>
 </dl>
 {else}
 <dl class="paymentgateway">
   <dd>{foreach key=num item=gateway from=$gateways}<input type="radio" name="paymentmethod" value="{$gateway.sysname}" id="pgbtn{$num}" onclick="{if $gateway.type eq "CC"}showCCForm(){else}hideCCForm(){/if}"{if $selectedgateway eq $gateway.sysname} checked="checked"{/if} class="style_radio" /><label for="pgbtn{$num}">{$gateway.name}       </label>{/foreach}</dd>
 </dl>

 

It's annoying because I have seen the tutorial so many times on this forum but now I need it I can't follow it.

 

Any assistance will be greatly appreciated.

 

Thanks.

Jack

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated