Add tracking support for marketplace and multichannel marketing options. (#37017)
This commit is contained in:
commit
a74f80d19d
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: add
|
||||||
|
|
||||||
|
Add marketplace suggestions and multichannel marketing information to WC Tracker.
|
|
@ -695,6 +695,8 @@ class WC_Tracker {
|
||||||
'hpos_cot_authoritative' => get_option( 'woocommerce_custom_orders_table_enabled' ),
|
'hpos_cot_authoritative' => get_option( 'woocommerce_custom_orders_table_enabled' ),
|
||||||
'hpos_transactions_enabled' => get_option( 'woocommerce_use_db_transactions_for_custom_orders_table_data_sync' ),
|
'hpos_transactions_enabled' => get_option( 'woocommerce_use_db_transactions_for_custom_orders_table_data_sync' ),
|
||||||
'hpos_transactions_level' => get_option( 'woocommerce_db_transactions_isolation_level_for_custom_orders_table_data_sync' ),
|
'hpos_transactions_level' => get_option( 'woocommerce_db_transactions_isolation_level_for_custom_orders_table_data_sync' ),
|
||||||
|
'show_marketplace_suggestions' => get_option( 'woocommerce_show_marketplace_suggestions' ),
|
||||||
|
'multichannel_marketing_enabled' => get_option( 'woocommerce_multichannel_marketing_enabled' ),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue