• 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: Offline Payment Option for PayPal Plugin?

Offline Payment Option for PayPal Plugin? 12 years 6 months ago #19251

Hi,

I have a form set up and working well using RSForms Pro + PayPal Plugin (Multiple Products + Total). I want to give our customers the ability to choose either online or offline payment.

Problem I'm having is, the current Submit button sends the buyer to PayPal. How do I set this up so that the buyer has a choice of PayPal (online) or Offline, where he is not forwarded to PayPal, rather, the buyer clicks on "Invoice Me Offline," and is then forwarded to our Thank You Page (pending payment), and we, meanwhile, on the Administrator-end, can access their data and from it, generate our own invoice?

(checkboxes on left)

__ 20|Description Item 1
__ 25|Description Item 2
__ 30|Description Item 3

(Total) USD

Submit Payment Offline (Invoice me)
Submit Payment Online (Use PayPal)

Please help? Thank you.
The administrator has disabled public write access.

Re: Offline Payment Option for PayPal Plugin? 12 years 6 months ago #19391

Hi

Did you ever find out how to do this? I'm looking for a similar solution.

Regards, David
The administrator has disabled public write access.

Re: Offline Payment Option for PayPal Plugin? 12 years 6 months ago #19407

  • upbm
  • upbm's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
  • Thank you received: 4
Hello,

I am looking for the same problem.
I created a radio field with 2 options: "PayPal online" and "bank check"
and 2 fields with the same contents for payment:
1 field checkboxes normal
1 field checkboxes with PayPal
I used the conditional fields to show 2 fields PayPal (checkbox and total) if payment online and show normal checkbox if payment by check, it seems to work in the PayPal sandbox.
If PayPal checked teh submit button go to PayPal site, if payement off line checked the submit button go to "thanck you message"
Only problem, at the return of PayPal, I can not display the "thank you message", but only the blank form or another page of my site. (if anyone has an idea?)

Didier
The administrator has disabled public write access.
The following user(s) said Thank You: CoffeeGroup

Re: Offline Payment Option for PayPal Plugin? 12 years 6 months ago #19609

I haven't figured it out yet. I'll try this.
Last Edit: 12 years 6 months ago by CoffeeGroup.
The administrator has disabled public write access.

Re: Offline Payment Option for PayPal Plugin? 12 years 6 months ago #19610

The reply I received from RS was: "The Paypal Plugin enables the buyer to pay online, with Paypal." Accurate response, but not helpful.
The administrator has disabled public write access.

Re: Offline Payment Option for PayPal Plugin? 12 years 6 months ago #19611

Didier, did your solution work out of sandbox mode? Right now, I skipped doing Offline Payment, because I couldn't load the Paypal plugins and any other way of totaling (sum) sales on the same page.

Maybe I'm trying to do too much with this, and should just find a shopping cart.
The administrator has disabled public write access.

Re: Offline Payment Option for PayPal Plugin? 12 years 5 months ago #19727

Didier, you said, "If PayPal checked teh submit button go to PayPal site, if payement off line checked the submit button go to "thanck you message" "

How did you set this up so the submit button goes to the Thank You message?

For me, I set up conditions so that:

1) IF "Pay This Online" radio button is selected, THEN "Submit" button shows, to Pay by Paypal.

2) IF "Invoice Me Offline" radio button is selected, THEN a different "Submit" button shows up, with text that I wrote "Invoice Me Offline."

Problem is, the second Submit Button also goes to PayPal. How do I direct it to go to the Thank You page?
The administrator has disabled public write access.

Offline Payment Option for PayPal Plugin? 12 years 5 months ago #20198

hi, i have simillar problem. did you find any solution?
The administrator has disabled public write access.

Offline Payment Option for PayPal Plugin? 12 years 5 months ago #20199

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

This can be done.... but some custom scripting will be required. Basically you will have to:

- add a radio group with the following items:
PayPal
Offline

- within the PHP Scripts > Scripts called after form process add something like this:
if($_POST['form']['name of radio field'] == 'Offline'){
header( 'Location: http://www.yoursite.com/new_page.html' ) ;
die();
}
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.

Offline Payment Option for PayPal Plugin? 12 years 4 months ago #20427

  • upbm
  • upbm's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 34
  • Thank you received: 4
The new versions of plugins PayPal and Payement offline can help you to solve the problem.

Didier.
The administrator has disabled public write access.

Offline Payment Option for PayPal Plugin? 8 years 7 months ago #35858

I have a drop down with the following:

Credit Card
Purchase Order
Check
Employee

Would something like this be close to working?? It doesn't now..


if($_POST == 'Purchase Order, Check, Employee'){
header( 'Location: www.yoursite.com/new_page.html' ) ;
die();
}
The administrator has disabled public write access.

Offline Payment Option for PayPal Plugin? 8 years 7 months ago #35872

I'm not finding enough info for the Multiple Payment Methods... anyone have a link other than this one?

www.rsjoomla.com/support/documentation/r...-payment-plugin.html

I need a visual example... PLEASE
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!