【问题标题】:Is it possible to update the order item quantity in Magento?是否可以在 Magento 中更新订单项目数量?
【发布时间】:2014-06-16 07:41:25
【问题描述】:

我想从销售订单视图页面(管理端)更新订购的产品数量。我添加了一个用于更新订单数量的新按钮和操作。但我不知道为此需要更新哪些表格。或者还有其他解决方案吗?(不创建新的订单概念)。

我已经经历了以下一个。

Is it possible to update order items quantity in Magento?

谢谢

【问题讨论】:

  • 如果您在订购后更新订单详情,那么付款呢?客户会再付钱给你吗???
  • @PavanKumar No.. 付款没问题?因为我们不使用任何付款方式

标签: php magento magento-1.7


【解决方案1】:

订单数据保存在数据库表 sales_flat_order 和 sales_flat_order_item 中。

您可以分别在 (tables prefix)_sales_flat_order 和 (tables prefix)_sales_flat_order_item 中找到订单和订单商品数据。但请记住,下订单时,Magento 只需从其各自的报价中复制数据。所以我认为你应该首先检查 (table prefix)_sales_flat_quote 和 (table prefix)_sales_flat_quote_item。

【讨论】:

    猜你喜欢
    • 2016-12-10
    • 1970-01-01
    • 1970-01-01
    • 2023-03-27
    • 2021-12-17
    • 2012-07-26
    • 2010-12-18
    • 2012-05-22
    • 2015-04-22
    相关资源
    最近更新 更多