Page 1 of 1
Phoca Cart 5.0.0 RC e-mail
Posted: 12 Mar 2025, 15:08
by Nidzo
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.

Re: Phoca Cart 5.0.0 RC e-mail
Posted: 12 Mar 2025, 15:36
by Cony
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.
Re: Phoca Cart 5.0.0 RC e-mail
Posted: 12 Mar 2025, 16:04
by Nidzo
I know that but I can't find which class in order.php is for shipping address <td>
Re: Phoca Cart 5.0.0 RC e-mail
Posted: 14 Mar 2025, 02:42
by Cony
Code: Select all
<td style="width: 50%; vertical-align: top" valign="top">
Will be changed in next release...
Re: Phoca Cart 5.0.0 RC e-mail
Posted: 16 Mar 2025, 20:53
by fw115
How long do you think will it take to get Phoca cart 5.0 RC to release ?
Re: Phoca Cart 5.0.0 RC e-mail
Posted: 16 Mar 2025, 21:03
by Benno
Hi,
today
Phoca Cart 5.0RC2 was released.
Kind regards,
Benno
Re: Phoca Cart 5.0.0 RC e-mail
Posted: 16 Mar 2025, 23:32
by Nidzo
Thank you @Benno
With RC2 alignment of Shipping address column is now correct!
Re: Phoca Cart 5.0.0 RC e-mail
Posted: 17 Mar 2025, 10:07
by Benno
@Nidzo,
you're welcome!
Kind regards,
Benno