Quote:
Originally Posted by NarutoFTW
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