VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: duncan12 on October 13, 2015, 17:42:50 PM

Title: text "Tax%" in the shopping cart
Post by: duncan12 on October 13, 2015, 17:42:50 PM
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
Title: Re: text "Tax%" in the shopping cart
Post by: jenkinhill on October 13, 2015, 18:29:55 PM
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
Title: Re: text "Tax%" in the shopping cart
Post by: duncan12 on October 13, 2015, 18:50:32 PM
Yep. That was it. Thanks.