php 在WooCommerce结帐付款之前添加自定义通知
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在WooCommerce结帐付款之前添加自定义通知相关的知识,希望对你有一定的参考价值。
<?php
/**
* Add add a notice before the payment form
* Source : https://github.com/woothemes/woocommerce/blob/master/templates/checkout/review-order.php
*/
add_action( 'woocommerce_review_order_before_payment', 'arscons_before_paying_notice' );
function arscons_before_paying_notice() {
wc_print_notice( __( 'some custom message', 'woocommerce' ), 'notice' );
}
以上是关于php 在WooCommerce结帐付款之前添加自定义通知的主要内容,如果未能解决你的问题,请参考以下文章
在 WooCommerce 中结帐时的付款选项之前从订单审核表中移动运输选项
php WooCommerce:在结帐页面禁用付款
在 WooCommerce 结帐的付款部分之前移动优惠券表格
从结帐页面 woocommerce 更新购物车中的产品
自定义 Wordpress WooCommerce 结帐页面和付款处理方式
结帐页面中的 Woocommerce 付款方式检测