duan111112 2015-11-02 13:43
浏览 36
已采纳

如何在opencart中的电子邮件中添加额外的文本

Hello i want to change the e-mail answer after a successfull order in my Opencart store.

I just want to add more text in the email.

As far as i know i need to go in :

catalog/view/theme/default/template/mail/order.tpl

and change the code there but when I do so ,nothing changes.

I am so sorry for my bad English.

  • 写回答

2条回答 默认 最新

  • dongtanhe4607 2015-11-03 01:23
    关注

    You are not supposed to go inside the .tpl file

    Go here:

    /catalog/language/bulgarian/mail/order.php
    

    you will find this line:

    $_['text_new_greeting']         = "Your text HERE";
    

    Chnage the text inside the "" marks.

    That is for Opencart 1.x (i am not sure for 2.0)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办