Php woocommerce在下订单后未收到确认邮件

Php woocommerce在下订单后未收到确认邮件,php,woocommerce,Php,Woocommerce,在Linux和Windows server中安装了电子商务网站。我在下订单后收到Linux server的确认邮件,但没有收到Windows server的确认邮件 试试这个 woocommerce.php中的更改 如果u搜索函数mailer()更改了以下行: include_once( 'classes/emails/class-wc-emails.php' ) 到 到 我想这会解决问题 只要搜索woocommerce插件中是否存在classes/emails/class wc emails

在Linux和Windows server中安装了电子商务网站。我在下订单后收到Linux server的确认邮件,但没有收到Windows server的确认邮件

试试这个

woocommerce.php中的更改

如果u搜索函数mailer()更改了以下行:

include_once( 'classes/emails/class-wc-emails.php' )

我想这会解决问题

只要搜索woocommerce插件中是否存在classes/emails/class wc emails.php,就不需要更改

include_once( 'classes/class-wc-email.php' );

$this->woocommerce_email = new WC_Emails();
$this->woocommerce_email = new WC_Email();