• Resolved 2TheMoon

    (@ruskiller777)


    add_filter('woocommerce_email_order_items_args','remove_order_note',12);
    function remove_order_note($args){
    	$args['show_purchase_note']= false;
    	return $args;
    }

    but how only for completed orders?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    Admittedly I don’t fully understand the use-case here, would you mind sharing a bit more on how things should work exactly?

    Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    I hope you found the previous reply helpful. We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Purchase notes only in complete orders’ is closed to new replies.