How can I configure the currency symbol to appear before the amount? I am using £ (GBP). It looks rather odd in orders for the symbol to appear after the amount. I could not see a parameter in the currency symbol area to let me do this.
Support
Support is part of Event Gallery Extended.
Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.
For general information you can also jump to the manual.
Subscribe now!#1684 How to place currency symbol in front of value
Posted in ‘Event Gallery Extended’
This is a public ticket
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by stuartbarry on Thursday, 27 August 2015 13:21 UTC
Thursday, 27 August 2015 09:02 UTC
stuartbarry
Thursday, 27 August 2015 12:15 UTC
sbluege
That is editable via the Joomla Language Manager. Just create an override for this key: COM_EVENTGALLERY_MONEY_FORMAT
https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla
The current value is COM_EVENTGALLERY_MONEY_FORMAT="%2$.2f %1$s", you want this value "%1$s %2$.2f "
https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla
The current value is COM_EVENTGALLERY_MONEY_FORMAT="%2$.2f %1$s", you want this value "%1$s %2$.2f "
Thursday, 27 August 2015 13:21 UTC
stuartbarry
Excellent. Thanks so much. I did not know that this existed in Joomla. I have never had to use it before. Works a treat.