Jump to content

Change payment section


Recommended Posts

Hello friends, I would like the payment section to be seen as in the attached image.

Can you help me, please.

 

pago.PNG

 

File: checkout.tpl

 

This is my code, approximate line 418:

 

<div class="panel-body">

{foreach key=num item=gateway from=$gateways}

<div class="alert alert-success" role="alert">

<input type="radio" name="paymentmethod" value="{$gateway.sysname}" class="payment-methods{if $gateway.type eq "CC"} is-credit-card{/if}"{if $selectedgateway eq $gateway.sysname} checked{/if} />

{$gateway.name}

</div>

{/foreach}

</div>

 

 

Thanks and regards,

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