• 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: Change payment status

Change payment status 10 years 5 months ago #29576

Hi to everybody,
My problem is that I have defered the email, to retain the email sending until the payment is done, but unfortunately I´ve got a free product whose email I want to send without payment. I defined with conditonal rules to hide the payment, but the email sending is not done beause the payment is not verified.
I´m trying to solve that problem with the following script in the script done on form proccess, but something doesn´t work:
if($_POST['form']['Product'][0] == 'Free product') 
$_POST['form']['PayPal - Status'] = 'Accepted';

I think that the problem could be the name of the status field. But in form, this is the name I read in submissions for that field.
If someone can help me.
Last Edit: 10 years 5 months ago by fernandez. Reason: Change to clean the questions
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!