Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-12T12:41:08-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16625 2012-01-12T12:41:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=60350#p60350 <![CDATA[Re: idevaffiliate integration]]> Statistics: Posted by jevans161 — January 12th, 2012, 12:41 pm


]]>
2012-01-12T04:56:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=60322#p60322 <![CDATA[Re: idevaffiliate integration]]> Statistics: Posted by Cristián Lávaque — January 12th, 2012, 4:56 am


]]>
2012-01-07T12:58:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59933#p59933 <![CDATA[Re: idevaffiliate integration]]>
Code:
function checkout_login() {
    if (!is_user_logged_in() && isset($_REQUEST['user_email'])) {        
        
//get the user's email from the checkout page
        $user_email = $_REQUEST['user_email'];
        //automatically log them in, and redirect them
        global $wpdb;
        $get_user_login = $wpdb->get_row('SELECT u.user_login FROM wp_users u WHERE u.user_email = "'.$user_email.'"');        
        $user_login 
= $get_user_login->user_login;
        $user = get_userdatabylogin($user_login);
        $user_id = $user->ID;
        wp_set_auth_cookie($user_id);
        wp_redirect('http://www.example.com/thank-you/');
        exit;
    }
}
add_action('init', 'checkout_login'); 

Statistics: Posted by jevans161 — January 7th, 2012, 12:58 pm


]]>
2012-01-07T04:21:33-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59902#p59902 <![CDATA[Re: idevaffiliate integration]]>
Did you try the version that I posted later in that thread to fix a problem? viewtopic.php?f=4&t=14211&p=29918#p31548

Statistics: Posted by Cristián Lávaque — January 7th, 2012, 4:21 am


]]>
2012-01-05T17:50:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59805#p59805 <![CDATA[Re: idevaffiliate integration]]>
viewtopic.php?f=4&t=14211&p=29918#p29918

Statistics: Posted by jevans161 — January 5th, 2012, 5:50 pm


]]>
2012-01-04T15:25:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59657#p59657 <![CDATA[Re: idevaffiliate integration]]>

What auto-login function was it?

Statistics: Posted by Cristián Lávaque — January 4th, 2012, 3:25 pm


]]>
2012-01-03T20:41:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59607#p59607 <![CDATA[Re: idevaffiliate integration]]>
Thanks,

Jeffry

Statistics: Posted by jevans161 — January 3rd, 2012, 8:41 pm


]]>
2012-01-03T18:03:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59590#p59590 <![CDATA[Re: idevaffiliate integration]]> Statistics: Posted by jevans161 — January 3rd, 2012, 6:03 pm


]]>
2012-01-03T17:54:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59585#p59585 <![CDATA[Re: idevaffiliate integration]]> WP Admin -> s2Member -> PayPal Options -> PayPal Account Details -> PayPal® Pro Forms / Recurring Profile Behavior set to? If it's not set to Real-Time / Direct Pay, then that might explain why the Payment Notification URL wasn't fired when you expected it to be.

Statistics: Posted by Raam Dev — January 3rd, 2012, 5:54 pm


]]>
2012-01-03T13:58:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59544#p59544 <![CDATA[Re: idevaffiliate integration]]> Statistics: Posted by jevans161 — January 3rd, 2012, 1:58 pm


]]>
2012-01-03T13:56:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59543#p59543 <![CDATA[Re: idevaffiliate integration]]> Statistics: Posted by jevans161 — January 3rd, 2012, 1:56 pm


]]>
2012-01-03T13:55:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59541#p59541 <![CDATA[Re: idevaffiliate integration]]>
Very strange, very frustrating. I have been trying to get the affiliate system integrated for weeks now.

Statistics: Posted by jevans161 — January 3rd, 2012, 1:55 pm


]]>
2012-01-03T06:29:04-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59516#p59516 <![CDATA[Re: idevaffiliate integration]]> WP Admin -> s2Member -> API / Notifications -> Payment Notification -> Send An Email

Statistics: Posted by Cristián Lávaque — January 3rd, 2012, 6:29 am


]]>
2012-01-02T12:26:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59429#p59429 <![CDATA[Re: idevaffiliate integration]]>
Please help as soon as possible on this, I really need to get it done, it's for a client.

Thanks,

Jeffry

Statistics: Posted by jevans161 — January 2nd, 2012, 12:26 pm


]]>
2011-12-31T13:16:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59354#p59354 <![CDATA[Re: idevaffiliate integration]]>
Thanks.

Statistics: Posted by jevans161 — December 31st, 2011, 1:16 pm


]]>
2011-12-31T07:24:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59337#p59337 <![CDATA[Re: idevaffiliate integration]]> WP Admin -> s2Member -> PayPal Options -> Account Details -> Enable Logging

Have you watched this video? http://www.s2member.com/idevaffiliate-i ... ion-video/

Thanks!

Statistics: Posted by Cristián Lávaque — December 31st, 2011, 7:24 am


]]>
2011-12-30T22:49:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16625&p=59309#p59309 <![CDATA[idevaffiliate integration]]>
I have idevaffiliate setup on a separate domain from s2member. I am using the instant payment notification method to track affiliate sales.

So under s2Member API / Notifications -> Payment Notification URLs, I have this:

http://www.outrageousmastery.com/affili ... v_saleamt=%%amount%%&idev_ordernum=%%txn_id%%&ip_address=%%cv1%%

and I have my order form short code configured with the custom attribute:

custom="www.yourhomeformastery.com|<?php echo $_SERVER['REMOTE_ADDR']; ?>"

I have php execution installed, and I have verified with previous sales that the ip address is being tracked correctly under %%cv1%%.

However, affiliate sales are not showing up in idevaffiliate. I tested my configuration of idevaffiliate, by taking the appropriate variables from a customer that should have shown up as affiliate sale, and created the following url:

http://www.outrageousmastery.com/affili ... .179.162.4

I copied and pasted this into a browser to test, and the commission showed exactly the way I expected in idevaffiliate. So something must be happened with s2Member not firing the payment notification url.

What do you think it could be?

Statistics: Posted by jevans161 — December 30th, 2011, 10:49 pm


]]>