Categories

Featured templates

Magento. How to disable “New products” block on home page

Eva Fox November 5, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

Magento. How to disable “New products” block on home page

This tutorial will show you on how to disable New products block on home page of your Magento store:

Magento. How to disable New products block on home page_1

  1. The first method is to comment out the New products section.

    1. Log into your Magento admin panel.

    2. Navigate to CMS -> Pages > Home page > Design tab:

      Magento. How to disable New products block on home page_2

    3. Layout Update XML window includes coding for New products section to be displayed.

      	
      	<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" before="cms_page">
      	<action method="setColumnCount"><columns>4</columns></action>
      	<action method="setProductsCount"><count>4</count></action> 
      	<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
      	<action method="unsetData"><key>cache_lifetime</key></action>
      	<action method="unsetData"><key>cache_tags</key></action>
      	</block>
      	
    4. You need to comment it out:

      Magento. How to disable New products block on home page_4

    5. Click the Save page button on top right:

      Magento. How to disable New products block on home page_4

  2. The second method is to remove the New products widget:

    1. Navigate to CMS -> Widgets:

      Magento. How to disable New products block on home page_5

    2. Select New products widget:

      Magento. How to disable New products block on home page_6

    3. Open it and click Delete button on top right:

      Magento. How to disable New products block on home page_7

  3. Clear Magento cache and check home page, to check the changes made:

    Magento. How to disable New products block on home page_8

Feel free to check the detailed video tutorial below:

Magento. How to disable “New products” block on home page

Themes for Magento
This entry was posted in Magento Tutorials and tagged home, Magento, new, page, products. 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