I want to display specific HTML blocks on all product pages of a specific category in Magento.
For example:
Categories - dress, phone, gps HTML blocks for these categories: dress.phtml, phone.phtml, gps.phtml
On all the pages of products in dress, dress.phtml is displayed - dress size charts, color charts, how to wash, etc.
On all the pages of products in phone, phone.phtml is displayed - battery care, how we package the phones, etc.
On all the pages of products in gps, gps.phtml is displayed - GPS usage, installation, etc.
You get the idea. How can I do this in Magento? How can I call different PHTML files (dress.phtml, phone.phtml or gps.phtml) in catalog/product/view.phtml by product category?
Thanks!