You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I wish I knew... So you paid nick 100 clams to tell you to turn on PayPal Express?
Offline
Nah, just a basic ticket, well two actually now so a total of $40 or $50 (can't remember if they're 20 or 25 bucks a piece) - I put in a quote request though too in case I needed to dish out more, but nada.
Not everyone is having that return from PP error, so something has GOT to be fixable. GAH.
Offline
I do know that if you go into the configurations for each of the PP-related processers, there's fields for your PP username & password. i would imagine that if they don't match or you haven't filled it in, that could be the "missing field" PP is griping about...
Just a thought.
Offline
I did notice one issue with your setup which could have caused this issue. PayPal has changed their standard API to no longer accept a country name for the country - they now require a country abbreviation. This has caused issues with international orders and necessitated a change in our last update. In the update, for the PayPal Standard method, we changed the 'Form Display Code' section as follows:
Orignal:
$olpform['fields']['HIDDEN'][] = array('name' => 'country',
'value' => $order['order']['country']);New:
$olpform['fields']['HIDDEN'][] = array('name' => 'country',
'value' => $order['order']['countryabb']);This seems to have corrected the issue for most users and I assume it will correct it for you as well. I made this change to your install.
Offline
I had already made that change a while ago. I was seeing the error AFTER making that update.
Offline
done and crossing my fingers. update was a breeze to do - even for the manual changes - kudos Nick.
what specifically was changed in this update that would impact WPP, aside from the country abbreviation that I had already changed a while back?
jessica - any luck with ur install?
Offline
Jess,
Haven't had any issues since... did get some odd shipping calculations but that's another story.
Don't blame you for being nervous. I recommended to Nick that he incorporate an "admin notes" section so people can keep track of their code modifications right there in Zuma. It'd make updates a little less "scary" i think for folks like you with heavily modded carts.
Offline
We never did get this fixed, even with the most recent upgrade our customers still had that error.
We've switched to paypal payments pro, and now have a new error to deal with when folks use guest checkout (which happens surprisingly often!) Detailed here: https://forum.kryptronic.com/viewtopic.php?id=20073
Huge, laborious sigh.
Offline
posting a possible solution in the other thread...
Offline