- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Magento. How to remove “Tags” block from a product page
April 8, 2015
Magento. How to remove the “Tags” block from a product page
This tutorial will show you how to remove Tags block from Magento product pageЖ
There are 2 ways of removing the tagging feature from product pages:
-
Navigate to System -> Configuration -> Advanced tab. Set ‘Mage_Tag’ to ‘Disable’Ж
-
Open the tag.xml under app/design/frontend/default/themeXXX/layout/ folder.
Locate this line: ‘catalog_product_view’, you should find it on line 66.
The entire block should look like this:
1 Remove the following part of the code:
1 Save the changes. Do not forget to clear Magento cache.
The tags block is no longer on product pages.
Feel free to check the detailed video tutorial below: