Customer names reversed in Admin Orders area

Since I upgraded to 2.1.1 I noticed in the Admin Orders area the customer names are now Last First instead of First Last… It would make more sense if there was a comma to separate them but there isn’t… is there a way to change it back to First Last?

Edit this line in this file:



Look in /skins/basic/admin/views/orders/components/manage.tpl (about line 67):



{if $o.user_id}{/if}{$o.lastname} {$o.firstname}{if $o.user_id}{/if}




Rearrange the {$o.lastname} and {$o.firstname}

[quote name=‘gginorio’]Edit this line in this file:



Look in /skins/basic/admin/views/orders/components/manage.tpl (about line 67):



{if $o.user_id}{/if}{$o.lastname} {$o.firstname}{if $o.user_id}{/if}




Rearrange the {$o.lastname} and {$o.firstname}[/QUOTE]



Worked perfect… thank you

But when sorting the name column, it still does it with the last name??

It will still sort with last name first … but that can also be changed in the template if need be.

Could you share how it’s done? I’ve tried and can’t seem to come up with anything! Cheers!

Why not add a comma?

To what?!

[quote name=‘lixam’]To what?![/QUOTE]



Sorting by Last name, First Name



is standard business practice why would you want to sort by first name or without a comma after the last name?

In case anyone is looking to display their customers in the Customers list in V3 as 'first name last name', then change the order as above in:

/skins/basic/admin/views/profiles/manage.tpl

Note this path was as previously posted in v2.2.5.