Phoca Cart 5.0.0 RC e-mail

Phoca Cart - complex e-commerce extension
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 430
Joined: 07 Nov 2018, 14:55

Phoca Cart 5.0.0 RC e-mail

Post 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 :idea:
I tried adding some CSS values in order.php but with no effect.
Image

Tags:
Cony
Phoca Member
Phoca Member
Posts: 13
Joined: 24 Mar 2011, 15:51

Re: Phoca Cart 5.0.0 RC e-mail

Post 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.
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 430
Joined: 07 Nov 2018, 14:55

Re: Phoca Cart 5.0.0 RC e-mail

Post by Nidzo »

I know that but I can't find which class in order.php is for shipping address <td>
Cony
Phoca Member
Phoca Member
Posts: 13
Joined: 24 Mar 2011, 15:51

Re: Phoca Cart 5.0.0 RC e-mail

Post by Cony »

Code: Select all

<td style="width: 50%; vertical-align: top" valign="top">
Will be changed in next release...
fw115
Phoca Member
Phoca Member
Posts: 42
Joined: 27 Mar 2017, 15:25

Re: Phoca Cart 5.0.0 RC e-mail

Post by fw115 »

How long do you think will it take to get Phoca cart 5.0 RC to release ?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9673
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Cart 5.0.0 RC e-mail

Post by Benno »

Hi,
today Phoca Cart 5.0RC2 was released.

Kind regards,
Benno
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 430
Joined: 07 Nov 2018, 14:55

Re: Phoca Cart 5.0.0 RC e-mail

Post by Nidzo »

Thank you @Benno
With RC2 alignment of Shipping address column is now correct!
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9673
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Cart 5.0.0 RC e-mail

Post by Benno »

@Nidzo,
you're welcome!

Kind regards,
Benno
Post Reply