Admin Shows 2 different order numbers for same order

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
Tomgard
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 108
Joined: Sun Jul 20, 2008 1:00 pm

Admin Shows 2 different order numbers for same order

Post by Tomgard » Wed Oct 21, 2009 2:24 pm

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.
Bryan Bundgaard
AC7 User http://www.SchoolSupplyStore.com

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Admin Shows 2 different order numbers for same order

Post by igavemybest » Wed Oct 21, 2009 4:46 pm

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Admin Shows 2 different order numbers for same order

Post by mazhar » Thu Oct 22, 2009 2:43 am

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.

User avatar
Tomgard
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 108
Joined: Sun Jul 20, 2008 1:00 pm

Re: Admin Shows 2 different order numbers for same order

Post by Tomgard » Thu Oct 22, 2009 8:07 am

The version that I am currently on that is causing this issue is: VERSION: 7.0.2 BUILD: 11659
Bryan Bundgaard
AC7 User http://www.SchoolSupplyStore.com

Post Reply