View Single Post
  #4  
Old 09-23-2015, 03:31 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: override order list defineColumns method in my module

Do you want create a new class, or modify the existing one?

If these changes are for the existing class, you should add the "implements" part to the class declaration:
PHP Code:
...
class 
Search extends \XLite\View\ItemsList\Model\Order\Admin\Search implements \XLite\Base\IDecorator
... 
__________________
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