Search the Community
Showing results for tags 'bitcoin'.
-
The module adds to osCommerce additional payment methods via payment procesor. Key features: The gateway is fully automatic - set it and forget it Payment amount is calculated using real-time exchange rates Your customers can select to pay with Bitcoin, Litecoin, Ethereum and other cryptocurrencies at checkout No setup or recurring fees No chargebacks - guaranteed! Payments forwarding directly into your wallet Partial payments allow Fully Anonymous. No KYC/documentation necessary. Around the world Unlimited count of your requests Enables checkout via , the first multi-cryptocurrency payment gateway. https://github.com/Plisio/oscommerce/releases/download/1.0.0/oscommerce.zip
-
Hi all, Does anyone accept Bitcoins? I would like to start accepting Bitcoins, but keep them in my own wallet instead of signing up with merchant solutions that will pay me in "normal" currency. I looked through add-ons and found couple of solutions, but: 1. They all seem to be old (2+ years old) 2. Current setup of osCommerce does not support Bitcoin (BITC) as a currency. Yes, I can add it manually, but update engines in use do not support it yet. Any pointers? Thanks, Rudolf
-
Hallo, ich versuche grad Bitcoins als Zahlungsmethode zu integrieren. Geht das nur über Bitpay? Und wenn ja, wo findet man die Bitcoin-Adresse für die Überweisung? Ist sie identisch mit dem API-Key, denn man in den Einstellungen bei Bitpay findet? Hab alles bei Bitpay durchforstet, aber dort steht halt keine Bitcoin-Adresse zum Eintragen. *denk* Liebe Grüße, Spelly :-)
-
Hello folks, I'm relatively new to osCommerce but have flirted with it in the past. I have an interest in Bitcoin and was surprised at how limited the support was in osCommerce for it. So I've created the module below. I'm interested to know the best way to release it officially for osCommerce users to get it as easily as possible. Thanks, - weex osCommerce Bitcoin Payment Module v0.6 available at: https://github.com/weex/oscommerce-bitcoin This module enables your osCommerce webstore to accept Bitcoin. Features: * Bitcoind and monitor.py can be run on a server other than the osCommerce hosting server * Creates a unique payment address for each order * Updates order to Delivered when payment is received (# of confirmations is configurable) * Forwards Bitcoins to forwarding address once the local bitcoind has more than a threshold amount * Python script monitors bitcoind and will restart it if it becomes unresponsive Requirements: osCommerce (tested so far only with v2.3.1) Python with modules: MySQLdb and simplejson bitcoind Inspired by http://addons.oscommerce.com/info/8170 by phoenix.x742 / 2 Oct 2011 bpn.php modified from an osCommerce Paypal IPN script