문제

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