I have tried to remove the featured products section from all pages except the home page. I tried removing it from all pages as well, with no luck.
Here is what i have in my custom module Main.php:
PHP Code:
// Remove this weeks big secrets from category pages
\XLite\Core\Layout::getInstance()->removeTemplateFromList('default/en/common/dialog.tpl', 'center.bottom');
Not sure where I am going wrong. Any help would be greatly appreciated.
Thanks!