Zen Cart Logo
Forums / Addon Payment Modules / UK Paypal System - address and phone info

UK Paypal System - address and phone info

Locked

Views: 2,864

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
14 Mar 2007, 3:36 PM
#1
potzuk avatar

potzuk

New Zenner

Join Date:
Feb 2007
Posts:
19
Plugin Contributions:
0

UK Paypal System - address and phone info

I have customers telling me that the second line of their address and phone numbers aren't being passed to paypal correct, which I've been able to confirm...

The address line 2 doesn't get passed over at all, and the phone number only gets the second, third and fourth characters passed over..

Is this a known issue and is there a fix available?

16 Mar 2007, 8:57 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: UK Paypal System - address and phone info

  1. Which version of Zen Cart are you running?

  2. If it's 1.3.7, have you installed the most recent patch for PayPal support?
    http://www.zen-cart.com/forum/showthread.php?t=56216

  3. Which PayPal module are you using?

  4. Can you turn on debug logging and post the logs for a failed transaction ?
    a) Admin->Modules->Payment->your-paypal-module->Edit ... set Debug to Log to File
    b) make sure the /includes/modules/payment/paypal/logs folder is writable chmod 777
    c) zip and post the files generated in that folder after doing a test transaction that fails to operate as desired.

17 Mar 2007, 9:42 AM
#3
potzuk avatar

potzuk

New Zenner

Join Date:
Feb 2007
Posts:
19
Plugin Contributions:
0

Re: UK Paypal System - address and phone info

Hi m8,

I'm using the latest Zencart, the patch you link to is for the Paypal express module - I'm having trouble with the Paypal IPN?

The transaction isn't actually failing, so I don't think the debug would help? It's just a couple of fields that aren't being passed correctly.

Cheers :)

17 Mar 2007, 9:46 AM
#4
potzuk avatar

potzuk

New Zenner

Join Date:
Feb 2007
Posts:
19
Plugin Contributions:
0

Re: UK Paypal System - address and phone info

Scrap that, just spotted there are a few fixes for the Paypal IPN in there too, I'll slap the patches on and see if that helps :)

17 Mar 2007, 9:59 AM
#5
potzuk avatar

potzuk

New Zenner

Join Date:
Feb 2007
Posts:
19
Plugin Contributions:
0

Re: UK Paypal System - address and phone info

OK, I've applied the patch and it is still doing it.

Scenario:

User creates an account*
Opts to paypal IPN
Confirms order, gets taken to Paypal
Clicks 'dont have an account'
User taken to a page with the details they filled out for the order**

  • If the email address exists already, TEXT_REMEMBER_ME gets displayed instead of the normal text, but that's another bug

** It is on this page where second line of the address is dropped and the phone number is truncated

17 Mar 2007, 10:19 AM
#6
drbyte avatar

drbyte

Sensei

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

Re: UK Paypal System - address and phone info

PotzUK:

  • If the email address exists already, TEXT_REMEMBER_ME gets displayed instead of the normal text, but that's another bug

What contribution does the "TEXT_REMEMBER_ME" constant come from ? This isn't part of the core Zen Cart code.
Notwithstanding the other issues, this particular one appears to be not a bug, but an error in your implementation of said contribution.

17 Mar 2007, 10:42 AM
#7
potzuk avatar

potzuk

New Zenner

Join Date:
Feb 2007
Posts:
19
Plugin Contributions:
0

Re: UK Paypal System - address and phone info

Aye, i'll take a look at that, but it's the paypal bug/issue that's most critical...

17 Mar 2007, 10:57 AM
#8
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: UK Paypal System - address and phone info

TEXT_REMEMBER_ME is from the Automatic Login mod and is defined in includes/languages/english/YOUR_TEMPLATE/login.php (I have just checked by downloading the mod from Dowwnloads that it definitely is!).

Anyone seeing "TEXT_REMEMBER_ME" has probably not renamed the "YOUR_TEMPLATE" to their own custom name - so it's not a bug, it's a mistake in your installation of the mod. Also, it has nothing to do with your Paypal issue.

19 Mar 2007, 11:28 AM
#9
potzuk avatar

potzuk

New Zenner

Join Date:
Feb 2007
Posts:
19
Plugin Contributions:
0

Re: UK Paypal System - address and phone info

I realise the TEXT_REMEMBER_ME thing is unrelated (Since fixed) but I'm still having the paypal issue...

28 Mar 2007, 3:34 PM
#10
drbyte avatar

drbyte

Sensei

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

Re: UK Paypal System - address and phone info

PotzUK:

I have customers telling me that the ... phone numbers aren't being passed to paypal correct, which I've been able to confirm...

The ... phone number only gets the second, third and fourth characters passed over..

Is this a known issue and is there a fix available?

PotzUK:

The transaction isn't actually failing, so I don't think the debug would help? It's just a couple of fields that aren't being passed correctly.

PotzUK:

Scenario:

User creates an account
Opts to paypal IPN
Confirms order, gets taken to Paypal
Clicks 'dont have an account'
User taken to a page with the details they filled out for the order**

** It is on this page where ... the phone number is truncated

Here is a discussion on what some others have tried and reported works for them. I cannot seem to find any pattern for consistent application that actually resolves this universally though.
http://www.zen-cart.com/forum/showthread.php?t=44946