Add order number and date time format on email subject

Add order number and date time format on email subject

When exporting data to email, you can edit the email subject line to suit your preferences.


You are also able to add the dynamic order number and date/time to the email subject.



Add the order number to the email using the placeholder {{source.first_order_number}}. The placeholder can be added between any words.


You can also add the date and time to the email subject by pasting this code in the Email subject field.


{{'now' | in_time_zone: source.timezone | date: source.datetime_format }}


You can choose to add before, after, or in between the subject by placing the code accordingly.


The date-time format follows the file date format.

    • Related Articles

    • How can I create different email body based on whether an order count exists?

      You can find the email body section in the email edit settings. Liquid mapping can generate email body, both with and without order details. Use the value below: {% if orders.count > 0 %} Here are the orders files. Please process the orders. {% else ...
    • Setting up Order Export Print Direct

      Export orders via Printer. Please install QZ Tray here. Both QZ Tray and export app must be opened at all times to use printing functionality. Once both have opened, click on Connect and a pop up will appear. Click on Allow and you can't use the ...
    • How to Add Custom Fields to Orders (Gift Messages, Delivery & Pick-up Info)?

      To add custom fields such as gift messages or delivery/pick-up information to an order, follow these steps: Click Add Field and search for Line item property by title. Select the field, then open its Formatting & Properties page. If needed, use ...
    • Setting up Order Export with Shopify Private App

      Export via Shopify Private App allows you to retrieve orders from other Shopify store without the need of installing app on that store. But the other Shopify store has to create an app. Steps: 1. Navigate to Shopify Admin > Apps. 2. Click on Develop ...
    • PDF Guide

      This guide details how to customise Invoice PDFs using prompts, providing a range of customisation options. Prompts can be combined to achieve complex modifications, such as uploading and resizing logos, adding social media links, changing column ...