Hello,
You can edit and custom your each email type :
1. From Main HikaShop Configuration, click on System => Emails
2. Here, for you point I assume that you mean order status notification (this order is sent each time order status is change)
created => Confirmed & confirmed => Shipped
3. Have a look, in the Html Version, how is managed the header icon
With this code :
<img src="{VAR:LIVE_SITE}/media/com_hikashop/images/icons/icon-48-order.png" border="0" alt="" style="float:left;margin-right:4px;"/>
For the invoice, a little tips :
1. From
Main HikaShop Configuration, go to
Advanced tab
2. In the
Advanced settings, have a look on the
Display view files, define to "
front-end".
As result :
This will display, view references that manage HikaShop display views and to get their references.
3. Here, you have to edit the "
order/show"
Note : Have a look on
this tutorial
.
Hope this will help you to achieved your need.
Regards