WebsiteBaker Support (2.8.x) > Bakery Shop

[SOLVED] Remove header & footer print data when printing invoice

(1/1)

Boudi:
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

jacobi22:

--- Quote ---you see the bakery link, page numbers, date, time etc
--- End quote ---

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)


Boudi:
Hi,

Thnx for your respond.

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


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

Regards,

Boudi

Navigation

[0] Message Index

Go to full version