We are in the final steps of creating our own custom gateways and are wanting to be abelto add a little more than just a standard title at the check out stage for the customer to see.
Ideally we want to be able to add some explainatory text and the gateways logo to make it easir for the customer to help make their decision.
Ulitimatly looking to have a similar end result to the way the PayPal Express displays.
<div>
<input type="radio" value="33eeba60-e5b7-4864-9b57-3f8d614f8301" name="paymethod" id="paymethod-33eeba60-e5b7-4864-9b57-3f8d614f8301" checked="checked" style="position: absolute; z-index: -1; opacity: 0;"><span class="dnnRadiobutton"><span class="mark"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAAAAAAAApWe5zwAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=" alt="checkbox"></span></span>
<h4>
<label for="paymethod-33eeba60-e5b7-4864-9b57-3f8d614f8301" class="dnnBoxLabel">Pay Pal Express</label>
</h4>
<div class="hc-paypal-info">
<img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" style="margin-right: 7px;">
Save time. Checkout securely. <br> Pay without sharing your financial information.<br>
Payments via Visa, Mastercard & other various credit cards are accepted.<br>You are NOT required to sign up with Pay-Pal to complete your purchase.
</div>
</div>
Can someone point me in the right direction?