Jump to content

How to edit Print Order pages


Recommended Posts

Hello, everyone,

I have been using Prestashop 1.7.8.11 for a while now.

When I want to print an order through the site's administration, I notice 2 pages with quite unnecessary information for me and my customers. Where can I change what exactly I want printed?

Thank you all in advance!

Regards,

Larry

Link to comment
Share on other sites

  • 5 weeks later...
Am 19.04.2024 um 8:39 AM schrieb Larry2k:

Hello, everyone,

I have been using Prestashop 1.7.8.11 for a while now.

When I want to print an order through the site's administration, I notice 2 pages with quite unnecessary information for me and my customers. Where can I change what exactly I want printed?

Thank you all in advance!

Regards,

Larry

Hi,

did you found any solution to customization of "Print Order" page in back end? I need it too.

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

Hello 👋🏻!

While it may not be the simplest approach, but it offers considerable possibilities. I would suggest delving into Print Style Sheets and creating your own CSS file (unnecessary elements can be easily concealed during printing), then integrating it into the admin panel theme. 

CSS file only for print (media="print"):

<link rel="stylesheet" media="print" href="../themes/default/css/print.css" />

I hope my suggestions have pointed you in the right direction. Good luck! 🚀

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...