Discussions

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

Posted: May 23, 2012

Comments

titus07 on June 29, 2012

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