Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Affiliate Addon
Tagged: Question about WCFM affiliate
- This topic has 3 replies, 3 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- October 21, 2019 at 3:36 am #87851id.manageParticipant
Hi Guys,
Please can we set different commission for different product and differenct affiliate account. May I ask you to add this feature? It will be very useful in general.
Many thanks!
- October 23, 2019 at 10:52 am #88401WCFM ForumMember
Hi,
Well, it’s already possible to different affiliate commission for individual affiliate users.
You may also set different affiliate commission for different membership plans. https://docs.wclovers.com/wcfm-affiliate/
Product wise commission not possible right now, but we have this in plan. Will add very soon.
Thank You
- October 26, 2019 at 6:16 am #89097mrwanghp668Participant
1. Can I change the title of the affiliate to sales? How?
2. I see the affiliate can generate URL for any link, like Amazon, Ebay, what will happen if someone place order with these link? The affiliate will get a commission from my web?And I send some massages by https://wclovers.com/priority-support/ couple days ago, can you please reply me?
- November 5, 2019 at 8:17 pm #90879WCFM ForumMember
Hi,
1. Can I change the title of the affiliate to sales? How?
– Add this code to your site –
function wcfm_custom_0511_translate_text( $translated ) { $translated = str_ireplace( 'affiliate', 'sales', $translated ); return $translated; } add_filter('gettext', 'wcfm_custom_0511_translate_text'); add_filter('ngettext', 'wcfm_custom_0511_translate_text');
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
2. I see the affiliate can generate URL for any link, like Amazon, Ebay, what will happen if someone place order with these link? The affiliate will get a commission from my web?– Nothing will happen as user will redirect to some other site by following those affiliate urls.
Thank You
- AuthorPosts
- The topic ‘Affiliate Addon’ is closed to new replies.