Forum Replies Created
-
AuthorPosts
-
ladypop2012Member
Thank you all is well and working perfect !!
ladypop2012MemberNo problem I will be keeping an eye on my notifications. Can you post back when its ready , when do you think it will be ready within a few days or weeks? I just like to know so i can check back at that time
ladypop2012MemberHello you ask me a question and i replied that I wanted to display affiliate who has referred the most in revenue sales, but you never told me how to do this ?
ladypop2012MemberThe affiliate who has referred the most in revenue sales,
thank you so much
April 3, 2013 at 4:18 pm in reply to: Hide the Affiliate ID from the URL after the visitor lands on the landing page #24477ladypop2012MemberThank you, yes that is the plugin im currently using to allow the hidden fields, I think ill ask the plugin creator and see what he knows, he may have some guidance
Thank you
April 2, 2013 at 6:57 am in reply to: Hide the Affiliate ID from the URL after the visitor lands on the landing page #24475ladypop2012MemberDo you have any directions or guidance Im using the contact form 7 with hidden fields. I need to pass this wp_affiliate_get_referrer(); into the hidden field. how would I need to set this up to call this function to grab it and place it into the hidden field.
thanks if I can figure this out I will win my WAR I been battling this issue for a week now.
Thanks
March 29, 2013 at 6:11 am in reply to: Hide the Affiliate ID from the URL after the visitor lands on the landing page #24473ladypop2012MemberI am using the hide aff URL setting, however Im using a form that needs to see the url parameter to capture the aff id and pass the referring aff to the form field. im using contact form 7. When I turn OFF hide aff id = it works because the aff id is present in the url upon submitting the form. .When I turn ON hide aff id = it will not pass the aff id. Do you have a solution or idea for me. I know contact form 7 captures the Referring Aff: as seen in the Wp Affiliates > Manage Leads.
What code are you using to pass the referring aff into the contact form 7.
Thanks
ladypop2012MemberWhat happens in this case: WP Affiliate Cookies is set to : 3650
**On Jan 1st. Joe visit the site [www.xyz/?ap_id=Aff123] – And purchases a RECURRING MEMBERSHIP on this site (NOTE: membership plugin is third party membership plugin)
**Aff123 get a credit for the sale on Jan 1st.
** Feb 2nd comes and remember Joe has recurring membership. So the payment gateway STRIPE charged his card Automatically.
QUESTION: Will Aff123 get credit again? or not
WHY? or WHY NOT? is it due to the fact the cookies are set to 3650 or is it due to the fact, my third party membership plugin communicated the recurring payment on FEB 2 from the payment gateway to the WP affiliate plugin –
p.s I have it setup in this fashion:
=========================================
function wpa_pmpro_after_checkout($user_id)
{
$morder = new MemberOrder();
$morder->getLastMemberOrder($user_id);
if(!empty($morder->total))
{
$sale_amt = $morder->total; //TODO – The commission will be calculated based on this amount
$unique_transaction_id = $morder->code; //TODO – The unique transaction ID for reference
$email = $morder->Email; //TODO – Customer email for record
$referrer = $_COOKIE;
do_action(‘wp_affiliate_process_cart_commission’, array(“referrer” => $referrer, “sale_amt” =>$sale_amt, “txn_id”=>$unique_transaction_id, “buyer_email”=>$email));
}
}
add_action(“pmpro_after_checkout”, “wpa_pmpro_after_checkout”);
ladypop2012MemberYou need to make sure under your wp affiliate settings you have this checked : Enable Contact Form 7 Lead Capture: you have to use Contact Form 7 if you want to see the leads in the referring affiliates account.
March 4, 2013 at 11:35 pm in reply to: Contact Form 7 and awarding commisison Clarification please #54191ladypop2012Memberlol thank you so much …its clear now I see, yes i have a standard setup. But I can see the use of this I can also make this contact 7 form an exclusive optin landing page that offers a highend product so that why I can call these leads and sell them …I get it . thanks so much
-
AuthorPosts