如何在 Joomla Virtuemart 中编辑电子邮件?

发布于 2024-10-21 20:30:24 字数 359 浏览 5 评论 0原文

客户订购了产品并收到了一封电子邮件。

http://img197.imageshack.us/i/emptyfieldsemail.png/ 是可选字段,如果用户未填写它们,我想将它们从电子邮件正文中删除。如果公司名称未填写,那么我不想在电子邮件中显示它们,但我找不到编辑的地方。

在组件中
/components/com_virtuemart/themes/theme048/templates/order_emails
我找到了一些模板,但不知道在哪里编辑这些空字段

The customer ordered a product and received an email.

http://img197.imageshack.us/i/emptyfieldsemail.png/

But there are optional fields and I want to remove them from email body if they are not filled by the user. If the company name is not filled in then I dont want to show them in the email but i cant find the place to edit.

In the components
/components/com_virtuemart/themes/theme048/templates/order_emails
I found some templates but cant figure out where to edit those empty fields

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哭了丶谁疼 2024-10-28 20:30:24

您可以在administrator/components/com_virtuemart/html/templates/order_emails/email_english.html中更改模板“记住文件末尾的语言 email_your_language.html ,文件名默认语言为您的 Virtuemart 安装通常是需要编辑的文件。”

电子邮件模板使用方法函数 email_receipt() 用来自administrator/components/com_virtuemart/classes/ps_checkout.php 文件的内容填充。 email_receipt() 函数在模板中定义占位符,并使用函数 str_replace 分配它们的值。

我希望这些信息有帮助

You can change the template in the administrator/components/com_virtuemart/html/templates/order_emails/email_english.html "Remember the language at the end of the file email_your_language.html , the filename with the default language of your Virtuemart Installation is usually the file that needs to be edited."

The email template is populated with content from the administrator/components/com_virtuemart/classes/ps_checkout.php file using the method function email_receipt(). The email_receipt() function defines placeholders in the template and the values of them are being assigned by using the function str_replace.

I hope this information helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文