Pregunta

System->Configuration->Currency setup->Allowed currencies

How am i supposed to add a new currency(say bitcoin) to this list.

¿Fue útil?

Solución

Finally I have resolved this issue. I have added this code to lib/Zend/Locale/Data/en.xml:

<currency type="BTC">
    <displayName>Bitcoin</displayName>
    <displayName count="one">Bitcoin</displayName>
    <displayName count="other">Bitcoins</displayName>
    <symbol>BTC</symbol> 
</currency>

Otros consejos

You can also sell the BCH in your digital wallet through a peer-to-peer trading platform, such as Local.Bitcoin.com. Create an account and list the amount of BCH you want to sell, as well as which payment type you'd like to accept. This can include in-person cash payments or online payments such as bank transfers.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top