View Full Version : Different payment emails for multiple paid subscriptions
NarutoFTW
03-02-2015, 04:51 PM
Anyone have a working method for me to add different PayPal emails for different paid subscriptions? I've tried a mod for this in the past and it never worked. I would really appreciate help / advice from someone who got something like this working.
Thanks
Which email do you mean exactly? Is this being sent by vbulletin? Edit: Oh, I see, email address.
TheAdminMarket
03-02-2015, 05:39 PM
Anyone have a working method for me to add different PayPal emails for different paid subscriptions? I've tried a mod for this in the past and it never worked. I would really appreciate help / advice from someone who got something like this working.
Thanks
As a job is not something difficult or complicated. It needs just an extra field per subscription plan to hold the PayPal email for the specific subscription, and a couple of code lines in the PHP file to read that email address instead the global one.
The problem is that I don't know if there are hooks there to do this work, otherwise you need to:
Insert a new VARCHAR field in table subscription
Modify the template of subscription form
Modify the PHP file that saves the form data
Modify the PHP file which prepares the form to be send to PayPal
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.