Filters
Example syntax
{{ order.billing_address.zip | upcase }}
{% assign full_name = customer.first_name | append: " " | append: customer.last_name %}Last updated
Was this helpful?
{{ order.billing_address.zip | upcase }}
{% assign full_name = customer.first_name | append: " " | append: customer.last_name %}Last updated
Was this helpful?
Was this helpful?