How to check if I am displaying categories on a Woocommerce page? [closed]

I think the conditional you’re looking for is:

is_product_category()
Returns true when viewing a product category archive.

You can see the docs at Conditional Tags

A bit of Google searching seems to indicate that this isn’t always reliable, depending upon your scenario. See here on WordPress codex.