At present, I have the sub-total text say "Sub-total (including VAT @17.5%)"; the client has now expanded his options so that tax is sometimes NOT applied.
What I want to do is to change that sub-total text depending on whether tax is "on" or "off".
It seems to me that the logical place to do it is to insert a conditional statement in the function ot_subtotal in includes/modules/order_total/ot_subtotal.php to change the value of MODULE_ORDER_TOTAL_SUBTOTAL_TITLE so my question is - what is the variable for tax on/off?




