Test Payment Module for Woocommerce
Test Payment Module for Woocommerce
Description
Adds a test payment gateway to WooCommerce. By default it is available only to logged in administrators or when WP_DEBUG is enabled. However, there is a setting which enables the gateway for everyone to use. This is especially useful where you want customers to enter their address info etc but for no money to change hands. Similar to the COD or BACS gateways except this will set their order as paid instead of pending. If you enable this and then look inside your available payment processors for WooCommerce you will see the basic settings for the plugin.
This can be safely used in the live environment for telephone/email orders etc as outside of the settings to enable for certain groups, only an administrator can see the gateway. I’ve been using it for testing conversion code from a variety of different affiliate systems.
Also when WP_DEBUG is set to true in your wp-config.php file this will show for everyone. Very useful when testing the user journey for new builds or in situations where payment is not needed
Installation
- Upload the entire directory to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Activate the payment processor in the WooCommerce settings
Reviews
Perfect and simple to use
By christer_f on September 9, 2019
Great plugin, one thing...
By sammckay1105 on November 1, 2018
$this->supports = array( 'subscriptions', 'products' ); to the plugins _constructor does it, would be nice to see this added permanently?
Still works
By Jules Colle on August 11, 2018
Works on WC3
By zorbixthemes on August 23, 2017
Finally something Simple to Test Payments on a Live site!
By Erik Molenaar (erikmolenaar) on February 8, 2017
Straightforward and Easy to Use
By pinman on September 3, 2016
Straightforward to use and works without any hassle - just what was needed. Nice work Sean!
great
By erez_lieberman on September 3, 2016
great plugin
Simple and Works
By Yudhistira Mauris (maurisrx) on September 3, 2016
The plugin is very easy to install and works as it should. I think this plugin deserves to be committed to the core WooCommerce plugin. I was surprised that there was no test payment on WooCommorce. Thank you for the developer who developed this plugin!
Mauris
Changelog
1.4
- Initial build. Has been used for a few versions but never version controlled
- Updates to follow if requested!
1.5
- Added ‘enable for visitors’ option in the settings
- Added ‘enable for IP’ option in the settings