Jump to content

Help with pdf file


Recommended Posts

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.

  • Thanks 1
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...