When I log in as a customer and go to my-account/orders and view order orderconvo is sending messages back to the customer as if it was sent by admin. It works properly from my-account/wooconvo-messages/. Is there a way to disable orderconvo from showing on order details?
Not sure why it would function that way. The option to have it in the view orders screen is useless if it’s just going to send messages back to the sender. I know it could be a conflict with a plugin I have installed but I use all of them so for now I’ve removed add_action(“woocommerce_order_details_before_order_table”, [$this, ‘render_wooconvo_frontend’], 10, 1); and now the message field is not rendered in the view orders screen.