There is an error in the order email, payment and shipping line. The name of the payment and the info for the payment are written in a row without a space. Where can I fix it? It's burning.
In mail_html_pricelist.php is only:
<td align="right" style="border: 1px solid #CCCCCC;" class="pricePad" colspan="6"><?php echo $this->orderDetails['paymentName'] ?> </td>
Thx