SandraLaen Posted May 30 Share Posted May 30 Where can i modify the "Print Order" pdf file? v. 1.7.8 Link to comment Share on other sites More sharing options...
Knowband Plugins Posted June 3 Share Posted June 3 On 5/30/2024 at 5:38 PM, SandraLaen said: Where can i modify the "Print Order" pdf file? v. 1.7.8 Hi, There is no template file when you do print an order it simply prints the order page it's the same as you doing CTRL+P on any page. Below is the code for what print order does. c(e.default.printOrderViewPageButton).on("click", (function() { var t = document.title; document.title = c(e.default.mainDiv).data("orderTitle"), window.print(), document.title = t } It's just printing the current window and giving it a title. 1 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