How to Display Orders Records by Range
When you want an orders record based on the order range, you can use the query and export feature from the admin.
Here are the steps to display it.
Login to admin.
Go to Misc > Query and Export.
For example, if you want to display orderid from 1 - 10, then use the command: select * from orders WHERE orderid BETWEEN 1 and 10
Click "Run Query".
The query will appear and you can edit.
You can also export to CSV by clicking the "Export to Excel" button.
For more information regarding Query and Export, please refer: https://helpnotes.vpcart.com/userguide900/#!Documents/querybuilder.htm
Times Viewed:
483
Added By:
Richard
Date Created:
7/17/2020
Last Updated:
7/17/2020