If your orders often go into multiple pages, you can make the following changes to save on paper.
Note: This guide is relevant if you are using the template designs provided in 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
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- Replace it with a smaller number, for example:
font-size: 12px;
5- Find this line of code right after:
line-height: 18px;
6- Replace it with a smaller number, but bigger than the number we used on step 4, for example:
line-height: 15px;
5- Click the "Save" button
With these two changes in place, each page will now display more information. If you have other ideas for optimizing space in your documents but aren’t sure how to implement them, feel free to reach out — we’re happy to help!