Saving space on printed pages

Tips for changes to make more order details fit onto a single sheet of paper.

Bjorn Forsberg avatar
Written by Bjorn Forsberg
Updated over a week ago

If your orders often go into multiple pages, you can make the following changes to save on paper.

Note: The following guide is relevant if you are using the template designs that are provided within the Order Printer Pro app.

Remove product images

You can remove the product images from the document to save space:

1- Go to the "Manage templates" page of Order Printer Pro

2- Click the "Edit template" button your the template you want to adjust

3- In the code section, find this line:

{% assign SETTING_show_product_images = true %}

4- Change it to:

{% assign SETTING_show_product_images = false%}


5- Click the "Save" button


โ€‹

Make the document text size smaller

You can save space in your templates, by making the font-size smaller in the documents:

1- Go to the "Manage templates" page of Order Printer Pro

2- Click the "Edit template" button your the template you want to adjust

3- In the code section, find this line of code:

font-size: 14px;

4- Change it to:

font-size: 12px;


5- Click the "Save" button

With these 2 changes done, each page will fit more details.

Did this answer your question?