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:
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
How can we help you?
Login and Registration Form