【问题标题】:Order status of shopping cart. (Opencart)购物车的订单状态。 (开放式购物车)
【发布时间】:2018-03-01 19:46:17
【问题描述】:

状态的含义是什么?我google了很多,但没有找到完整的解释。

Opencart 有很多状态,这些是最常用的:
1 个待处理
2 处理
5 完成
15 已处理
3 发货

我猜:

待处理 等待客户确认。没有任何付款操作。

处理 客户已开始付款。我在我的国家有一个支付模块,我们称之为“ecpay”。当客户选择付款,然后选择ATM(或信用卡),点击继续,然后ecpay添加订单历史,将订单状态更改为“处理中”,并将网站的银行账户提供给客户。 (现在客户有一个银行帐户。)

完成 也许一三天后,客户付款,“ecpay”会通过api发送一些信息,将订单状态更改为5。

已发货 产品发货后,管理员进入admin,将状态改为this。

所以,“完成”实际上并不意味着订单完全完成,只是表示付款完成。如果一切运行良好,“已发货”就是最终状态。这样对吗?顺便说一下,支付模块 ecpay 不使用“Pending”。

何时使用待处理?并处理?在哪里可以找到订单的所有状态含义。

【问题讨论】:

    标签: magento paypal opencart shopping-cart


    【解决方案1】:

    Magento 中:

    待处理:待处理订单是尚未处理的全新订单。通常,这些订单需要开具发票并发货。您可以在生成发票之前使用待处理状态。

    处理中:处理意味着订单已经开票或发货,但不能同时进行。

    更多详情:Magento Order Statuses

    OpenCart 中:

    待处理:下订单时,其状态可能为待处理。

    处理中:确认付款后,状态可能会设置为处理中。

    更多详情:Open Cart Statuses

    【讨论】:

      【解决方案2】:

      Pending - When an order is made its status might be pending. Processing - Once the payment has been confirmed the status might be set to processing. Shipped - When the order is shipped it can be set to shipped. Complete - If the order has arrived at its destination it can be set to complete. Refunded - If the order is returned and refunded it should be set to refunded. Canceled - If for what ever reason the order is canceled before being shipped the status could be set to canceled.

      管理员可以更改订单状态

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2013-12-13
        • 1970-01-01
        • 1970-01-01
        • 2012-05-03
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多