#1 "subject_prefix" in the subject of the email

Закриті
6 роки тому відкрито KEVAO28 · 2 коментарів
KEVAO28 відкоментовано 6 роки тому

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)
angela згадано цю проблему в коміті 5 роки тому
angela згадано цю проблему в коміті 5 роки тому
Підпишіться щоб приєднатися до обговорення.
Без Мітки
Етап відсутній
Немає відповідального
2 учасників
Завантажується...
Скасувати
Зберегти
Тут ще немає жодного вмісту.