Title: Gateway Code
Last modified: May 26, 2020

---

# Gateway Code

 *  Resolved [mechita](https://wordpress.org/support/users/mechita/)
 * (@mechita)
 * [6 years ago](https://wordpress.org/support/topic/gateway-code/)
 * Hi there,
    Please, I need some help with this…I´m trying to disable payment gateway
   for a specific shipping method, in this case I have disable PayPal and I need
   to do so for Paycomet.. but I cannot find the GatewayCode payment for Paycomet,
   I need to use here:
 * add_filter( ‘woocommerce_available_payment_gateways’, ‘x34fg_gateway_disable_shipping’);
 * function x34fg_gateway_disable_shipping( $available_gateways ) {
 *  global $woocommerce;
 *  if ( !is_admin() ) {
 *  $chosen_methods = WC()->session->get( ‘chosen_shipping_methods’ );
 *  $chosen_shipping = $chosen_methods[0];
 *  if ( isset( $available_gateways[‘cod’] ) && 0 === strpos( $chosen_shipping, ‘
   local_pickup’ ) ) {
    unset( $available_gateways[‘cod’] ); }
 *  }
 * return $available_gateways;
 * }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgateway-code%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [PAYCOMET](https://wordpress.org/support/users/paytpv/)
 * (@paytpv)
 * [6 years ago](https://wordpress.org/support/topic/gateway-code/#post-12920757)
 * Hi,
 * Paycomet gatewaycode is ‘paytpv’.
 * Regards,
 *  Thread Starter [mechita](https://wordpress.org/support/users/mechita/)
 * (@mechita)
 * [6 years ago](https://wordpress.org/support/topic/gateway-code/#post-12920871)
 * Thank you.. It took me a while, but I found it already. 🙂

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

The topic ‘Gateway Code’ is closed to new replies.

 * ![](https://ps.w.org/paytpv-for-woocommerce/assets/icon-256x256.png?rev=2145624)
 * [PAYCOMET for WooCommerce](https://wordpress.org/plugins/paytpv-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/paytpv-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/paytpv-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paytpv-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paytpv-for-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mechita](https://wordpress.org/support/users/mechita/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/gateway-code/#post-12920871)
 * Status: resolved