How to find column ID for Extended Order Grid column sorting?

To find column ID you can use ‘inspect element’ browser tool on column name:

Magento Extended Order Grid extension by Amasty

 

You will see something like this:

<a href="#" name="I_am_order_id" title="asc" class="not-sort"><span class="sort-title">Order #</span></a>

Text in quotes after ‘name=’ will be the column ID.

Loading

Didn’t you find the answer to your question? We are always happy to help you out.

Loading
Loading