#1 "subject_prefix" in the subject of the email

已關閉
KEVAO286 年之前創建 · 2 條評論

Hello, I have a problem when I receive the email. The subject of the email appears "subject_prefix" could you check?

Hello, I have a problem when I receive the email. The subject of the email appears "subject_prefix" could you check?
angela 評論 6 年之前'
所有者

Dang, typo. Thanks for reporting it.

This line:

$mail->setSubject($language->get(html_entity_decode('subject_prefix').' '.$order_info['store_name']));

Should be:

$mail->setSubject($language->get(html_entity_decode($language->get('subject_prefix')).' '.$order_info['store_name']));

I'll submit a patch update with this, shortly.

Dang, typo. Thanks for reporting it. This line: ```php $mail->setSubject($language->get(html_entity_decode('subject_prefix').' '.$order_info['store_name'])); ``` Should be: ```php $mail->setSubject($language->get(html_entity_decode($language->get('subject_prefix')).' '.$order_info['store_name'])); ``` I'll submit a patch update with this, shortly.
angela 評論 6 年之前'
所有者

Fixed in the latest commit

Fixed in the [latest commit](https://notabug.org/angela/abandoned-carts-opencart/commit/b95ba72e81e4eaba5608b255f115ce6e22fc0a55)
angela6 年之前 關閉
登入 才能加入這對話。
未選擇標籤
未選擇里程碑
未指派成員
2 參與者
正在加載...
取消
保存
尚未有任何內容