Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Paypal module doesn't send address line 2

Paypal module doesn't send address line 2

Locked

Views: 2,022

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
29 Sep 2006, 4:13 AM
#1
peliopoulos avatar

peliopoulos

New Zenner

Join Date:
Sep 2006
Posts:
11
Plugin Contributions:
0

Paypal module doesn't send address line 2

Hi Everyone,

The paypal module with Zen Cart 1.3.5 doesn't send the address line 2 to Paypal. I added the following line to the section of paypal.php with all the zen_draw_hidden_field lines

zen_draw_hidden_field('address2', $order->customer['suburb']) .

Hope this helps others who are having the same problem.

Peter

1 Oct 2006, 5:00 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: Paypal module doesn't send address line 2

peliopoulos:

Hi Everyone,

The paypal module with Zen Cart 1.3.5 doesn't send the address line 2 to Paypal. I added the following line to the section of paypal.php with all the zen_draw_hidden_field lines

Hope this helps others who are having the same problem.

Peter

peliopoulos, Are you still facing this problem?

1 Oct 2006, 6:03 PM
#3
peliopoulos avatar

peliopoulos

New Zenner

Join Date:
Sep 2006
Posts:
11
Plugin Contributions:
0

Re: Paypal module doesn't send address line 2

Hi superprg,

I don't have that problem now that I modified the code. In the default paypal.php the line reads

//zen_draw_hidden_field('address2', '') .

which is (a) incomplete and (b) commented out. I don't see any other line in the default code which would send the second address line.

Peter

1 Oct 2006, 6:09 PM
#4
drbyte avatar

drbyte

Sensei

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

Re: Paypal module doesn't send address line 2

That is the correct solution for those who need it.