如何通过virtuemart joomla通过电子邮件编辑自动回复电子邮件

时间:2013-05-01 15:16:56

标签: php joomla virtuemart

在用户选择商品并完成购买过程后的电子商务网站上,在完成所有操作后,在交易结束时,卖家和买家都会收到一封通知电子邮件,说明他们的信息和购买的内容。

我在哪里可以在joomla,virtuemart中编辑这个?我一直在搜索该文件的最后一小时,似乎无法找到它。任何帮助表示赞赏。

我正在使用joomla cms 2.0.18a和virtuemart 2.0(新版本)

谢谢!

1 个答案:

答案 0 :(得分:0)

您想要的文件位于components/com_virtuemart/views/invoice/tmpl

mail_html.php for the genral rules of the email (background color, for example)
mail_html_header.php
mail_html_footer.php
mail_html_shopper.php (this is the one for the order number, etc)
mail_html_shopperaddresses.php (this is the one for the block with the 2 addresses information)
mail_html_vendor.php (for the vendor email, the one you get)
mail_html_invoice_items.php (this is the one for the table with all the items, sku, prices, etc)

从这里提取的答案:

http://forum.virtuemart.net/index.php?topic=102633.0