Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Magento 向客户发送了带有订单号的收据,但我在 Magento 中找不到该订单号。我调查了表 sales_flat_order 并注意到 entity_id 列不是连续的(自动递增列),这表明某些记录已被删除。在我开始怀疑这是一种入侵之前,Magento 有没有类似的东西?IE 从 sales_flat_order 中删除订单?
在标准的 magento 安装中,无法删除订单。您只能在数据库中手动完成或安装扩展。