hostxls Posted June 16, 2017 Share Posted June 16, 2017 Hello, I want to make a change in the checkout page. At the payment : Credit card - Paypal - IDeal : I want to ad an image. Check the image included. Can someone advise how to do this? 0 Quote Link to comment Share on other sites More sharing options...
hostxls Posted June 16, 2017 Author Share Posted June 16, 2017 In the Elements overview I can make the changes how it should look like but need to know where to find this. http://prntscr.com/fki5rp 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 16, 2017 Share Posted June 16, 2017 then it will be modern/viewcart.tpl and between the break returns and the <div> {foreach key=num item=gateway from=$gateways} <label class="radio-inline"> <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{/if} /> {$gateway.name} </label> {/foreach} <br /><br /> <div class="alert alert-danger text-center gateway-errors hidden"></div> 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.