Skip to content

Commit

Permalink
[TASK] Add tax identification number to emails (#450)
Browse files Browse the repository at this point in the history
Displaying the tax identification number in mails
eases the accounting process when mails are used
for it.

Solves #355
  • Loading branch information
rintisch authored Mar 20, 2024
1 parent d605cba commit 9e72e20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Private/Partials/Mail/Address.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
</f:if>
<br />
{billingAddress.email}<br />

<f:if condition="{billingAddress.taxIdentificationNumber}">
<f:translate key="LLL:EXT:cart/Resources/Private/Language/locallang.xlf:tx_cart_domain_model_order_address.tax_identification_number" />: {billingAddress.taxIdentificationNumber}<br />
</f:if>
</td>
<td style="width:300px; vertical-align:top; font-family: Arial, Helvetica, sans-serif; font-size: 12px;">
<b><f:translate key="LLL:EXT:cart/Resources/Private/Language/locallang.xlf:tx_cart_domain_model_cart.shipping_address" />:</b><br /><br />
Expand Down

0 comments on commit 9e72e20

Please sign in to comment.