Advertisement
verygoodplugins

Untitled

Oct 27th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. function wpf_send_upsell_details( $order, $event, $result ) {
  2.  
  3.     $order_id = $order->get_id();
  4.  
  5.     wp_fusion()->integrations->woocommerce->woocommerce_apply_tags_checkout( $order_id, true, true );
  6.  
  7. }
  8.  
  9. add_action( 'wc_1cu_combined_order_payment_processed', 'wpf_send_upsell_details', 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement