Difference between revisions of "OpenCart Bitcoin"

From Bitcoin Wiki
Jump to: navigation, search
(External Links)
(Added blockonomics plugin)
Line 3: Line 3:
 
==European OpenCart Compatible Payment Providers==
 
==European OpenCart Compatible Payment Providers==
 
BitcoinPay.com<ref>[https://bitcoinpay.com BitcoinPay.com]</ref> is a European <ref>[http://cointelegraph.com/news/115421/opencart-online-shops-welcome-bitcoin-payments OpenCart Online Shops Welcome Bitcoin Payments]</ref> Bitcoin Payments processor. It has a OpenCart Bitcoin Payments Plugin which registered users can integrate into their e-commerce stores, to enable them to take payments within the Eurozone, as well as local payments in Czech Koruna, and Polish Zloty. Settlements can be set to remit in any percentage of fiat and bitcoin.
 
BitcoinPay.com<ref>[https://bitcoinpay.com BitcoinPay.com]</ref> is a European <ref>[http://cointelegraph.com/news/115421/opencart-online-shops-welcome-bitcoin-payments OpenCart Online Shops Welcome Bitcoin Payments]</ref> Bitcoin Payments processor. It has a OpenCart Bitcoin Payments Plugin which registered users can integrate into their e-commerce stores, to enable them to take payments within the Eurozone, as well as local payments in Czech Koruna, and Polish Zloty. Settlements can be set to remit in any percentage of fiat and bitcoin.
 +
 +
==Direct to Wallet OpenCart Module==
 +
[[Blockonomics]] has an opencart module that allow merchants to receive bitcoin directly to wallet<ref>https://blog.blockonomics.co/how-to-accept-bitcoin-on-opencart-60df93c3f084</ref>. All major HD Wallets like blockchain.info, electrum, trezor are supported.  The plugin is open source and can  be access on github<ref>https://github.com/blockonomics/opencart3-plugin</ref>
  
 
==Old OpenCart Bitcoin Extension==
 
==Old OpenCart Bitcoin Extension==

Revision as of 11:20, 1 August 2018

Sites using the Open Source OpenCart e-commerce system, available in many web hosting packages, can configure their stores to use third party payment processing companies. This enables companies using OpenCart to accept bitcoin from their customers with minimal effort or risk.

European OpenCart Compatible Payment Providers

BitcoinPay.com[1] is a European [2] Bitcoin Payments processor. It has a OpenCart Bitcoin Payments Plugin which registered users can integrate into their e-commerce stores, to enable them to take payments within the Eurozone, as well as local payments in Czech Koruna, and Polish Zloty. Settlements can be set to remit in any percentage of fiat and bitcoin.

Direct to Wallet OpenCart Module

Blockonomics has an opencart module that allow merchants to receive bitcoin directly to wallet[3]. All major HD Wallets like blockchain.info, electrum, trezor are supported. The plugin is open source and can be access on github[4]

Old OpenCart Bitcoin Extension

An older extension made by John Atkinson (jga) of [5] - the original source of this page - is no longer actively maintained as of mid 2013. Information relating to it is below to maintain the record.

An OpenCart payment module that communicates with a bitcoin client using JSON RPC.

This code accurately converts USD to BTC using the up-to-the-minute MtGox average. It is completely self contained and requires no cron jobs or external hardware other than a properly configured bitcoind server. Every order creates a new bitcoin address for payment and gives it a label corresponding to the order_id of the order. It installs like any other OpenCart plugin and it is completely integrated with OpenCart.


History

OpenCart Bitcoin was first made available on September 21, 2012[6].

External Links

References