GateFlow Payment Logic

설명

GateFlow Payment Logic lets you allow or deny specific WooCommerce payment gateways based on what is in the customer’s cart. Define rules using a familiar WooCommerce-style settings tab.

For instance, you can limit payment options like Cash on Delivery, PayPal, Stripe, or other popular methods depending on specific conditions.

Features

  • Allow-only or deny mode per rule
  • Conditions: products, categories, tags, product type, cart total
  • AND logic across conditions within a rule
  • Intersection of allowed gateways across matched rules
  • Custom customer-facing message per rule
  • HPOS compatible
  • Compatible with classic Checkout and Cart/Checkout Blocks
  • Translation ready
  • Lightweight: single option storage, transient caching, lazy loading
  • Extensible: register custom conditions via gateflow_payment_logic_register_conditions

스크린샷

설치

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate via Plugins menu.
  3. Go to WooCommerce > Settings > GateFlow Payment Logic to add rules.

FAQ

How are multiple matched rules combined?

The plugin computes the intersection of allowed gateways across all matched rules, so the customer only sees gateways permitted by every applicable rule.

Does this plugin support all payment gateways?

It works seamlessly with several widely used payment gateways, including WooCommerce Stripe, WooCommerce PayPal Checkout, WooCommerce PayFast Gateway, Braintree for WooCommerce Payment Gateway, and others.

Can I add custom conditions?

Yes. Implement FlexiPay\Conditions\Condition_Interface and register your class via the gateflow_payment_logic_register_conditions filter.

후기

2026년 6월 18일
I manage a few busy e-commerce sites, and I was constantly writing custom PHP snippets every time a client wanted to restrict a payment gateway for specific products. It was getting incredibly tedious to maintain. I installed Gateflow to see if it could handle our weird edge cases, and it completely streamlined the process. It’s exactly what an admin needs—zero bloat, does one job perfectly, and saved me hours of messing around with checkout hooks. If you manage WooCommerce stores, this is an absolute lifesaver to have in your stack.
2026년 6월 18일
A very lightweight plugin and easy to use. I had a few items that needed to be paid for at my door, and the online payment gateways wasn’t active for them. I did it very easily and for free with this plugin.
2026년 6월 18일
Simple, lightweight, and works exactly as described. It makes managing payment gateways based on cart contents very easy. Highly recommended!
2026년 6월 18일
Hi,it’s great and solve my problem easily. Thanks
모든 4 평가 읽기

기여자 & 개발자

“GateFlow Payment Logic”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“GateFlow Payment Logic”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “GateFlow Payment Logic”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.