在订单中需要更多状态字段(Woocommerce)

时间:2015-11-22 10:08:31

标签: php wordpress woocommerce

当有人通过我的Woocommerce网站订购某些内容时,woocommerce的默认功能会将所有订单置于“Processing”状态,我需要将它们置于“待批准”下状态。完成订单确认后,我会将其标记为“正在处理”。为此我需要帮助通过Wordpress中的自定义代码创建状态,然后我需要另一个状态“Dispatch”,对于我已经采购并准备发送的订单,它们将被标记as “Dispatch”。 我是Wordpress自定义编码的新手,我知道通过functions.php我可以通过钩子控制大部分事情,但我在整个问题上需要帮助。

提前致谢:)

1 个答案:

答案 0 :(得分:1)

Download the extension from your dashboard
Go to Plugins > Add New > Upload and select the ZIP file you just downloaded
Click Install Now, and then Activate
Go to WooCommerce > Settings > Order Statuses and read the next section to learn how to setup and configure the plugin.

https://docs.woothemes.com/document/woocommerce-order-status-manager/