@cassel Forum rank/icon updated to “Advanced” user.
Thanks for your continued involvement Carole!
Tip: Your Gravatar image could be updated here: http://www.gravtar.com/
(this way we’ll have a face to put with your profile at s2Member.com)
~ optional of course
I am facing a new (and exciting) challenge. I will be selling a course, on my site, from someone else. I can set it up no problem with s2M as it will be similar to my other products, however, since the sale price will be split, i would like her to have a copy of an “invoice” or some other kind of email notification so she does not have on just rely on my word to say she sold 2, or 10 or none in a specific time period. Is there a way to do that?
There are a few different ways to go about this.
1. Add your partner’s email address to an API Notification for new payments.
Dashboard -› s2Member® -› API / Notifications -› Payment Notifications
(this would be a fast/simple approach)
2. OR: Ask your partner to install something like iDevAffiliate,
and then integrate this with your installation of s2Member.
Dashboard -› s2Member® -› API / Tracking -› Integrating iDevAffiliate®
3. OR: Create a custom script of your own, which you could then attach to s2Member’s API Notification for new payments. Your custom script can receive the amount, break things down, and send a custom email to your partner. Dashboard -› s2Member® -› API / Notifications -› Payment Notifications
Create your custom PHP script, then give s2Member the URL leading to your custom script. When a new payment is processed, s2Member will notify your custom script, and your script can perform any additional action necessary. Your custom script can be configured with s2Member to receive variables in the query string.
http://www.example.com/my-script.php?txn_id=%%txn_id%%&amount=%%amount%%
