将我的Wordpress(4.8)和Woocommerce(3.0.8)更新到最新版本后,我遇到了这个问题。
尝试从“订单操作”菜单重新发送客户发票时 screenshot1
它会生成此错误:screenshot2
致命错误:在布尔
中调用成员函数get_billing_country()on boolean以下是导致此问题的 class-wc-gateway-bacs.php 的273行:
// Get the order country and country $locale
$country = $order->get_billing_country();
$locale = $this->get_country_locale();
欢迎任何帮助!