So here is one that I can't seem to figure out. Every day when the rebills go through I get an email per successful transaction for each payment. In some instances, due to the credit card, the rebill fails and the user updates their info later that day and the new payment gets processed. I would like to know if there is a way to modify that payment email so that if it is a new subscription, it will show me a different message on the email I get. That way, it is very easy to know whether the email is related to a rebill or an actual new subscriber. Any help on this would be truly appreciated.
Function that send payment notifications for admin can be found in /amember/common,.inc.php: function mail_payment_admin($payment_id, $member_id){ Template itself cvan be modified from ammeber CP -> Setup -> Email -> Admin payment notifications.
Thank for the insight on that. I have ran into this function before and have modified for other purposes. The one thing I could never figure out was how to create an if that would do a different message if it was a new product instead of a renewal on the subscription. This is where I have gotten stuc in the past and where I could use the help.