Title: maxiwp's Replies | WordPress.org

---

# maxiwp

  [  ](https://wordpress.org/support/users/maxiwp/)

 *   [Profile](https://wordpress.org/support/users/maxiwp/)
 *   [Topics Started](https://wordpress.org/support/users/maxiwp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maxiwp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maxiwp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maxiwp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maxiwp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maxiwp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Available Payment gateway not showing](https://wordpress.org/support/topic/available-payment-gateway-not-showing/)
 *  Thread Starter [maxiwp](https://wordpress.org/support/users/maxiwp/)
 * (@maxiwp)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/available-payment-gateway-not-showing/#post-17950277)
 * Hello [@serafinnyc](https://wordpress.org/support/users/serafinnyc/) , yes this
   was a custom issue. i manage to make it work by using the.
 *     ```wp-block-code
       add_filter('woocommerce_available_payment_gateways', [$this, 'register_custom_payment_gateways']);
       ```
   
 * in **register_custom_payment_gateways** i just added the payemnt options i needed
   and this worked! now, I can enable disable the different payments again from 
   the settings page.
 * again thx for reaching out!!, i been stuck with this for hours.

Viewing 1 replies (of 1 total)