Woocommerce
It happens that you need to place a description of the product category, and there is no such feature in the template. This can be done with the help of this code:
<?php do_action( 'woocommerce_archive_description' ); ?>
The code can be put both in header.php, and in archive-product.php
