Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Paypal Pro email confirmation

Paypal Pro email confirmation 11 years 8 months ago #18694

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Found the issue... open this file:

/components/com_dtregister/lib/payment/paypal_pro.php

Around line 260, add this line (after line with $currencyCode):

$email = urlencode($this->email);

Then around line 265 you'll find a long string starting with:

$nvpstr='&PAYMENTACTION='...

Modify the end of this string to where it looks like this:

...urlencode($this->description).'&EMAIL='.$email;

The "description" portion will already be there... but modify the end of that line to appear as it does above.

Let us know if this fixes it for you.

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

Paypal Pro email confirmation 11 years 7 months ago #18730

  • nestechs
  • nestechs's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
That worked perfect! Thanks!

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

  • Page:
  • 1
  • 2
Time to create page: 0.100 seconds