Magento 2
«order item having status CANCELLED by order status is COMPLETED»
Extensions
iPay88
dmitrii_fediuk
(Dmitrii Fediuk)
January 7, 2020, 6:24pm
5
I have fixed it with the code:
UPDATE sales_order_item SET qty_canceled = 0 WHERE 6178 = order_id;
show post in topic