Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author weDevs

    (@wedevs)

    Please open wp-content/wp-user-frontend-pro/class/payment.php file. In this file you will get this function- function get_payment_gateways(). Add your payment gateway option here.

    In settings-options.php file you will get this filter- wpuf_options_payment , you have to also work with it. You will get this file in Wp user frontend pro/lib/gateway/paypal.php file.

    Now create a file for your gateway yourgateway.php file then work there and use this action- add_action( 'wpuf_options_payment', array($this, 'payment_options') );

    Thank you

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Please open wp-content/wp-user-frontend-pro/

    @wedevs For pro or commercial product support please direct your users to your site for support.

    https://wedevs.com/account/tickets/

    As you are aware, commercial products are not supported in these forums. I am sure they will have no problem supporting your customers on yiur site.

    In settings-options.php file you will get this filter- wpuf_options_payment , you have to also work with it. You will get this file in Wp user frontend pro/lib/gateway/paypal.php file.

    I am not able to understand this step. please anyone can explain by easier way?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add payment getway’ is closed to new replies.