php WooCommerce:在结帐页面禁用付款

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WooCommerce:在结帐页面禁用付款相关的知识,希望对你有一定的参考价值。

<?php // Do not include this if already open! Code goes in theme functions.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' );

以上是关于php WooCommerce:在结帐页面禁用付款的主要内容,如果未能解决你的问题,请参考以下文章

根据 Woocommerce 订单状态禁用特定付款方式

结帐页面中的 Woocommerce 付款方式检测

如何防止 Woocommerce 在结帐页面上选择默认付款方式?

php 在WooCommerce结帐付款之前添加自定义通知

自定义 Wordpress WooCommerce 结帐页面和付款处理方式

在 WooCommerce 结帐的付款部分之前移动优惠券表格