Show div if Magento product is in certain category
I'm trying to achieve the following in Magento (1.9.2) in a phtml file: I would like to display certain html on the product page only if the product is (also) in category id 350. The product is in many categories.…