order.admin_url - Displays the edit order admin URL

Description

Use {{ order.admin_url }} placeholder to get the edit order admin URL.

Usage

Place {{ order.admin_url }} in any field that supports placeholders. For example email message.

When creating the link, make sure that the placeholder is placed in the href attribute of the link: <a target="_blank" href="{{ order.admin_url }}">Edit this order</a>

Parameters

This placeholder does not have any parameters.

Fallback

This placeholder does not have any fallback. If it is used in an event that does not provide order data, it will display no content.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us