I wanted to change the default display of 25 records in "Orders Maintenance" to, say 100. It would also help if my despatch desk could specify how many they want to view depending upon order levels
I have changed admin/admin_orders.php : Line 336 - $records_per_page = 100; with help from Ned.
BUT - with a busy shop my distribution desk needs to be able to work the number orders that suit them - and I may have a different need when sorting accounts.
It is sexy to focus on improving the customer interface but a business must also have an effectively usable admin area. Clearly this would be much improved with a selection box on the Orders Maintenance to allow a user to specify the number of records per page -
Show [xxxx] records per page.
I can't allow my packer to change the php code
Chris