- This topic has 24 replies, 4 voices, and was last updated 13 years, 7 months ago by .
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Using affiliate & estore plugin with Aweber for squeeze page
Open the “ajax_process_download.php” file and search for the following line:
if (eStore_send_free_download1($name, $email, $download))
Once you find the line you can comment it out like the following –
//if (eStore_send_free_download1($name, $email, $download))
Hi there
I have another question related to this – is there any way of adding an extra field to the ajax form? So as well as name and email address, I’d also like to ask “What’s your biggest question about this subject” and have a multiline text box to cover this. Is that possible? If so, how do I go about doing it?
Many thanks
Grace
Nope, eStore won’t be able to do that.
Does this work based on browser session or cookies? Or does the affiliate credit sync based on a sale from the opt-in email address?
What do you mean by “this”? The lead capture process or the awarding a commission for making a sale to the previously captured lead?
Sorry!
Yes, the awarding a commission for making a sale to the previously captured lead…?
Basically I want to know if I send a lead to the site and the user opts in using an Aweber opt-in form and then comes back a month later on a different browser and buys a product….is there any way for WP eStore affiliate system to know this and award a commission?
Any thoughts on this?? We are already using WP eStore and love it…just need to know this bit of detail before starting up the affiliate module.
The answer is yes but it is dependent on the following two factors:
1) In the settings menu of the affiliate plugin if you have specified it to give commission after months then the answer is yes. Look in the “Cookie Life (Days)” field
2) The affiliate plugin tracks the referral using a cookie. If the user reinstalls the browser or reinstalls windows or clears all cookie etc then the plugin won’t be able to recognize the referrer.
OK, that was clear. Thank you!