At the admin panel on Customers>Customers section i want my users list to be shown as firstname lastname, not lastname firstname, and the Orders>View Orders part also.
Any suggestions?
At the admin panel on Customers>Customers section i want my users list to be shown as firstname lastname, not lastname firstname, and the Orders>View Orders part also.
Any suggestions?
You can change the order in the following files
design/backend/templates/views/profiles/manage.tpl
design/backend/templates/views/orders/manage.tpl
Well, this works on Orders>View Orders and Customers>Customers, but on the dashboard "recent orders" stays as lastname firstname.
Well, this works on Orders>View Orders and Customers>Customers, but on the dashboard "recent orders" stays as lastname firstname.
In this case you can change the following template
design/backend/templates/views/index/index.tpl
Now it's ok!
Thank you
You are welcome!