Change to print_invoice.tpl file

It looks like the customer & admin use the same invoice. I would like to have a custome invoice for the admin and not for the customer.



I can’t figure out hot to change the link for the admin to use a different print_invoice.tpl file.



Can someone tell me what I need to edit to have the admin page pull a scsprint_invoice.tpl file.



Thanks

In /controllers/admin/orders.php, change print_invoice.tpl to scprint_invoice.tpl.



Bob

Thanks - that’s what I needed!

Thank you for solution!