php 销售触发器:向Sales Count或Sales Snippet触发数据提取添加更多WC状态。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 销售触发器:向Sales Count或Sales Snippet触发数据提取添加更多WC状态。相关的知识,希望对你有一定的参考价值。

<?php

/**
 * Add your custom order statuses to sales snippet or count triggers
 */
if ( ! function_exists( 'theme_modify_wcst_custom_wc_order_states' ) ) {
	add_filter( 'wcst_modify_wc_order_states', 'theme_modify_wcst_custom_wc_order_states', 90 );

	/**
	 * Hooked into `wcst_modify_wc_order_states`
	 *
	 * @param $states Existing WC Order States
	 *
	 * @return mixed
	 */
	function theme_modify_wcst_custom_wc_order_states( $states ) {
		/** Already included order states: "wc-processing", "wc-on-hold" & "wc-completed" */

		/** If you want to include 'pending' order state */
		array_push( $states, 'wc-pending' );

		/** add array_push multiple times if you want to include multiple order status */
		return $states;
	}
}

以上是关于php 销售触发器:向Sales Count或Sales Snippet触发数据提取添加更多WC状态。的主要内容,如果未能解决你的问题,请参考以下文章

为什么S/4HANA的销售订单创建会触发生产订单的创建

使用触发器更新表时遇到问题

链接到事实表的销售人员(区域经理、区域经理、国家负责人)

具有百万条记录的表中的Count即使有parallel提示也很慢

IT类职位常用缩写 SA SD RD PG PM DBA MIS QA Sales

Sales Pipeline 啥是销售漏斗? 详细�0�3