PDA

View Full Version : vbulletin subscription validation


ohadpartuck
07-03-2012, 02:30 PM
Hi,
I want to set up my site to allow users to pay fo VIP subscriptions.
I have done that.
But I also need to update other stuff in my DB concerning the user subscription (like other prevliges etc).
My question is where is VBulltin confirmation page('thank you for buying page') and can I write my own code there?

Thanks

--------------- Added 1341329826 at 1341329826 ---------------

and another question,
can I use the subsciption system to set up payment for other products in my site,
like movies and lessons.

Again- I need to set up immidiate access to the user once he's paid -> meaning that I need paypal's IPN (Instant Payment Notification)

kh99
07-05-2012, 01:40 PM
I only understand the basics of the payment system, but I think the payment is verified in the file payment_gateway.php, and I don't see any hooks that would help with what you want to do. So if you need access immediately when the payment is approved, you'd probably have to modify that php file.