Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从下订单时发送给客户的电子邮件中删除供应商/卖家商店名称/URL。
我到处寻找,可以找到所有的电子邮件 php 文件,但仍然无法弄清楚如何删除供应商。我可能可以重新创建整个模板,但只想进行这个简单的更改。
当客户从供应商那里购买任何产品时,客户会收到由 WooCommerce 发送的默认电子邮件,这是新的订单电子邮件模板。那不应该有任何供应商商店的详细信息。Dokan 只是在管理员电子邮件中添加供应商电子邮件地址,以向供应商发送新订单通知。请检查此功能dokan_wc_email_recipient_add_seller- 可用dokan-lite/includes/functions.php
dokan_wc_email_recipient_add_seller
dokan-lite/includes/functions.php
如果您可以共享屏幕截图,那么我可以提供正确的位置。