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 Réponses

0 Réponses

Aucune réponse publiée pour l'instant

Personne n'a encore répondu à ce post. Revenez plus tard pour voir si une solution a été proposée, ou soumettez votre propre réponse pour aider d'autres utilisateurs.

Répondre à ce post

Si vous avez besoin d'aide pour publier une réponse, consultez la politique d'utilisation de la communauté.