Posted: February 13, 2015 at 9:56 am
|
I’m using EE3.1.36.5.P and implemented partial payments via the method here: Its been working beautifully, however we realized that none of the partial payments are been recorded in EE on our website even though they go through just fine on Paypal. Any full payments that are made on Paypal are recorded. I’ve already done all the Paypal IPN troubleshooting steps. I searched the forums and found a similar thread: I didn’t understand which part of the code on line 27 to remove and there was no response as to whether that worked anyway. Any help would be greatly appreciated, we will have many more partial payments coming in and I’ve already spent hours manually entering them into EE. |
Hi Erica, This is the line of code I mentioned in the other thread:
The idea I had was to remove the first part of the code, which does a comparison to how much money was paid vs how much money is owed. So what happens is if the amount paid equals (or is greater in the case of tax added) the amount owed, then Event Espresso sets the payment status to complete. My idea for that other thread was to remove that check, because in the case of making a partial payment, the amount paid will actually be less than the amount owed. So the code ends up looking like this:
|
|
|
Hi Josh, |
|
Hi Erica, terribly sorry, I remember Josh telling me to get with you about this, and I forgot. I think I wrote that thing up a while ago and I think we took it down because it was pretty hard to implement. |
|
I am wondering about this as well. I am looking at needing to have people put in a deposit and then be able to later. |
|
Hi Scott, |
|
Thanks Sidney. I am currently using EE3. How easy is it to switch to EE4 both financially, in midyear, as well as program wise? |
|
You’re EE3 license comes with EE4. It should be available in your download page. Eventually, we’d like to see everyone move to EE4 as the features that they need are added to EE4. I would recommend trying it out on a development server, or locally, to get a feel for it, make sure it’s feature complete enough for your needs, etc. The core system is much, much better, but with the library of add-ons that was built up for EE3 over the years, we are still racing to add features to EE4 so that all of our customers can switch. |
|
It would be great if EE4 could do partial payments, we would definitely make the switch! |
|
Have we gotten anywhere with this? I’ve got a bunch of people who have made partial payments and will need to pay their balances soon. Is my only option at this point to manually enter their payments into Event Espresso? |
Hi Erica, Yes, since fully automated partial payment management isn’t currently a feature that’s in Event Espresso 3 or Event Espresso 4 you’ll need to manually enter the partial payments into the admin. |
|
|
Well, amazingly, it is actually working now. I did do the code change mentioned above a week or so ago, and tested it via a new registration and it didn’t seem to work. But now I’ve had tons of successful partial payments go through. Thanks for all your help, whatever just worked, it certainly wasn’t me! |
The support post ‘Paypal IPN not working with partial payments’ 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.