Table of Contents
The Shopify Order Printer app is a powerful tool designed to help merchants create, customize, and print various order documents such as invoices, packing slips, and receipts directly from their Shopify store. This app provides a flexible and efficient way to manage your order paperwork, ensuring that all necessary information is included and professionally presented. With the Order Printer app, you can streamline your order processing and enhance the customer experience by providing clear and detailed documentation.
To display the selected delivery date and time in your Shopify Order Printer template, follow these detailed steps:
Step 1 – Open the Order Printer App #
- Log in to your Shopify admin panel.
- Navigate to the “Apps” section and open the Order Printer app.
Step 2 – Click on the “Manage Template” Button #
- Once inside the app, locate the “Manage Template” button. Click on it to access the template editing section.
Step 3 – Select and Click on the Template Name #
- You will see a list of templates available in the app. Choose the template in which you want to add the delivery date and time information. Click on the template name to open it for editing.
Step 4 – Insert the Code #
{% for attribute in order.attributes %}
{{ attribute | first | replace: '-', ' ' | replace: '_', ' ' | capitalize }} : {{ attribute | last | capitalize }}
{% endfor %}