Skip to main content
other.liquid tags are grouped by default vs optional usage.
  • Default components are already present in the shipped other.liquid template.
  • Optional components can be added or used to replace parts of the default layout.
Common tags are documented on Common tags: {% legacy_navbar %}.

Default components

Page context

On the Customer Portal v2 order details page, other.liquid also receives an order object. If the order has a finalized invoice, you can access it through order.invoice and reuse invoice fields such as the invoice number, status, and payment link.

{% main_content %}

Notes

  • {% main_content %} returns an empty string if no content_html register is present.