AbanteCart Community

AbanteCart Development => Customization help => Topic started by: rookiecoder on February 27, 2014, 10:06:35 PM

Title: Can I customize the customer order invoice?
Post by: rookiecoder on February 27, 2014, 10:06:35 PM
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.
Title: Re: Can I customize the customer order invoice?
Post by: eCommerce Core on March 03, 2014, 01:49:54 PM
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
Title: Re: Can I customize the customer order invoice?
Post by: rookiecoder on March 03, 2014, 08:20:46 PM
thanks