в файле reward_customer_sv_catalog.xml есть такой код:
if ($coupon['shipping']) {
$description .= "<br/>" . sprintf($this->language->get('coupon_descr_freeshipping'), $this->language->get('text_yes'));
} else {
$description .= "<br/>" . sprintf($this->language->get('coupon_descr_freeshipping'), $this->language->get('text_no'));
}
if ($coupon['shipping']) {
$description .= "<br/>" . sprintf($this->language->get('coupon_descr_freeshipping'), $this->language->get('text_yes'));
} else {
$description .= "<br/>" . sprintf($this->language->get('coupon_descr_freeshipping'), $this->language->get('text_no'));
}
вот в этих строках <br/> явно лишний, так как в письме он так и прописывается, а не переносится строка