• 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 script successful payment

Paypal script successful payment 10 years 5 months ago #29391

Hi

The scirpt that is found in the forum will update your list if paypal transaction has done successfuly
*****
$db = JFactory::getDBO();
$sid = $db->getEscaped(JRequest::getVar('submission'));
if(!empty($sid))
{
$db->setQuery("UPDATE #__rsform_submission_values SET `FieldValue` = 'confirmed' WHERE `SubmissionId` = '".$sid."' AND `FieldName` = 'status'");
$db->query();
die();
}
*****

Is it poosible to add/update also the Paypal Transaction ID?
The administrator has disabled public write access.

Paypal script successful payment 9 years 4 months ago #33598

  • cjmicro
  • cjmicro's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
  • Thank you received: 5
Did you ever find a solution to this? I need the same.
thank you,
Cheryl
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!