phone number to pre-populate in paypal

  • Brandy Hurley
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 9 months ago #22057 by Brandy Hurley
phone number to pre-populate in paypal was created by Brandy Hurley
When someone does not have a paypal account, all the information from the fill in donation form gets sent to the paypal page except the telephone number and email.
Can that be pre-populated as well?

Attachment

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #22172 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: phone number to pre-populate in paypal
Hi Brandy

We can only populate the email field at Paypal. For the phone field, it cannot be populated because Paypal use a different format for phone number.

To populate the email field, please follow the instruction below :

1. Open the file components/com_jdonation/payments/os_paypal.php

2. Find the code below :
Code:
$this->setParam('zip', $row->zip);

3. Add the line of code below after the above line :
Code:
$this->setParam('email', $row->email);

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc DamDang Dam