Jump to content

Problem with a currency symbol


paolojpa

Recommended Posts

Ok if adding new currency does not solve your issue than follow this steps:

1. Coneect with ftp/cpanel/plesk and Go to translations/cldr/main--en-US--currencies

2. find out USD and in this section replace your currency icon with $ where is says symbol and symbol-alt-narrow 

3. save the file and you are done

Link to comment
Share on other sites

20 minutes ago, paolojpa said:

and what if the folder "translations/cldr/" it's empty?

  

seems like in 1.7.6.0 some files positions and type changed.

Go to localization > CLDR > core > common > main

open file es_US.xml and find out USD and replace your symbol with $

Link to comment
Share on other sites

If you want to change the position of symbol than find currencyFormat in the same file and in the section pattern change the position of ¤ 

For the file es_CL.xml for the currency CLP. After saving clear Prestashop chache and your browser cache

<currencyFormats numberSystem="latn">
	<currencyFormatLength>
		<currencyFormat type="standard">
			<pattern>¤#,##0.00;¤-#,##0.00</pattern>
		</currencyFormat>
	</currencyFormatLength>
</currencyFormats>

To:
<currencyFormats numberSystem="latn">
	<currencyFormatLength>
		<currencyFormat type="standard">
			<pattern>#,##0.00¤;¤-#,##0.00</pattern>
		</currencyFormat>
	</currencyFormatLength>
</currencyFormats>

 

Link to comment
Share on other sites

9 hours ago, prestamodulo said:

If you want to change the position of symbol than find currencyFormat in the same file and in the section pattern change the position of ¤ 

For the file es_CL.xml for the currency CLP. After saving clear Prestashop chache and your browser cache


<currencyFormats numberSystem="latn">
	<currencyFormatLength>
		<currencyFormat type="standard">
			<pattern>¤#,##0.00;¤-#,##0.00</pattern>
		</currencyFormat>
	</currencyFormatLength>
</currencyFormats>

To:
<currencyFormats numberSystem="latn">
	<currencyFormatLength>
		<currencyFormat type="standard">
			<pattern>#,##0.00¤;¤-#,##0.00</pattern>
		</currencyFormat>
	</currencyFormatLength>
</currencyFormats>

 

i have changed that and delete cache of the website and my browser and nothing happens

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...