• Is it possible to use a fixed commission amount?
    For example: every time someone completes a purchase, does the affiliate receive $ 10, not 10%?

    Another question is whether as soon as someone uses the affiliate link they will automatically receive a 10% discount on the purchase.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    hope you are doing well! ??

    You can enable fixed amount commissions using the following workaround.
    Add the following snippet of code at the end of functions.php file of your theme or child
    add_filter( 'yith_wcaf_use_percentage_rates', '__return_false' );

    Note that everything will still report “Percentage” rates on your admin screen, but actually, the plugin will work using fixed amounts for your commissions.

    Let us know.

    Have a great day!

    Hi @yithemes ,

    Is it still not showing the commission type (% or €)? If no change what happen/is shown in the affiliate dashboard?
    Can we choose the currency?

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fixed value instead of percentage’ is closed to new replies.