#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 участников
Загрузка...
Отмена
Сохранить
Пока нет содержимого.