• 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 and Offline Payment Options

Paypal and Offline Payment Options 8 years 7 months ago #35826

I found some javascript at one point that would allow someone to Select a payment Method and either send to database and Thank You or Send to Paypal... I have now looked for over an hour and can't find it again... It was something like below:

When Selecting PayingBy the following "Check","Purchase Order","Employee" they get a thank you and it saves to database.
If they Select Credit Card it send them to Paypal.
 
if($_POST['form']['PayingBy'][0]=="Check","Purchase Order","Employee")
{
header("Location: http://www.website.com");
die();
}
 
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!