cancel
Showing results for 
Search instead for 
Did you mean: 

Sort/search orders on payment method, how??

Sort/search orders on payment method, how??

magento 1.9.3.7

 

Client of mine want me to setup sorting og orders based on payment method in admin.

 

Basically he wants a way to search orders based on payment method and if for example it is cash on delivery he take the product to local post office and send it...

 

I mention both sorting and search, either way that solve the problem is fine

 

any ideas how to do it?

1 REPLY 1

Re: Sort/search orders on payment method, how??

Hi @Loginname,

 

Maybe the easiest/fastest way could be checking at the Marketplace?

https://marketplace.magento.com/catalogsearch/result/?q=grids#q=grid&idx=m2_cloud_prod_default_produ...

 

Or you can override class Mage_Adminhtml_Block_Sales_Order_Grid to change the _prepareCollection and _prepareColumns methods to add your new columns.