How to add selected pick-up location information to the Order Confirmation email?

Eu

Erik

April 12, 2026

Order confirmation email

The result looks like this:

jrU5JFJ5SiyV6xVridM1MX4cMnVkrZpX5A.png

You would need to place the following code on the Order Confirmation email notification:

{% if attributes.Location_name!=='' %} <p><b>Pick-up from:</b> <br> {{attributes.Location_name}} <br> {{attributes.Address}}</p> {% endif %}

You can place the code like this


PS: This information block will only be shown to customers who choose a Parcely pick-up point/locker service provider as their shipping method.


Powered By SparrowDesk