tax_line - aareano/ifshop-wiki GitHub Wiki
This drop is corresponds to Shopify's.
additional properties
none
missing properties
none
tax_line.title
Returns the title of the tax.
Input
{{ tax_line.title }}
Output
GST
tax_line.price
Returns the amount of the tax. Use one of the money filters to return the value in a monetary format.
Input
{{ tax_line.price | money }}
Output
€25
tax_line.rate
Returns the rate of the tax in decimal notation.
Input
{{ tax_line.rate }}
Output
0.14
tax_line.rate_percentage
Returns the rate of the tax in percentage format.
Input
{{ tax_line.rate_percentage }}%
Output
14%