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

Update README and add the BTC currency for NL #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 85 additions & 18 deletions Mtgox_Bitcoin.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,35 @@
<_>
<form_key>HkwsfxPgNw9eNRAh</form_key>
<form_key>Ep7TlguJHxhVjbAs</form_key>
<name>Mtgox_Bitcoin</name>
<channel>community</channel>
<version_ids>
<version_ids>2</version_ids>
</version_ids>
<summary>Extension Summary</summary>
<description>Extension Description</description>
<summary>Mt.Gox Payment Extension allow any merchant to add the support of Bitcoin on their Magento setup.</summary>
<description>Based on Mt.Gox Merchant API, the Mt.Gox Payment Extension offers the same features and advantages including instant checkout for Mt.Gox users account holders and mobile payment on supported mobile applications via QR codes.

Mt.Gox Magento plug-in also supports a basic Autosale function allowing merchants to automatically sell their Bitcoins into other currencies at market price as well as being instantly informed by email each time a transaction has been cleared.

Like another other payment solution methods proposed by Mt.Gox, this plug-in also support instant payment for Mt.Gox account holders. </description>
<license>BSDL</license>
<license_uri>http://www.linfo.org/bsdlicense.html</license_uri>
<version>1.0.5</version>
<license_uri>http://opensource.org/licenses/bsd-license.php</license_uri>
<version>1.2.1</version>
<stability>stable</stability>
<notes>Release note</notes>
<notes>- Fixes API changes
- Fixes the redirection loop
- Performance changes</notes>
<authors>
<name>
<name>Tenwa</name>
<name>MtGox</name>
<name>Tibanne</name>
</name>
<user>
<user>jgautheron</user>
<user>mtgox</user>
</user>
<email>
<email>[email protected]</email>
<email>[email protected]</email>
</email>
</authors>
<depends_php_min>5.2.0</depends_php_min>
<depends_php_min>5.1.0</depends_php_min>
<depends_php_max>6.0.0</depends_php_max>
<depends>
<package>
Expand All @@ -43,7 +46,7 @@
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
Expand All @@ -60,39 +63,103 @@
</depends>
<contents>
<target>
<target>magedesign</target>
<target>magedesign</target>
<target>mageetc</target>
<target>magelocal</target>
<target>magecommunity</target>
<target>mageetc</target>
<target>magedesign</target>
<target>magedesign</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
<target>magelib</target>
</target>
<path>
<path>frontend/base/default/layout/bitcoin.xml</path>
<path>frontend/base/default/template/mtgox</path>
<path>modules/Mtgox_Bitcoin.xml</path>
<path/>
<path>Mtgox/Bitcoin</path>
<path>modules/Mtgox_Bitcoin.xml</path>
<path>frontend/base/default/layout/mtgoxbitcoin.xml</path>
<path>frontend/base/default/template/mtgox/bitcoin</path>
<path>Zend/Locale/Data/ca.xml</path>
<path>Zend/Locale/Data/da.xml</path>
<path>Zend/Locale/Data/de.xml</path>
<path>Zend/Locale/Data/en.xml</path>
<path>Zend/Locale/Data/es.xml</path>
<path>Zend/Locale/Data/fr.xml</path>
<path>Zend/Locale/Data/hu.xml</path>
<path>Zend/Locale/Data/ja.xml</path>
<path>Zend/Locale/Data/nl.xml</path>
<path>Zend/Locale/Data/pl.xml</path>
<path>Zend/Locale/Data/pt.xml</path>
<path>Zend/Locale/Data/ru.xml</path>
</path>
<type>
<type>file</type>
<type>dir</type>
<type>file</type>
<type>file</type>
<type>dir</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
<type>file</type>
</type>
<include>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
<include/>
</include>
<ignore>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
<ignore/>
</ignore>
</contents>
<page>1</page>
<limit>200</limit>
<folder/>
<package/>
</_>
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Magento payment module
# MtGox magento module

Magento payment module for MtGox api
Integration of the MtGox payment method and of the Bitcoin currency.

### How to install/configure

1. Copy the app and lib folders into your magento root folder. Ignore the Mtgox_Bitcoin.xml and package.xml files, they are there only for development purposes.
2. Clear every cache under System / Cache Management
3. Log out from the admin panel and then log in again
4. Configure the MtGox payment method in `System / Configuration, Sales > Payment Methods > MtGox Bitcoin`, fill in the API Secret + Key

### How to show the Bitcoin price beside the normal price in your catalog

1. Go to `System / Configuration, Catalog > MtGox Bitcoin`, and set "Show price in BTC" as "Yes".
2. Clear your cache

### How to enable the Bitcoin currency

1. Go to `System / Configuration, Advanced > System`. In Currency, select the Bitcoin currency.
2. Then configure on your website under `System / Configuration, General > Currency Setup` the Base Currency and Default Display Currency as Bitcoin, add as well Bitcoin in the allowed currencies. **This will switch the previous currency you had configured to Bitcoin**.

Please keep in mind that there won't be any conversion from your previous currency to Bitcoin. We consider that you will create or import the products with the proper Bitcoin price.

### Known Issues

1. *You override the native XML files in lib.* We don't have a choice, until Magento adds natively the Bitcoin currency.
2. *I don't see the Bitcoin currency in my country/language.* We have to add it manually, create a Github Issue and we will take care of it.
Loading