Change stock email notifications recipient in WooCommerce

后端 未结 4 1161
小蘑菇
小蘑菇 2021-01-07 07:10

I want to change stock email recipient email address in woocommerce. Already changes admin email but mails are still going to old email.

4条回答
  •  自闭症患者
    2021-01-07 07:15

    This apparently has to be done in the database directly as there is no backend option to change this and woocommerce apparently simply uses the admin e-mail address from the time it's installed. simply search the table wp_options (or different if you chose another prefix than wp_ for your tables) for the option_name: woocommerce_stock_email_recipient and change it to the new one.

提交回复
热议问题