Hi
How can I change the Tax & Calculation Rule Titles? For example, if I set up a rule for VAT, how can I provide the Title in say, German (MwSt)?
Thanks in advance.
I suppose you want to display MwSt on the Product details page. The easiest method is to go to the Joomla Language Manager > Overrides > Filter: 'German site' and search for the string you want to change on the right side. Then add your 'override' on the left side. Example: I'm displaying only the final sales price incl. VAT on the Product details page. Therefore I'm overriding the original key/string
COM_VIRTUEMART_PRODUCT_SALESPRICE="Brutto-Verkaufspreis: "
with this:
COM_VIRTUEMART_PRODUCT_SALESPRICE="inkl. MwSt.: "
Then it looks like in the screenshot attached below.
Hi
Thanks - that's exactly what I was looking for!
Regards
David