I'm trying to remove the tagging feature from product pages in my Magento install.
Here are the steps I followed to try to do that:
- Disabled caching in the Magento admin pages
- Cleared my browser cache
- Disabled Tags in the admin pages both for default config and individual stores (Dashboard > System > Config > Advanced > Mage_Tag > Disable > Save was the method I used)
- Commented out everything in tags.xml
That didn't work the way I expected it to, though. It appears that the tagging functionality no longer works, but the "Tags" tab and the form for adding tags are still displayed on product pages.
How can I remove the tagging feature entirely, including the displayed tags and the add-a-tag form?