Disable All Payment Gateways in WooCommerce

<?php

/* Disable all payment gateways on the checkout page and replace the "Pay" button by  "Place order" */
add_filter( 'woocommerce_cart_needs_payment', '__return_false' );

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s