Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockonomics/prestashop-plugin
Accept bitcoins on your website, payments go directly into your wallet
https://github.com/blockonomics/prestashop-plugin
bitcoin blockonomics payment prestashop
Last synced: 4 months ago
JSON representation
Accept bitcoins on your website, payments go directly into your wallet
- Host: GitHub
- URL: https://github.com/blockonomics/prestashop-plugin
- Owner: blockonomics
- License: other
- Created: 2016-11-16T16:55:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T18:54:55.000Z (over 1 year ago)
- Last Synced: 2024-09-27T11:41:58.318Z (4 months ago)
- Topics: bitcoin, blockonomics, payment, prestashop
- Language: PHP
- Homepage:
- Size: 1.82 MB
- Stars: 16
- Watchers: 9
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Features
--------
- Accept bitcoin payments on your website with ease
- Payments go directly in your own bitcoin wallet
- All HD wallet like trezor, blockchain.info, mycelium supported
- No approvals of API key/documentation required
- Uses [blockonomics API](https://www.blockonomics.co/views/api.html)Installation
-----------------
- [Installation Video Tutorial](https://www.youtube.com/watch?v=zgbgVOcjw0c)
- Upload blockonomics.zip from [releases](https://github.com/blockonomics/prestashop-plugin/releases) using Modules and Services > Add new Module.
- Locate the module in Admin > modules list (search author blockonomics) and click on Install
- Complete [blockonomics merchant wizard](https://www.blockonomics.co/merchants) to get API Key
- Put shown API key in prestashop module and *Save* settings
- Click on *Test Setup* to make sure everything is working
- Try checkout product , and you will see pay with bitcoin option. Use bitcoin to pay and enjoy !Languages
-------------
- Currently available in English, French, German and Spanish
- Contribution for other lanugages are welcome. Feel free to send us files from your backoffice or create a pull requestTroubleshooting
-----------------
- Not able to generate new bitcoin address: Your webhost is blocking outgoing HTTP connections. Blockonomics requires to do an outgoing POST to generate new address. Check with your webhost to allow this.
- Order page repeatedly refreshing on payment: Your webhost is blocking incoming callbacks from bots, our you have a DDOS protection in place that is causing this. Blockonomics.co uses curl to callback your server with payment notification and cannot emulate a browser accessing your website.
- Note that if you are running prestashop on localhost, you need Dynamic DNS/public IP pointing to your localhost.
This is because blockonomics.co will requires the callback to be a public url.Screenshots
-----------------
#### Checkout Page
![checkout page](views/img/screenshot-3.png)
#### Order Details
![order details](views/img/screenshot-2.png)
#### Admin Orders Page
![admin orders page](views/img/screenshot-1.png)