-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.8
-- PHP version -- : 7.2.32
-- Browser(s) name and version -- : Chrome latest Firefox
PLease can someone help me out.
In the order email the adress thats displayed is always the same, even when there is a different shipping and billing adress.
When i look in the email configuration i see the lines below, this gives me only a billing adres. When I change this and take out the doubles then I got two adresss, but the outcome is always the billing adress. Never a shipping adress acording to the info in the order.
How can I become always 2 adresses, the billing adress and the shipping adress given in the order.
Sample tekst out the email:
<table class="w550" border="0" cellspacing="0" cellpadding="0" width="550" style="margin-top:10px;font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;">
<tr>
<!--{IF:BILLING_ADDRESS}--><td style="color:#1c8faf !important;font-size:12px;font-weight:bold;">{TXT:BILLING_ADDRESS}</td><!--{ENDIF:BILLING_ADDRESS}-->
<!--{IF:SHIPPING}--><!--{IF:SHIPPING_ADDRESS}--><td style="color:#1c8faf !important;font-size:12px;font-weight:bold;">{TXT:SHIPPING_ADDRESS}</td><!--{ENDIF:SHIPPING_ADDRESS}--><!--{ENDIF:SHIPPING}-->
</tr>
<tr>
<!--{IF:BILLING_ADDRESS}--><td>{VAR:BILLING_ADDRESS}</td><!--{ENDIF:BILLING_ADDRESS}-->
<!--{IF:SHIPPING}--><!--{IF:SHIPPING_ADDRESS}--><td>{VAR:SHIPPING_ADDRESS}</td><!--{ENDIF:SHIPPING_ADDRESS}--><!--{ENDIF:SHIPPING}-->
</tr>
</table>