I'm very new to Magento and I have just got it working on my Linux box with a standard LAMP stack.

I wish to install the Magento BitCoin currency extension, but I don't know how to install the extension in Magento. I have already searched and read the documentation and put the files in the root Magento directory, just as the instructions say to do: https://github.com/ticean/magento-bitcoin/wiki/Installation

What am I doing wrong?

link|improve this question
feedback

1 Answer

up vote 6 down vote accepted

Copy files from /lib/ into your /lib/.

Then everything in /app/ into your /app/.

Make sure to upload /design/ into the correct template you are using.

Code is going into /community/, NOT core or local.

Finally, ScaleWorks_Bitcoin.xml goes into /app/etc/modules.

Verify that Magento can see the module in Admin -> Config -> Advanced. Does the module show up on that list?

link|improve this answer
And remember to clear the cache! – clockworkgeek Jun 22 '11 at 17:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.