Affiliate Addon

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #87851
      id.manage
      Participant

      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!

    • #88401
      WCFM Forum
      Keymaster

      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

    • #89097
      mrwanghp668
      Participant

      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?

    • #90879
      WCFM Forum
      Keymaster

      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

Viewing 3 reply threads
  • The topic ‘Affiliate Addon’ is closed to new replies.