开发者

Set currency name in magento

开发者 https://www.devze.com 2023-03-15 10:18 出处:网络
I have a store localized in Romania. Recently I noticed that most online from Romania have currency as Leu/Lei instead of RON.

I have a store localized in Romania. Recently I noticed that most online from Romania have currency as Leu/Lei instead of RON. I was trying开发者_开发问答 to change that too but probably I'm missing something.

in \magento\lib\Zend\Locale\Data\root.xml it's set like this:

<currency type="RON">
    <symbol>RON</symbol>
</currency>

and ro.xml (same path) have:

<currency type="RON">
    <displayName>leu</displayName>
    <displayName count="one">leu</displayName>
    <displayName count="few">lei</displayName>
    <displayName count="other">lei</displayName>
</currency>

I didn't see any other place where currency is set. Any clues?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号