View Single Post
  #2  
Old 11-20-2016, 09:47 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Remove 'X-Cart News' section from vendor admin pages

There are two widget classes that render the block:
- XLite\View\RSS\RSSLazyLoad
- XLite\View\RSS\RSS

I would try to customize (via a custom module) the isVisible() method for the first one so that it checks if the signed-in user is a vendor and returns "false" in this case.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote