Add invoice link to reminder (Order Printer Pro, Pathway, ...)

How to create a PDF link and paste it to your email reminders
Written by Raphael
Updated 2 weeks ago

1. Create the PDF link

Order Printer Pro

  1. Navigate to Automated PDFs
  2. Choose "Invoice with PO number" and click "Set up PDF link"
  3. Adjust settings. Click next step
  4. Click copy code and paste it somewhere so you can copy only the necessary part with the link. See below in bold:
    <p><a target='_blank' href='https://yourhsop.com/apps/download-pdf/orders/78c2875b4fb89792c6e1/{{ order.id | times: 5247 }}/{{ order.name | handleize }}.pdf'>Download PDF Receipt</a></p>
  5. Now, replace "order.id" with the following: "order.id | split: '/' | last"

Pathway

  1. Replace the placeholder with your real myshopify.com domain in this link: https://billing.platform.pathway-solutions.de/billing/documents/shopify/your.myshopify.com/{{order.id | split: '/' | last }}
  2. That's it! :-)

You can't find your myshopify.com domain? Go to your online store > right click > search for myshopify and copy the domain you find there.

2. Paste the link into your email reminder

  1. In Reminder plans > edit your reminder plan
  2. Edit your email template
  3. Click add section > and choose button (not payment button)
  4. Paste the generated PDF link into the link field

Did this answer your question?