Anybody know where the text "Tax%" comes from in the shopping cart? I don't see it in shopper fields or in Language Overrides. See attached screenshot. Virtuemart 3.0.10
In the default VM template the constant for Tax is COM_VIRTUEMART_CART_SUBTOTAL_TAX_AMOUNT and the % is appended to the tax rate applied - but you seem to be using a template override, so it could even be hard coded into the override. The file to check is templates/[your Joomla template]/html/com_virtuemart/cart/default_pricelist.php
Yep. That was it. Thanks.