We upgraded an Umbraco 4.x to 7.2.8 and using Tea Commerce 2. The upgrade worked well.
We did not migrate the orders so everything starts from 1. Is there a way that we can change the current order number? The problem is, that they use a third party tool to import the orders in their system and the system is confused because the order id do not start at 8409.
Change the currentOrderNumber in the Store DB to the number the last order had. The recycle the app pool.
Maybe also change the currentCartNumber because some payment gateways only allow a certain cart number to be processed 1 time at the gateway.
Change start order number
Hi there
We have an urgent problem with Tea Commerce.
We upgraded an Umbraco 4.x to 7.2.8 and using Tea Commerce 2. The upgrade worked well.
We did not migrate the orders so everything starts from 1. Is there a way that we can change the current order number? The problem is, that they use a third party tool to import the orders in their system and the system is confused because the order id do not start at 8409.
Thank you Calvin
Hi Calvin
Change the currentOrderNumber in the Store DB to the number the last order had. The recycle the app pool. Maybe also change the currentCartNumber because some payment gateways only allow a certain cart number to be processed 1 time at the gateway.
Kind regards Anders
Hi Anders
Thank you for your fast reply!
IT WORKS! Never revcycled the app pool maybe that was the issue.
Thank you Calvin
is working on a reply...