Hello Teitbite,
I tried this:
cookiesbakery.pt/language/pt-PT/pt-PT.com_virtuemart.ini
COM_VIRTUEMART_PRODUCT_TAX_AMOUNT="IVA incluído "
However i still get the "Valor do imposto".
And when i try to search for "Valor do imposto" on that file it doesn't exist.
I also try the same search in cookiesbakery.pt/administrator/components/com_virtuemart/language/pt-PT/frontend/pt-PT.com_virtuemart.ini but it doesn't exist too.
I checked cookiesbakery.pt/templates/gk_quark/html/com_virtuemart/productdetails/default.php in line 230:
if($this->product->prices['taxAmount'] != 0) {
echo $this->currency->createPriceDiv ('taxAmount', 'COM_VIRTUEMART_PRODUCT_TAX_AMOUNT', $this->product->prices);
}
and i'm guessing that i'm looking for the right string, but i'm not finding anywhere.
Any clue on how to find it?
Thanks