Hello,
You need edit the file wp-content\themes\idstore\woocommerce\archive-product.php on line 62, you’ll see the code <? if(isset($cat->description) && $cat->description !='' && !is_shop()) {. You need add “php” at the beginning so it will be <?php if(isset($cat->description) && $cat->description !='' && !is_shop()) {
Please try it.
Regards,
Eva Kemp.