Custom Quote Template Beta

tanyaunangst
Participant

Are the fields for ADDITIONAL_FEES listed somewhere?

I would like to display the fee amount for tax instead of the percentage.  The code in the example line items table is like this (below).  But the Modern quote template displays the tax as a dollar amount instead of the percentage.  I'd like to do the same on our custom template but I don't know what field is used for the tax amount on an additional fee. I haven't been able to find the html for the Modern Template anywhere. 
Does anyone know the field for the fee dollar amount for tax, or are all the fields documented anywhere? 

{{ fee.category == "DISCOUNT" ? "-" : null }}
{% if fee.is_percentage %}
{{ fee.amount }} %
{% else %}
{{ fee.amount|format_currency(LOCALE, CURRENCY, true)}}
{% endif %}

0 Replies 0

0 Replies

No replies on this post just yet

No one has replied to this post quite yet. Check back soon to see if someone has a solution, or submit your own reply if you know how to help! Karma is real.

Reply to post

Need help replying? Check out our Community Guidelines