Support

Home Forums Event Espresso Premium WorldPay Button Change

WorldPay Button Change

Posted: January 8, 2013 at 9:32 am


Andrew Mason

January 8, 2013 at 9:32 am

Hi, I’m trying to change the WorldPay button from the default to one that inlucdes credit card symbols. I can do this, and it shows my desired button in the Payment Gateway admin page, but when I go through to the payment page on my site, I still see the default WorldPay logo, not the one I uploaded.

  • This topic was modified 11 years, 3 months ago by  Andrew Mason.


Josh

  • Support Staff

January 8, 2013 at 10:04 am

Hi Andrew,

It looks like there’s a problem with how the button_url option is getting saved, I’m finding the same thing when I try to change the WorldPay button. I’m going to create a bug ticket.


Josh

  • Support Staff

January 8, 2013 at 10:18 am

Acutally on closer look, the setting gets saved, but it’s not checking for it correctly. This is a fairly easy fix in the worldpay gateway folder. In worldpay_vars.php ~ line 38 where it says:

} elseif (file_exists($worldpay_settings['button_url'])) {

its should say:

} elseif (isset($worldpay_settings['button_url'])) {


Andrew Mason

January 9, 2013 at 2:00 am

Thanks Josh

The support post ‘WorldPay Button Change’ 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