Is there anywhere on how to customize the order invoice sent to customers? such that I want to dispose the upper part of the form and leave the lower part of the form only. Refer the first image i attached then you'll know. The unwanted parts of the form are attached in second and third image.
Any tips? Thanks.
If you use default_html5 template you need to edit template file storefront/view/default_html5/template/mail/order_confirm.tpl
Or
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/mail/order_confirm.tpl
thanks