Dear community
I need to change the way VM formats its price text
Normal text is formated like this:
excl. VAT 200 €
I need it to be this:
200 € excl. VAT
I can't find any options in the backend, i also can not find to override this in the template all i can find is something like this:
echo $this->currency->createPriceDiv ('taxAmount', 'COM_VIRTUEMART_PRODUCT_TAX_AMOUNT', $this->product->prices);
but that won't do.
It also is not in the language files.
Its also not the currency editor because thats only for SIGN, NUMBER and SYMBOL (+ 200 €); what i need is to move the position for "excl vat" from before the string to the back of the string.
Any help ?
Joomla 2.5
VM 2.0