Categories

Featured templates

Magento. How to remove “Tags” block from a product page

Daniel Morales April 8, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

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Ж

How_to_remove_the_Tags_block_from_a_product_page_1

There are 2 ways of removing the tagging feature from product pages:

  1. Navigate to System -> Configuration -> Advanced tab. Set ‘Mage_Tag’ to ‘Disable’Ж

    How_to_remove_the_Tags_block_from_a_product_page_2

  2. 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:

    <catalog_product_view translate="label">
    	<label>Catalog Product View</label>
    	<!-- Mage_Tag -->
    		<reference name="product.info.additional">
    			<block type="tag/product_list" name="product_tag_list" before="-" template="tag/list.phtml">
    			<block type="page/html_wrapper" name="product.tag.list.list.before" as="list_before" translate="label">
    			<label>Tags List Before</label>
    			<action method="setMayBeInvisible"><value>1</value></action>
    			</block>
    			</block>
    		</reference>
    </catalog_product_view>
    

    Remove the following part of the code:

    <block type="tag/product_list" name="product_tag_list" before="-" template="tag/list.phtml">
    <block type="page/html_wrapper" name="product.tag.list.list.before" as="list_before" translate="label">
    <label>Tags List Before</label>
    <action method="setMayBeInvisible"><value>1</value></action>
    </block>
    </block>

    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:

Magento. How to remove the “Tags” block from a product page

Best Magento Themes
This entry was posted in Magento Tutorials and tagged block, Magento, tags. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket