How to display order_number instead of order_id in order view
Hi all,
this view http://mysite/?q=user/xx/orders/y show the order content for the user xx
How can i change the view to display the order_bumber instead of the order_id at the top of the order, just upper the lines ?
Thanks for your help
Comments
no answer ?
no answer ?
my order_number and order_id are naturally different !
It's ok now
It's ok now
i was affecting the order_number directly in database (never do that :-((( ) instead of using $order->order_number.
I don't know why i didn't do that since beginning !
Subject closed