Skip to main content

append

string | append: string
returns string

Adds a given string to the end of a string.

{%- assign path = product.url -%}

{{ request.origin | append: path }}

Output

https://polinas-potent-potions.myshopify.com/products/health-potion
Was this page helpful?