-
- davidmanne

-
Total Posts: 5
Joined: 2012-02-03
Frankfurt am Main, Germany
|
Hi,
If you want to remove just the tag information from the product view page then the following layout xml will do this for you.
<catalog_product_view> <remove name="product_tag_list" /> </catalog_product_view>
But if you do not want to use the tags in your system at all then you could disable the Mage_Tag module either through the admin section or via the Mage_All.xml file.
Hope this helps.
|