我想删除文本和链接(您可以访问您的帐户区域以查看您的订单并在此处更改您的密码:https://agmart.com.hk/my-account/.)。我也在使用WebToffee中的Decorator – WooCommerce Email Customizer,但是没有选项可以删除文本和链接或更改文本。我可以寻求有关继续进行此操作的建议吗?谢谢!
I have tried to remove the code from the email template both in woocommerce and the Decorator plugin but seems not working, thanks!
1条答案
按热度按时间yizd12fk1#
正如mujuonly已经提到的:您需要覆盖WooCommerce模板
woocommerce/templates/emails/customer-new-account.php
。无法更改functions.php
中的文本。您可以在此处找到有关模板覆盖的更多信息:https://woocommerce.com/document/template-structure/
若要覆写模板,请将上述模板复制到这个文件夹结构:
yourtheme/woocommerce/emails/customer-new-account.php
.现在您可以编辑它,更新安全。您可以在
25
行找到要更改的文本。