Magento sent a customer a receipt with the order number but I cannot find that order number in Magento. I investigated that table sales_flat_order and noticed that the entity_id column is not sequential (an auto increment column) that indicates some records were deleted. Before I start doubting it's an intrusion, is there anything like that Magento does? I.E. removing orders from sales_flat_order ?

有帮助吗?

解决方案

Within a standard magento installation it is not possible to delete an order. You can only do it by hand in the database or install an extension.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top