Skip to main content
Removing or resizing product images

How to remove the product images from the documents

Blanca Gongora avatar
Written by Blanca Gongora
Updated over 10 months ago

Sometimes, it can be helpful to resize or omit product images in documents. This guide will explain how to achieve either option.

1- Remove product images

You can completely remove the product images from any of our Order Printer Pro default templates by following the instructions below.

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

2- Click the "Edit template" button on 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

2- Resize the product images

You may adjust the product image size by following these steps:

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

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

3- In the code section, find this line:

{% assign SETTING_product_image_size = 58 %}

4- Change the 58 value with your desired size
5- Click the "Save" button.

Having more questions? No worries, get in touch with our 24/7 support team, and we'll be glad to help you!


โ€‹

Did this answer your question?