Forum Replies Created
-
AuthorPosts
-
thomasMember
My solustion is running, except the “debug-thing”!
What I did:
<br />
// Start - Award Jrox Affiliate for Manual Checkout<br />
$sale_amt = $_SESSION['eStore_cart_sub_total'];<br />
$trans_id = "Bank-Manuell";<br />
$jrox_cookie = urlencode($_COOKIE['jrox']);<br />
$payer_email = $_POST['customer_email'];<br />
$JAMIntegrate = file_get_contents("http://www.mydomain.com/affiliates/sale.php?amount=".$sale_amt."&trans_id=".$trans_id."&custom_mid=".$jrox_cookie."&jrox_svalue_1=".$payer_email);<br />
//$this->debug_log('Awarding JROX affiliate commission.',true);<br />
// End - Award Jrox Affiliate for Manual Checkout<br />First, I needed to “urlencode” the cookie, to get the cookie-information into Jrox-JAM. (before I got only the affiliate-ID but not the rest (adtracker-info, referrer-website)
Second, I avtivated the custom_variable in JAM (system integration) for the “customer_email_address”.
Third, I added the code-elements for the $payer_email
Now I need to change that in paypal.php for paypal-payment as well. But that should be no problem anymore.
Greetings,
Thomas
PS: Be careful with custom-values where the content can include “space” (eg. name). You need to trim that. Otherwise you get an ERROR.
thomasMemberThank’s amin!
It’s working, but:
1.Error:
$this->debug_log(‘Awarding JROX affiliate commission.’,true);
The “eStore_payment_submission.php” file dosen’t know the debug_log and I think, the “$this” is not allowed at that code-position.
Please Help!
2.Send custum variables to Jrox:
Jrox-Jam has up to 5 custom variables like “$jrox_svalue_1”
I need to submit the “customer_email” to JAM.
That’s the only way to identify the affiliate, when a customer doesn’t transfer the money.
Please help me with that !
Thank’s Thomas
thomasMemberJAM integration! Is there a way to award the affiliates via manual chechout as well?
Can you post that code and where to place it?
Thanks a lot!
thomasMemberThanks amin007
thomasMemberI know, to do something manually in online sales is not the “goal”.
But some of my prospects are scared about online-payment.
Anyway, your registration folw makes a lot of sense and I’ll use it.
Thanks for reply!!
thomasMemberHi Ivy!
Thanks for the update. Everything is running correct now!
thomasMemberAffiliate gets counted when Buyer completes order (after filling in his/her contact information).
What happens when the buyer never transfers the money. I cant’t find a way to change the commission for the affiliate!
thomasMemberWhere can I change the Link for above problem?
I need to change redirect after logout from “home” to “home/blog/”
This should work within the page an within the sidebar-widget
Thanks,
Thomas
thomasMemberHi amin007,
How can I fix this redirecting after Logout?
My blog: [www.tweetbuch.com/blog/]
plugins: emember estore affiliate
WP is installed on the main domain.
On the main domain is a salespage with different style.
For the “blog-home-links” on the blog, I changed the “home-option” within the theme (added /blog/)
Maybe that could cause this “logout-problem”
I set up Fee Membership for you!
Thanks,
Thomas
thomasMemberfound the mistake!!
The “&” should be an “?” like on your Demo-Site
But where can I change that?
-
AuthorPosts