php [索取报价]其他联系表格7

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [索取报价]其他联系表格7相关的知识,希望对你有一定的参考价值。

<?php

if ( class_exists( 'YITH_YWRAQ_Order_Request' ) ) {
 add_action( 'ywraq_add_order_meta', 'ywraq_add_order_meta', 10, 2 );

 function ywraq_add_order_meta( $order_id, $raq ) {
 if ( ! isset( $raq['other_email_fields'] ) ) {
 return;
      }

 $other_fields = $raq['other_email_fields'];  //here you can find the custom field that you have set on CF7
 
 //your-billing_phone is the name of your custom input field
 if ( isset( $other_fields['your-billing_phone']) ) {
 update_post_meta( $order_id, '_billing_phone', $other_fields['your-billing_phone'] );
      }
 
 if ( isset( $raq['your-billing_address_1'] ) ) {
 update_post_meta( $order_id, '_billing_address_1', $other_fields['your-billing_address_1'] );
      }
 
 if ( isset( $raq['your-billing_address_2'] ) ) {
 update_post_meta( $order_id, '_billing_address_2', $other_fields['your-billing_address_2'] );
      }

   }

}

以上是关于php [索取报价]其他联系表格7的主要内容,如果未能解决你的问题,请参考以下文章

php [索取报价]在接受报价后删除检查添加到购物车

php [索取报价]含税清单

php 选择索取报价表

联系表格 7 和 PayPal IPN 集成

php Wordpress:联系表格7,添加表格标签(短代码)当前网址示例

php 联系表格7的电子邮件确认