Description
What does this plugin do
This plugin adds a basic placeholder payment method to your WooCommerce store. It allows customers to complete the checkout process without making an actual payment.
This is useful for:
* Testing your WooCommerce checkout flow
* Orders that will be paid later (e.g. bank transfer, phone orders)
* Manual or offline payment workflows
Features:
* Adds a “Placeholder Payment” option to the checkout page
* No payment is processed — orders are marked as “Processing” or “On hold”
* Works well for development and staging environments
* Compatible with WooCommerce order management tools
Note: This plugin does not connect to any external payment service. It is intended for offline use, testing, or custom workflows where no immediate transaction is required.
Installation
- Upload the plugin files to the
/wp-content/plugins/placeholder-payment-gateway
directory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to WooCommerce > Settings > Payments and enable “Placeholder Payment”.
- Customize the title and description if needed.
- Save changes.
That’s it — customers will now see “Placeholder Payment” as an option during checkout.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Payment Gateway for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Payment Gateway for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Initial release