- Posts: 25
- Thank you received: 0
phone number to pre-populate in paypal
- Brandy Hurley
- Topic Author
- Offline
- Junior Member
-
Less
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
Can that be pre-populated as well?
Attachment
- Tuan Pham Ngoc
- Offline
- Administrator
-
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 :
3. Add the line of code below after the above line :
Tuan
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 Dam, Dang Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.