| 开发者 |
themeux
pxelcode esratpopy |
|---|---|
| 更新时间 | 2026年8月13日 21:39 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
AbstractPaymentGateway) to offer a manual, Bangladesh-focused checkout: bKash, Nagad, Rocket, four major banks with slip upload, and RedotPay.
This is a manual gateway — there is no live API connection to bKash/Nagad/Rocket/the banks/RedotPay. After checkout, the customer is sent to a dedicated on-site payment page (no theme header/footer) where they pick a method, send the money themselves, and submit their Transaction ID. The order stays in its normal pending state until you verify the transaction and mark it paid from FluentCart's own Order Details screen.
Features
manipay-manual-payment-for-fluentcart).manipay-manual-payment-for-fluentcart folder to /wp-content/plugins/, or install via Plugins > Add New > Upload Plugin.No. This is a manual payment gateway. You must verify the Transaction ID or slip yourself and mark the order as paid from FluentCart's Order Details screen.
On the order's Details screen, in the transaction table's "Gateway ID" column.
wp_verify_nonce( sanitize_text_field( wp_unslash( $_POST[...] ) ), ... ) instead of passing $_POST directly.pxelcode_pay) and $methodHandler string are intentionally NOT part of this renaming — those are the keys FluentCart uses to store your settings, and changing them would silently reset your configuration. They aren't global PHP identifiers in the sense the review comment was about.