Adding pick-up location information to order Status page.

Created by Erik, Modified on Thu, 13 Jan 2022 at 03:25 PM by Erik

Order Success/Thank You/Order Status page


The result looks like this:


You would need to place the following code on the Order status page:

<script> {% if checkout.attributes.Location_name!=='' %} Shopify.Checkout.OrderStatus.addContentBox( '<p><b>Pick-up from:</b> <br> {{checkout.attributes.Location_name}} <br> {{checkout.attributes.Address}}</p>' ) {% endif %} </script>

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. 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article