It's been a mighty long time since I have had to post a question, but a PHP coder I am definitely not so here we go...

I have a portion of text (sizing information) on a site which I have "coded" into the tpl_product_info_display.php which is working perfect because we want this info to show on all products... until now.

Now we have added a new category of product which doesn't need that extra text and I would like to hide it on that specific category only.

I know this can be achieved with an "if" statement, my problem is that I am apparently not writing the "if" statement correctly. Can someone please tell me the correct way to write the code.

Thanks!