outlet.ee Posted December 28, 2015 Share Posted December 28, 2015 Right now in PS1.6 the order history is showing the last order history entry on top, for example: 12/18 payment received 12/18 waiting for payment This is confusing for customers, I received several complaints like 'why is it saying waiting for payment, I paid in full??'. How to rearrange the order history entries so the last one will be in bottom? Link to comment Share on other sites More sharing options...
outlet.ee Posted December 29, 2015 Author Share Posted December 29, 2015 (edited) It was in classes/order/order.php, find around line 500 ORDER BY oh.date_add DESC, oh.id_order_history DESC and change it to ORDER BY oh.date_add ASC, oh.id_order_history DESC Edited December 29, 2015 by outlet.ee (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now