Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dont see btc on dutch shop #19

Open
maxanoo opened this issue Apr 16, 2013 · 3 comments
Open

dont see btc on dutch shop #19

maxanoo opened this issue Apr 16, 2013 · 3 comments

Comments

@maxanoo
Copy link

maxanoo commented Apr 16, 2013

hi,
i installed this extension on my dutch magento shop.
I dont know if i have to be here, but i dont see the bitcoin price in my shop.
how can i enable this?
The configuration -> catalog -> Show price in BTC i set to yes.

the checkout works fine, but i want to show btc-prices on product detail page.

thanks in advance

@jgautheron
Copy link
Contributor

Hi,

Could you give us a link to your shop so that we could check where the issue is?

Thanks.

@Progressed36
Copy link

I have solved the issue... your missing a few lines in \lib\Zend\Locale\Data\nl.xml

I have no idea howto add the xml file to the issue, but heres what i added:

Search for /currencies> and paste it 1 line above the endtag.

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

hope it helps!

@Progressed36
Copy link

i added a file to the repository... When its approved you could overwrite nl.xml in / lib / Zend / Locale / Data /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants