Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install Magento Bitcoin currency extension?

How do I install the Magento Bitcoin currency extension on a Linux box with standard LAMP stack?

I have already searched, 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).

like image 852
David Maitland Avatar asked Jun 22 '11 16:06

David Maitland


1 Answers

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?

like image 55
djdy Avatar answered Nov 10 '22 10:11

djdy