Replies: 0
I can’t find the associated template for the my-account > view-order Order Notes Form.
In view-order.php on the last line I see an action:
<?php do_action( ‘woocommerce_view_order’, $order_id ); ?>
It is displaying order notes and the add note form and specific order details.
I have found a way to remove the order notes but not the order form. Thanks