View Single Post
  #2  
Old 09-22-2016, 08:45 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: order email changes

At the moment the only way to do this is creating a simple custom module or adding a custom CSS file via Custom Skin module. The classes that render invoices and the invoice page are \XLite\View\Invoice and \XLite\View\InvoicePage (however, you may need to decorate a few more). You should decorate these classes from your module and add custom CSS files via the getCSSFiles() method.

Also, as far as I know, one of the next 5.3 versions will add a function to edit invoice templates.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote