Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I have been testing RC version, and for now everything is OK. One thing I can't find, is how to align Billing and Shipping address in HTML e-mail format
I tried adding some CSS values in order.php but with no effect.
Emails need to use inline styles, to be displayed correctly in all mail clients.
If you need to change anything, you can overwrite layout files in your template.
In this case it would be layouts/phocacart/mail/html/order.php. I would try to add vertical align
style on TDs around addresses. Better to use old-style valign attribute together with inline css style.