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
Try creating a archive-product.php file within the theme templates.
archive-product.php
I usually copy the one that is in the woocommerce folder and add a span with "test" text to the one I create so I can see it's working.
woocommerce
you should use
is_product_category()
instead of
is_category()