• We’ve started our affiliate program with the free version of this plugin, hoping to be able to upgrade to the paid one later this year.

    We don’t plan to use paypal for making payments, however in the settings of the affiliate dashboard there is a mention of paypal payments (they have to leave their emailadress for paypal payments). Is there a way to remove this so we don’t confuse people?

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,
    thanks for contacting us!

    To achieve what you need, please add the following code in the functions.php file of your active theme:

    add_filter( 'yith_wcaf_payment_email_required', '__return_false' );

    Check it out and tell us if it works well for you, please.

    Best regards.

    Thread Starter bieke81

    (@bieke81)

    Hi and thank you for your response. Sadly that did not seem to work.

    Hi there,

    Please try with this new code:

    add_filter( 'yith_wcaf_payment_email_required', '__return_false', 999 );

    Could you check it, please?

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove paypal mention’ is closed to new replies.