Larry2k Posted April 19 Share Posted April 19 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 More sharing options...
ShopMann Posted May 18 Share Posted May 18 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 More sharing options...
Larry2k Posted June 7 Author Share Posted June 7 Unfortunately, I haven't found a way yet. Link to comment Share on other sites More sharing options...
Webski Gość Posted June 17 Share Posted June 17 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! 🚀 2 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now