Payment Gateway for WooCommerce

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

  1. Upload the plugin files to the /wp-content/plugins/placeholder-payment-gateway directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to WooCommerce > Settings > Payments and enable “Placeholder Payment”.
  4. Customize the title and description if needed.
  5. 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.

Contributors

Changelog

1.0.1

  • Initial release