【问题标题】:woocommerce-not getting confirmation mail after an order placedwoocommerce-下订单后未收到确认邮件
【发布时间】:2014-03-25 14:25:42
【问题描述】:

在 Linux 和 Windows 服务器上安装了一个电子商务网站。我在下订单后收到来自 Linux 服务器的确认邮件,但没有收到来自 Windows 服务器的确认邮件。

【问题讨论】:

    标签: php woocommerce


    【解决方案1】:

    试试这个,

    woocommerce.php 中的更改

    如果你的搜索功能 mailer() 改变了以下几行:

    include_once( '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();
    

    我认为这将解决问题...

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

    【讨论】:

      猜你喜欢
      • 2016-02-23
      • 2018-03-21
      • 2017-03-17
      • 2022-07-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-28
      • 1970-01-01
      相关资源
      最近更新 更多