Forums / General / Remove space after dollar sign in eZprice?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Remove space after dollar sign in eZprice?

Author Message

Alex Jones

Monday 17 November 2003 1:08:13 pm

How can I remove the space that is inserted after the dollar sign in a price? Right now it appears: $ 10.50 instead of $10.50.

Thanks,

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Adolfo Barragán

Tuesday 18 November 2003 3:15:39 am

You must change the settings in <site-root>/share/locale/your-language.ini

Regards
Adolfo Barragán

Alex Jones

Tuesday 18 November 2003 6:35:11 am

Thanks Adolfo!

FYI, for anyone else who needs to make the change, I edited these lines:

PositiveFormat=%c %p%q
NegativeFormat=%c %p%q

I removed the space between the %c and %p so they are now:

PositiveFormat=%c%p%q
NegativeFormat=%c%p%q

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>