Edit History
Hi, i went to /localization/CLDR/core/common/main/ chose es-MX.xml so i could change the currency symbol to MXN because it just looks odd having USD $ and MXN as $ aswell, products on my site just look expensive lol.
I looked for currencyformat but none of my code look like any of yours mentioned
as you can see the ¤ is after but on my website it isn't.
My version of prestashop is 1.7.6.7
Is it again different for this version? it's driving me crazy
<currencyFormats numberSystem="latn">
<currencyFormatLength type="short">
<currencyFormat type="standard">
<pattern type="1000" count="one">0 k¤</pattern>
<pattern type="1000" count="other">0 k¤</pattern>
<pattern type="10000" count="one">00 k¤</pattern>
<pattern type="10000" count="other">00 k¤</pattern>
<pattern type="100000" count="one">000 k¤</pattern>
<pattern type="100000" count="other">000 k¤</pattern>
<pattern type="1000000" count="one">0 M¤</pattern>
<pattern type="1000000" count="other">0 M¤</pattern>
<pattern type="10000000" count="one">00 M¤</pattern>
<pattern type="10000000" count="other">00 M¤</pattern>
<pattern type="100000000" count="one">000 M¤</pattern>
<pattern type="100000000" count="other">000 M¤</pattern>
<pattern type="1000000000" count="one">0000 M¤</pattern>
<pattern type="1000000000" count="other">0000 M¤</pattern>
<pattern type="10000000000" count="one">00 MRD ¤</pattern>
<pattern type="10000000000" count="other">00 MRD ¤</pattern>
<pattern type="100000000000" count="one">000 MRD ¤</pattern>
<pattern type="100000000000" count="other">000 MRD ¤</pattern>
<pattern type="1000000000000" count="one">0 B¤</pattern>
<pattern type="1000000000000" count="other">0 B¤</pattern>
<pattern type="10000000000000" count="one">00 B¤</pattern>
<pattern type="10000000000000" count="other">00 B¤</pattern>
<pattern type="100000000000000" count="one">000 B¤</pattern>
<pattern type="100000000000000" count="other">000 B¤</pattern>
</currencyFormat>
</currencyFormatLength>
</currencyFormats>
<currencies>