I have a need to be able to add a handler to the Public view checkout so when a new member makes payment, I need to change their status as part of the update. I was thinking of using JQuery or HTTP Module to accomplish this - perhaps by adding the script to the confirmation page. I wanted to know if anyone else has done this and has any advice.
Thanks
Joe
Hi Joe, We've been able to
Hi Joe,
We've been able to add logic to pages like this by adding and asp.net web control (.ascx). You can grab the logged in person's ID and perform any logic you wish this way.
Keith