• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: paypal

paypal 13 years 10 months ago #10933

  • jeroenk
  • jeroenk's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
With the code underneath the user can choose if he wants to pay with "paypal" or otherwise "at the door"

I placed this code in the section "after the form has been processed"

if (($_POST)== 'Paypal' )
{
$business = ' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ';
$item_name = 'Registration Human Factors Event';
$currency_code = 'EUR';
$amount = 75;
header('Location: www.paypal.com/cgi-bin/webscr?cmd=_xclic...e.'&amount='.$amount);
exit();
}


Now I only have 2 questions:

1. In the back office the status is not on "pending" anymore. Now it says: "RSFP_PAYPAL_STATUS_"

2. Can I do tests with this script without realy paying? Like the "Live mode" "yes" "no" option that the offial paypal form has?
The administrator has disabled public write access.

Re:paypal 13 years 9 months ago #10947

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 733
  • Thank you received: 60
Hello,

1. Please note that since you are not using the PayPal plugin the status will not be filled in, that is the reason the placeholder is shown instead.

2. You could perform some tests with the script, but you will need to redirect to your sandbox account instead.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!