I\'m trying to use is_category in woocommerce.php which is not working. I want to print the title according the page.
woocommerce.php
IF a page is category page then w
you should use
is_product_category()
instead of
is_category()