0
我正在開發WooCommerce(v 2.4.6)中的網店。在本地機器上,WooCoommerce使用密鑰和訂單ID創建訂單。Woocommerce不會創建訂單
當我把代碼在實時環境WooCommerce不會創建一個訂單項,並將錯誤
[Wed Sep 02 11:55:55.256903 2015] [:error] [pid 42524] [client ******] PHP Fatal error: Call to a member function get_items() on boolean in /var/www/****/wp-content/plugins/woocommerce/includes/wc-order-functions.php on line 315
在有錯誤的地方是這個代碼:
「wc_get_order($ order_id)」函數在創建後獲取訂單並返回訂單對象。
所以我想WooCommerce不會在結帳過程後創建訂單。有沒有人遇到過這個問題?
親切的問候。