WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: Boudi on March 16, 2013, 11:39:22 AM

Title: [SOLVED] Remove header & footer print data when printing invoice
Post by: Boudi on March 16, 2013, 11:39:22 AM
Hi,

Does anyone knows a permanent solution how to get rid of the header and footer data that you print too when printing an invoice? (you see the bakery link, page numbers, date, time etc)

I already tried several 'solutions' from javascript, jquery and even css but none of them works.

Hope for an answer.

Boudi
Title: Re: Remove header & footer print data when printing invoice
Post by: jacobi22 on March 16, 2013, 01:21:53 PM
Quote
you see the bakery link, page numbers, date, time etc

one way is the printer settings in the browser. go to file -> Print preview -> page settings -> header & Footer
but i think, it doesnt work for the invoice page

the other way is a little bit tricky

in firefox go to about:config and search in the new window for "print" and there for

print.print_footerl eft = &PT
print.print_footerr ight = &D
print.print_headerl eft = &T
print.print_headerr ight = &U

delete this in the lines (double-click on the value)
&PT (= Pages )
&D (= Date)
&T (= Title )
&U  (= URL)


Title: Re: Remove header & footer print data when printing invoice
Post by: Boudi on March 17, 2013, 12:29:13 PM
Hi,

Thnx for your respond.

It worked. Not the about:config changes but the:

Quote
file -> Print preview -> page settings -> header & Footer

Regards,

Boudi