lastresmellizas Posted May 22, 2017 Share Posted May 22, 2017 Hello friends, I would like the payment section to be seen as in the attached image. Can you help me, please. 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, 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.