Zen Cart Logo
Forums / PayPal Website Payments Pro support / PayPal Express Checkout (Pro 2.0 Payflow Edition) (UK) - NOSTATE

PayPal Express Checkout (Pro 2.0 Payflow Edition) (UK) - NOSTATE

Locked

Views: 2,475

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
30 Jun 2010, 9:03 AM
#1
jsweb avatar

jsweb

Zen Follower

Join Date:
Jul 2005
Location:
UK and Ireland
Posts:
392
Plugin Contributions:
0

PayPal Express Checkout (Pro 2.0 Payflow Edition) (UK) - NOSTATE

Hi Zenners

Payment Modules ON:

  • PayPal Website Payments Pro
  • PayPal Express Checkout (Pro 2.0 Payflow Edition) (UK)

Notes:

  • ZC: 1.3.8a + Security Mods

  • Admin > Configuration > Customer Details
    -- State = true
    -- State - Always display as pulldown? = false

  • Would removing NOSTATE (from Line #511 : 'STATE' =>) in /includes/modules/payment/paypaldp.php help?

Problem:

  • Paypal pro works from UK
  • Payment pro is not working for those outside of the UK e.g. Japan / USA using a credit card.

Paypal explains the failure as:

  • ‘NOSTATE’ is not a valid address line for a billing address. This is causing the transaction to fail.

Jun. 27, 2010 11:06:17 BST
Your passing "NOSTATE" as the value for state.

Jun. 27, 2010 11:05:19 BST
Your passing "NOSTATE" as the value for state.

Jun. 27, 2010 11:03:52 BST
Your passing "NOSTATE" as the value for state."

==========

Any suggestions would be very much welcomed.

30 Jun 2010, 3:54 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: PayPal Express Checkout (Pro 2.0 Payflow Edition) (UK) - NOSTATE

Sounds like custom code gone bad.
Zen Cart has never used a "NOSTATE" value in paypaldp.php. Not in its debut in 1.3.8, and not in 1.3.9. (and there's no "NOSTATE" used anywhere else in Zen Cart)
If "NOSTATE" is being added because you've added a "NOSTATE" option to the State Pulldown list for some reason, then you may need to reconsider that approach.

30 Jun 2010, 5:51 PM
#3
jsweb avatar

jsweb

Zen Follower

Join Date:
Jul 2005
Location:
UK and Ireland
Posts:
392
Plugin Contributions:
0

Re: PayPal Express Checkout (Pro 2.0 Payflow Edition) (UK) - NOSTATE

Ah so the "we haven't touched it" really means we have made an alteration and that's why it isn't working.. lol ;)

I think a reinstall of that mod will help matters

Thanks for your help.