ClickBank: Sales Notification by E-Mail

np, chachinga. We all make mistakes from time to time. Glad it's working for you.
 
This is great if you want email confirmation for a transaction. I use prosper202 for tracking and I need need to know what subids are converting and their amounts. Does anyone have php code for a postback url with CB? I can then set up a cron to ping that url.

I don't want to pay the silly stats202 monthly fee. Not if I don't have to!
 
Is there a way to set it to only notify on sales? Rather than reporting on everything including charge backs, tests, etc.?

Maybe if there was some if clause like "if trans_type='sale' then..." or something. Btw thanks monty for the script, I just installed and it works great!
 
Is there a way to set it to only notify on sales? Rather than reporting on everything including charge backs, tests, etc.?

Maybe if there was some if clause like "if trans_type='sale' then..." or something. Btw thanks monty for the script, I just installed and it works great!

Maybe you could just modify the IF statement in the code to something like this?:
Code:
if ($cbpop==$xxpop && $ctransaction=="SALE") return 1;
 
Thanks that's nice, usually I must to sign in several times a day.
 
is this script also for vendors selling on cb? ,coz i need to try out this thing
 
Back
Top