Support

Home Forums Event Espresso Premium Pending payment – yet payment is complete!

Pending payment – yet payment is complete!

Posted: March 9, 2018 at 11:15 am


drkings1

March 9, 2018 at 11:15 am

Someone bought a workshop on my site yesterday via EE.

Paypal told me the payment had been received and it’s showing on Paypal as completed.

But EE is showing the ticket as “pending payment”:

https://screencast.com/t/BMbsn2aT

When I go into the registration, EE seems to know that the payment has been completed.

https://screencast.com/t/xIM7WZnQ

Three questions:

1. Why is this happening?
2. How do I resolve this?
3. Can we stop this happening again?

Thank you.

Daniel


Josh

  • Support Staff

March 9, 2018 at 12:00 pm

Hi Daniel,

This is happening because you’re using PayPal Standard.
You can manually change the registration status to approved (on the Event Espresso > Registrations page)
You can stop this happening again by switching to the PayPal Express gateway. You can use the same PayPal account with PayPal Express, and you’ll get the credentials by following this guide:
https://eventespresso.com/wiki/paypal-express-payment-gateway/#locate


drkings1

March 10, 2018 at 7:09 am

Thanks Josh.

I *think* this is working now.

Two questions:

1) Previously the single option of Paypal Standard was preselected. Now I’ve deleted this option, the single option of Paypal Express isn’t preselected at checkout, meaning that the user has to select it. How to I make sure that this single option is preselected as a default?

2) The Paypal logo is now appearing much smaller than it did when it was being used on the “Paypal Standard” (about half size), even though I’m pointing at the same logo file. Why is this and how can I fix it?

This screenshot shows both issues:

https://screencast.com/t/i9OMqD0T4


Tony

  • Support Staff

March 12, 2018 at 4:16 am

1) Previously the single option of Paypal Standard was preselected. Now I’ve deleted this option, the single option of Paypal Express isn’t preselected at checkout, meaning that the user has to select it. How to I make sure that this single option is preselected as a default?

Go to Event Espresso -> Payment methods -> PayPal Express -> Open by default.

Set that to Yes and save the settings.

2) The Paypal logo is now appearing much smaller than it did when it was being used on the “Paypal Standard” (about half size), even though I’m pointing at the same logo file. Why is this and how can I fix it?

Did you have some custom CSS used to make the PayPal Standard image larger?

Can you link me to an event I can use to run a test registration so I can view this?


drkings1

March 13, 2018 at 5:07 am

Hi Tony,

With regard to Q1 – Thanks for this.

With regard Q2 and to custom CSS – that’s possible – my designer could have inserted some a few years ago to make the logo larger, but to be honest, I don’t know.

Here’s a live event (but not until December) that you can have a play with to see what’s happening:

https://presencetraining.co.uk/courses/foundation-one-nov-15-16-2018-2/


Tony

  • Support Staff

March 13, 2018 at 5:26 am

Yeah, that’s what happened – http://take.ms/nwddg

#ee-available-payment-method-inputs-paypal_standard-lbl .spco-payment-method-btn-img {
    max-width: initial !important;
}

I changed the ID’s used on the PayPal Express elements in the page to match what PayPal Standard would have used and found your custom CSS.

So within your themes style.css on line 35 you can change the above to:

#ee-available-payment-method-inputs-paypal_express-lbl .spco-payment-method-btn-img {
    max-width: initial !important;
}

OR

Rather than targeting specific payment methods (in which case this could happen again) you can target them all using this:

#ee-available-payment-method-inputs .spco-payment-method-btn-img {
    max-width: initial!important;
}


drkings1

March 13, 2018 at 10:37 am

Yes Tony! That’s sorted it!

Thank you 🙂

Warm regards

Daniel

The support post ‘Pending payment – yet payment is complete!’ 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