[TYPO3-commerce] Linebreak in Template_usermail

Sebastian Graeber post at sebastian-graeber.de
Thu Sep 6 09:04:42 CEST 2007


Hello everyone,


I'm nearly finished setting up commerce and will start selling soon ;-)

The only thing I "dislike" are the linebreaks in the confirmation mail
for the user.


For example ... this is a part of the template:

******************************************************************
Rechnungsadresse:<!--###BILLING_ADDRESS### begin-->###COMPANY###
###NAME### ###SURNAME###
###ADDRESS###
###ZIP### ###CITY###
###COUNTRY###
<!--###BILLING_ADDRESS### end-->
******************************************************************


But in the User Mail it looks like this:


******************************************************************

Rechnungsadresse:

erika mustermann

musterstr. 10

1111 musterstadt

Deutschland

******************************************************************


It looks like there is double line spacing in the usermail.


Anyone any idea how to set the line spacing to "normal"??


This is my TS-Setup:

    usermail {
        ##charset = utf-8
        showCurrency = 0
        charset = ISO-8859-15
        encoding = 8bit
        from = shop at DOMAIN.de
        ## Do not user non Asci-Chars here, as not supported by MAIL
        from_name = JOHN DOE
        templateFile = {$plugin.tx_commerce_pi3.UserMailTemplateFile}
    }

Thanks alot.



Best regards,


     Sebastian


More information about the TYPO3-project-commerce mailing list