Can I remove the line-breaks in order confirmation email?
I am currently trying to adjust the email layout of the products section in include/class/order.php
Currently my email shows this portion as:
Products
------------------------------------------------------
1 x (632845) ALUMINUM FRONT BUMPER
Fits Eton 50-90R 2 Stk ATVs = $59.99
------------------------------------------------------
In the products description this item has "...bumper<br>Fits..." This is important for the layout on the web but the <br> makes the confirmation email in text format look clutter. I've tried several workarounds but I guess I'm not doing something right. I tried to use the strip_tags but that didn't seem to work for me. Also am I correct in thinking that making this a table is not doable for text emails? Ultimately I would like something more like:
Products
------------------------------------------------------
1 x (632845) ALUMINUM FRONT BUMPER Fits Eton 50-90R 2 Stk ATVs = $59.99
------------------------------------------------------
Thanks for the help
ZC 1.3.9h
Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3
Bookmarks