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.

See more details on Extended Order Grid page

User Guide

How can we help you?

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

© 2009-2024 Amasty. All Rights Reserved.