Support

Home Forums Event Espresso Premium How do I adjust the payment options area.

How do I adjust the payment options area.

Posted: December 18, 2013 at 2:52 pm


Blair

December 18, 2013 at 2:52 pm

Currently I have the BeanStream logo and below the “Off-line Payment Options”
I would like to have “On-line Payment Option” above the BeanStream logo and would also like to reduce the size of that logo. Also is it possible to replace the Beanstream logo?


Dean

December 19, 2013 at 12:17 am

Hi,

I would like to have “On-line Payment Option” above the BeanStream logo

You would need to do a minor edit to the gateway_display.php file.

On line 5, you can uncomment the code that reads

echo '<h3 id="on_site_payment" class="payment_option_title section-heading">' . __('On-site Payment Processing', 'event_espresso') . '</h3>';

This will add the appropriate heading for you.

and would also like to reduce the size of that logo.

CSS will do this for you, something like

#beanstream-payment-option-lnk img {
width: 100px;
}

Also is it possible to replace the Beanstream logo?

It’s odd there isn’t an option for this so I’ll raise a ticket to look into it. In the meantime you could replace the event-espresso/gateways/beanstream/beanstream-logo.png with another image (same name though)


Blair

December 19, 2013 at 7:32 am

Thankks Dean, Worked great, You Rock!

The support post ‘How do I adjust the payment options area.’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso