View Single Post
  #2  
Old 09-09-2015, 08:52 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: Add columns to order list

getColumns() method comes from the \XLite\View\ItemsList\Model\Table class through inheritance (check what classes "extend" to understand methods they inherit).

You should look into the defineColumns() method as this is the method that... err... defines columns

You can override this method from your module and change what columns the page displays.
__________________
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