I want to display the brand description on the brand taxonomy page.
I notice the theme’s taxonomy-brand.php just calls to archive-product.php .
I copied the contents of archive-product.php into a child theme file taxonomy-brand.php so I could change the brand page only without interfering with regular product archives.
I tried these 2 calls, but could not get the Brand description to display. Can you help?
do_action( ‘woocommerce_taxonomy_archive_description’ );
do_action( ‘woocommerce_archive_description’ );