Page 1 of 1

Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 9:28 am
by SamsSteins
My invoices and packing slips are printing the headers & footers. Is there something I can change to have them not print?

Re: Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 9:45 am
by ryanstowasser
You can add a the noPrint stylesheet class on any html element you do not want to have visible when you print.

You will also need to make sure the print.css file is in your Theme folder.

Re: Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 9:47 am
by ZLA
Are you referring to web / css header / footer or to the print header / footer that your browser is configured for? If the latter, then it's set by the user's browser and you probably can't change it except for yourself.

Re: Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 10:05 am
by SamsSteins
On my invoices, it prints the title Invoice and the date on the top and then my web address and page number on the bottom.

Re: Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 10:12 am
by ZLA
That sounds like the browser's print header / footer. In IE, go to File | Page Setup and add some extra text to the header or footer textboxes. If that extra text appears when you reprint the webpage, then its your browser settings.

Re: Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 10:21 am
by SamsSteins
Duh...thank you. I turned it off through my printer setting in IE, but it didn't stick. I went to the Page Set Up and it worked...thank you again.

Re: Invoice / Packing Slip printing

Posted: Wed Aug 26, 2009 10:36 am
by ZLA
You're welcome. Of course, this is only for your computer. Other users may still see the header / footer if that's how their browser is set up.