Update:

I take no credit for this:

To simply display (Incl VAT.) or (Excl. VAT.) simply overtype the **** in the code underneath.

This must be added to includes/classes/currencies.php

Find:

return $this->format($this->calculate_price($products_price, $products_tax, $quantity))

Replace with:

return $this->format(tep_add_tax($products_price, $products_tax) * $quantity) . ' (****)
';

No file to be uploaded.

Regards

Elroy

More...