Pages:
Author

Topic: Bounty PAID: BITCOIN OPEN CART PAYMENT MODULE! - page 4. (Read 20655 times)

sr. member
Activity: 462
Merit: 250
Congrats jga!
jga
member
Activity: 96
Merit: 10
http://btcgear.com
Bounty paid!  Thanks cablepair.
sr. member
Activity: 462
Merit: 250
Bitcoind is up, you can check out the demo site. And here are more screenshots from the store back.

sr. member
Activity: 462
Merit: 250
How are you polling bitcoind?
listtransactions to catch new incoming transactions; then getreceivedbyaddress and getbalance for all outstanding invoices to catch transaction reversal.
BCB
vip
Activity: 1078
Merit: 1002
BCJ
How are you polling bitcoind?
sr. member
Activity: 462
Merit: 250
Here is another extension that satisfies the given requirements: code, demo.
It does not update BTC rate automatically. I believe, it should be done in a separate module. The payment module just uses the current rate from OpenCart settings.
The extension is designed to work together with a cron job that processes outstanding invoices. However, the cron job is optional: bills can be processed manually from admin panel.
Why cron job? Bitcoind does not have an option to notify us when a new block arrives. So, it is necessary to poll bitcoind for changes. Under normal circumstances, the payment transaction arrives while the customer has the site open in browser; so this event is processed automatically. After that we don't hold the customer any longer, and they are free to browse away without waiting for confirmations. This is where I rely on the cron job to check if the transaction gets confirmed or reversed and change the order status accordingly. If cron job is not installed, a store operator has to open an outstanding bill's page, click "Process" and see the final status of the payment.

Update: VPS with bitcoind went down. Sad I will make an update when it will be up, so you all can try the demo site.

In the meantime, here is a screenshot of the settings page:


Update: Bitcoind is up, demo site should be fully functional now.
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
sorry been super busy - I  promise I will test this tomorrow and pay the bounty if it meets requirements.

thanks.
jga
member
Activity: 96
Merit: 10
http://btcgear.com


I just remembered I have to check this one out.

(Sorry Doug Tongue )

That's cool. Also, who's Doug? Huh I'm John. Although, pay me 50 bitcoins and you can call me whatever you want.  Wink

Some feature requests:
- Bitcoin URIs support
- Something like Bitcoin SCI ( connected with blockexplorer/blockchain.info APIs ) to avoid bitcoind.

I'm not going to use your great module, but I think that someone will like these features Smiley


The URI support is a good idea. I'm also looking into the best way to add QR codes to the mix.

The Bitcoin SCI integration would be a lower-priority feature because the main idea behind this was to help merchants avoid third parties. However, if someone wants to throw some money at this, I'll get it done. My long-term vision for this module is a one-stop shop for OpenCart merchants to get FULL Bitcoin integration anywhere they could possibly want it. I even have aspirations of forking OpenCart and creating an out-of-the-box full Bitcoin merchant solution.
staff
Activity: 4256
Merit: 1208
I support freedom of choice
Some feature requests:
- Bitcoin URIs support
- Something like Bitcoin SCI ( connected with blockexplorer/blockchain.info APIs ) to avoid bitcoind.

I'm not going to use your great module, but I think that someone will like these features Smiley
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
Dear Friends,


Bit-pay has been DDOS'd for awhile now, and a lot of us merchants who depend on them are losing money.

I am personally offering a bounty of 50 BTC for someone to develop an opensource payment module for Opencart that will interact with Bitcoind.

There already is a payment module like this for zencart but it is very very primitive.

This Module should:

Allow to be installed like regular opencart plugin
interact with Bitcoind on local or remote server
be able to convert prices from USB to BTC correctly for invoice
should be able to generate new btc address for every transaction
should be completely integrated with Opencart


if any other merchants would like to contribute to this bounty please feel free.

thank you.

As I'm certain the code I've written (you can find it at https://github.com/btcgear/OpenCart_Bitcoin) fills and exceeds the requirements, please send the bounty to 12ctRXVVPAXQ6CQyEXkBhvi33K7kP4CMB5 .

There are a few other features that I'm continuing to work on, so stay tuned. Also, let me know if you have any issues and I will work diligently to fix them.

I am still accepting feature requests with and without bounty (obviously, the bounty ones will be higher priority). Let me know what features you would like to see.

1 block bounty Wink

I would purchase this module once completed.

You are certainly welcome to donate.

I just remembered I have to check this one out.

(Sorry Doug Tongue )
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
gangsta.

I will test this tomorrow and if it works I will pay the bounty promptly.

thanks

Tom
jga
member
Activity: 96
Merit: 10
http://btcgear.com
Dear Friends,


Bit-pay has been DDOS'd for awhile now, and a lot of us merchants who depend on them are losing money.

I am personally offering a bounty of 50 BTC for someone to develop an opensource payment module for Opencart that will interact with Bitcoind.

There already is a payment module like this for zencart but it is very very primitive.

This Module should:

Allow to be installed like regular opencart plugin
interact with Bitcoind on local or remote server
be able to convert prices from USB to BTC correctly for invoice
should be able to generate new btc address for every transaction
should be completely integrated with Opencart


if any other merchants would like to contribute to this bounty please feel free.

thank you.

As I'm certain the code I've written (you can find it at https://github.com/btcgear/OpenCart_Bitcoin) fills and exceeds the requirements, please send the bounty to 12ctRXVVPAXQ6CQyEXkBhvi33K7kP4CMB5 .

There are a few other features that I'm continuing to work on, so stay tuned. Also, let me know if you have any issues and I will work diligently to fix them.

I am still accepting feature requests with and without bounty (obviously, the bounty ones will be higher priority). Let me know what features you would like to see.

1 block bounty Wink

I would purchase this module once completed.

You are certainly welcome to donate.
BCB
vip
Activity: 1078
Merit: 1002
BCJ
Do you have a demo link?
For example, I think, GADJA | shop uses that WalletBit extension.

Thanks.

Very nice.

sr. member
Activity: 462
Merit: 250
Do you have a demo link?
For example, I think, GADJA | shop uses that WalletBit extension.
jga
member
Activity: 96
Merit: 10
http://btcgear.com
I would like to add a feature request and along with it 10 BTC bounty for this feature: Add an easy to implement hack into Opencart that adds Bitcoin as a currency and gives the user the choice to display prices in Bitcoin or any other currency.

Done. This is already in my latest version.  In the admin console upon install, you can choose whether or not to enable BTC as a user-visible currency.

Edit: I also have this available as a stand-alone module, but I haven't open sourced it yet.

Edit: now I have open sourced it and it is available at https://github.com/btcgear/Bitcoin_Exchange_Rate_OpenCart
This code is fully tested and has been in use at http://www.btcgear.com for months.

Please send bounty to 14dTC7bBphANAHzmK9aD7X7Wvo99rhHMTF
BCB
vip
Activity: 1078
Merit: 1002
BCJ
Kris

Do you have a demo link?
donator
Activity: 640
Merit: 500
Probably not what you want, but I just wanted to let you know it exist.

https://walletbit.com/connect/OpenCartPaymentModule.zip
full member
Activity: 178
Merit: 100
I would like to add a feature request and along with it 10 BTC bounty for this feature: Add an easy to implement hack into Opencart that adds Bitcoin as a currency and gives the user the choice to display prices in Bitcoin or any other currency.
BCB
vip
Activity: 1078
Merit: 1002
BCJ
cablepair

Is that working for you?
jga
member
Activity: 96
Merit: 10
http://btcgear.com
Pages:
Jump to: