Edit File: print_invoice.tpl
<!DOCTYPE html> <html> <head> {literal} <style type="text/css" media="print"> .main-table { background-color: #ffffff !important; } </style> <style type="text/css" media="screen,print"> body,p,div,td { color: #000000; font: 12px Arial; } body { padding: 0; margin: 0; } a, a:link, a:visited, a:hover, a:active { color: #000000; text-decoration: underline; } a:hover { text-decoration: none; } </style> {/literal} </head> <body> {include file="common/scripts.tpl"} {include file="orders/invoice.tpl"} </body> </html>
Back to File Manager