Remove Tax from Product Line Items HOW?

I’ve checked Quotes module, Invoices module, Products module… I cannot figure out how to remove the tax fields from the line items.

Any help appreciated!

remove-line-item-tax-how1

I tried editing the following 2 files and did manage to make these two fields disappear from the quote form, but it broke the totals at the end of the quote so I must have done something wrong. I’ll keep hacking at it, but if anyone has any pointers here I would appreciate it.

\modules\AOS_Products_Quotes\Line_Items.php
\modules\AOS_Products_Quotes\line_items.js

still hacking at this - every time I manage to get the tax fields off the quote form I break something else. Some pointers would be greatly appreciated.

Those are special modules that use more than one module.

Take a look into this post for some ideas:

I think I’m just going to try to hide it with CSS.