Filters change the output of a Liquid object or variable. They are used within double curly braces {{ }} and variable assignment and are separated by a pipe character |.
Input
{{ "ordwaylabs" | append: ".zendesk.com/hc/en-us" }}
Output
ordwaylabs.zendesk.com/hc/en-us
Custom Ordway Filters
| invoice_sort: 'charge_id'
Ordering invoice lines by a property.
| group_invoice_lines_by: 'customer_name'
Group invoice lines by a property.
| invoice_roll_up
| format_number
Presents numbers with . and ,
Preconditions:
-
Customer Accounts must be configured.
-
Invoice/Credit/Statement etc must be created to use the correspondent template.
Comments
0 comments
Please sign in to leave a comment.