php [订阅]与巴西WooCommerce额外结帐字段的兼容性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [订阅]与巴西WooCommerce额外结帐字段的兼容性相关的知识,希望对你有一定的参考价值。

<?php 

if ( function_exists( 'ywsbs_get_subscription' ) ) {
	add_action( 'ywsbs_renew_subscription', 'ywsbs_renew_subscription_additional_fields', 10, 2 );
	function ywsbs_renew_subscription_additional_fields( $renew_order_id, $subscription_id ) {
		$subscription = ywsbs_get_subscription( $subscription_id );
		$order_id     = $subscription->order_id;
		$billing_persontype   = get_post_meta( $order_id, '_billing_persontype', true );
		$billing_cpf   = get_post_meta( $order_id, '_billing_cpf', true );

		update_post_meta( $renew_order_id, '_billing_persontype', $billing_persontype );
		update_post_meta( $renew_order_id, '_billing_cpf', $billing_cpf );
	}
}

以上是关于php [订阅]与巴西WooCommerce额外结帐字段的兼容性的主要内容,如果未能解决你的问题,请参考以下文章

php [请求报价] YITH WooCommerce请求报价和WooCommerce订阅

css WooCommerce Wirecard巴西官方

css WooCommerce Wirecard巴西官方

php 更改WooCommerce订阅“更改付款方式”文本

php 检查产品是否是订阅(WooCommerce)

php WooCommerce |声明主题支持并包含额外内容