Question

I need to edit the customer order (reorder) and I need to reorder have the same order id. In the original Magento Core, every time I edit the order, it gets a new ID. I need to apply the same id.

Was it helpful?

Solution

No, the order number is a unique database column and there is code that relies on fetching a distinct order by order number, so you should not change it

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top