购物车的订单状态.(OpenCart)



状态是什么意思?我已经谷歌搜索了很多,但没有找到完整的解释。

OpenCart具有许多状态,这些状态大多是使用:
1个待处理
2处理
5完整
15处理过
3张发货

我猜:

未决等待客户确认。没有任何付款的行动。

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

完成也许一三天后,客户付费," ecpay"将通过API发送一些信息,将订单状态更改为5。

发货当产品发货时,管理员将转到管理员,将状态更改为此。

so,"完整"并不意味着订单已经完全完成,只是意味着付款已完成。如果每个事情运行良好,则"运输"是最终状态。这样对吗?顺便说一句,付款模块ecpay不使用"未决"。

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

Magento 中:

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

处理: 处理意味着订单已发票或发货,但不是两者。

有关更多详细信息: Magento订单状态

in OPENCART

待处理: 订单时可能正在订单。

处理: 一旦付款确认了状态可能设置为处理。

有关更多详细信息:打开购物车状态

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.

可以通过管理员更改订单状态

最新更新