Quote:
Originally Posted by minfinger
I'm still seeing the "New Arrivals" and "Coming Soon" products in their own sections on the Front Page and in every Category.
|
Would you like to get rid of them completely?
The settings which Tony mentioned determine whether the blocks are shown in the sidebar, or in the center column. To remove the blocks from the page you should do the following from a custom module:
1.
Decorate \XLite\Module\CDev\ProductAdvisor\View\NewArrivals and \XLite\Module\CDev\ProductAdvisor\View\ComingSoon classes
2. Override the isVisible() method and make it always return false.
Does this help?