11. Magento. How to disable “Specials” block on home page
1 min readUsually “Specials” block is displayed using a widget. In order to disable it, you need to perform the following steps:
- Log into your Magento admin panel and navigate to CMS -> Widgets.
- Locate the Specials (Sale) widget and click on it:
- There are two basic ways of how to disable it:
- Scroll down and locate the Layout Updates section. It specifies the page and area on it where the widget will be displayed.
- In order to disable the widget, click on the Remove Layout Update button.
- Press the Save button to save your changes:
- Refresh your website to check the changes. The Specials block has been disabled.
Also, in older templates “Specials” block can be set in the code under CMS -> Pages -> Home page -> Design tab -> Layout Update XML field.
In this case you can disable it likewise the New products block described in the following tutorial: Magento. How to disable “New products” block on home page.
Now you know how to disable “Specials” block on home page in Magento.