Page 1 of 1

Admin Shows 2 different order numbers for same order

Posted: Wed Oct 21, 2009 2:24 pm
by Tomgard
When shippping an order I see two different order numbers. The one in the breadcrumb trail is correct and the other order number is nothing. I dont print any packing slips, only invoices so I am not sure if this also carries over to the pick or pack forms.

Re: Admin Shows 2 different order numbers for same order

Posted: Wed Oct 21, 2009 4:46 pm
by igavemybest
Yeah, this drove me nuts too. One is using $order.OrderId, one is using $order.OrderNumber. Check your email templates, they are probably being sent out incorrectly also. $order.OrderNumber is what you want and have control over in the admin, $order.OrderId is the key the database assigns that line record.

Re: Admin Shows 2 different order numbers for same order

Posted: Thu Oct 22, 2009 2:43 am
by mazhar
What is your application version. It seems that there are still some places that needs to be adjusted to make use of order number instead of order id. In our future release we will try to clean all these places where order id is used instead of order number.

Re: Admin Shows 2 different order numbers for same order

Posted: Thu Oct 22, 2009 8:07 am
by Tomgard
The version that I am currently on that is causing this issue is: VERSION: 7.0.2 BUILD: 11659