Check Out Handler Ideas

 

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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