Your cart is currently empty!
Referral currency and amount not displayed
—
by
Hi,
I need a support.
I start to use Affiliates Pro after using Affiliates.
And I set in Affiliates>Setting below.
Default referral calculation -> Referral Amount
Default referral calculation value -> 100.0
there is a sentence. it says These settings will be used to calculate amounts,
if no specific settings are given for an affiliate.
But,when I check the referrals in the admin section (Affiliates > Referrals)
Referral currency and amount not displayed.Even if some affiliates have value
(hits32 visits19 referrals2 so on ).
Then I editted one of affiliates. I clicked and opened to Edit Referral page.
And I put 100 into Amount, PHP into Currency ID. And saved.
when I checked again the referrals in the admin section (Affiliates > Referrals),
Some Referral currency and amount displayed. Other Referral currency and amount not displayed.
Some is an affiliate I editted.
So,my question are below.
1)how to apply Default referral calculation -> Referral Amount
Default referral calculation value -> 100.0 to all affiliates
2)how to apply Currency ID to all affiliates at once.
Comments
4 responses to “Referral currency and amount not displayed”
Hi,
I generated referrals below way.
1)I sighed in my site as a member temporary.
2)I copyed&pasted one Affiliate link from Affiliate Area
3)I sighed out my site.
4)I posted a Affiliate link to twitter(also a member temporary).
5)I clicked above Affiliate link. So a page was shown( Affiliate link ).
6)And I signed in from above page. Because referrals are only made after signning in.I am using affiliates-members.php.
7)I signed out above.
8)I sighed in 1).
Hi,
affiliates-member plugin is only an example to generate referrals when new users are registered.
If you want to apply an amount of $100, then you should edit the affiliates-members.php file, and change line 47 to:
affiliates_suggest_referral( get_the_ID(), __( 'New member', 'affiliates-members' ), $data, 100.00, 'USD' );
cheers
Thank you!
Hi,
How do you generate referrals? Contact Form 7? Woocommerce? another shopping cart?
cheers