Hi,
We need to get registration_id to redirect user from Registration Payment page to external shopping cart. Below some more explanations.
Registration Payment page:
http://www.geriatricsjournals.ca/ocs/in ... f/registerPls point us where we can find php code to make required modifications.
Thank you,
Gennady
We would like to set up payments the way OCS(in Manual payment mode) will pass registration_id to external shopping cart(online store) that will (in case of successful payment) update payments directly in the OCS database.
Something like
http://www.our_domain.ca/store/Shopping ... tion_id=33Could you please help us with what needs to be updated in the OCS database when payment is done.
The only changes we found - in registrations table, `date_registered`,`date_paid`
(5,2,8,1,'2007-11-08',NULL,NULL,NULL,NULL,NULL)
(5,2,8,1,'2007-11-13','2007-11-13',NULL,NULL,NULL,NULL)
Is that about right?