Displey wrote: Thank you to! I need different text in e-mails. Ant it'll be awesome to remove table with products from some layouts)
Hikashop allows different emails for every order status in format order_status_notification.status.type.php
For example if you want different email for order status shipped, you can copy
order_status_notification.html.php
to order_status_notification.shipped.html.php
order_status_notification.preload.php
to order_status_notification.shipped.preload.php
order_status_notification.text.php
to order_status_notification.shipped.text.php
Then edit order_status_notification.shipped.preload.php and replace YOUR_ORDER and ORDER_STATUS_CHANGED_TO with your texts.
You can also remove products from order_status_notification.shipped.html.php