Cryptocompra is the new way for pay with the most used cryptocurrencies in the world, this Prestashop plugin includes.
- Support for Bitcoin, Stellar and Ethereum Cryptocurrencies.
- New API v1.1 updates.
- Payments with ARS(Argentinian Peso), BRL(Real brazilian), CLP(Chilean peso) and EUR(Euro).
- Configuration panel for access credentials.
- NodeJS & NPM
- Grunt
- Composer
Clone the repo:
$ git clone https://github.com/cryptomkt/prestashop-plugin
$ cd prestashop-plugin
Install the dependencies:
$ npm install
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar install
Get the PSR-2 Coding Standard Tool Fixer:
$ wget https://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -O php-cs-fixer
$ sudo chmod a+x php-cs-fixer
$ ./node_modules/.bin/grunt build
# Outputs plugin at dist/cryptomarket
# Outputs plugin archive at dist/cryptomarket.zip
- Last Version Tested: Prestashop 1.6.+ | 1.7.+
- GitHub Issues
- Open an issue if you are having issues with this plugin.
- Support
- Cryptomarket support team
The official PrestaShop 1.7 documentation is available online on its own website First-time users will be particularly interested in the following guides:
- Getting Started: How to install PrestaShop, and what you need to know.
- User Guide: All there is to know to put PrestaShop to good use.
- Updating Guide: Switching to the newest version is not trivial. Make sure you do it right.
- Merchant's Guide: Tips and tricks for first-time online sellers.
- The FAQ and the Troubleshooting pages should also be of tremendous help to you.
- Ensure a valid SSL certificate is installed on your server. Also ensure your root CA cert is updated. If your CA cert is not current, you will see curl SSL verification errors.
- Verify that your web server is not blocking POSTs from servers it may not recognize. Double check this on your firewall as well, if one is being used.
- Check the version of this plugin against the official plugin repository to ensure you are using the latest version. Your issue might have been addressed in a newer version! See the Releases page for the latest.
- If all else fails, enable debug logging in the plugin options and send the log along with an email describing your issue in detail to support@cryptomkt.com
TIP: When contacting support it will help us is you provide:
- WordPress and WooCommerce Version
- Other plugins you have installed
- Some plugins do not play nice
- Configuration settings for the plugin (Most merchants take screen grabs)
- Any log files that will help
- Web server error logs
- Screen grabs of error message if applicable.
Would you like to help with this project? Great! You don't have to be a developer, either. If you've found a bug or have an idea for an improvement, please open an issue and tell us about it.
If you are a developer wanting contribute an enhancement, bugfix or other patch to this project, please fork this repository and submit a pull request detailing your changes. We review all PRs!
This open source project is released under the MIT license which means if you would like to use this project's code in your own project you are free to do so. Speaking of, if you have used our code in a cool new project we would like to hear about it! Please send us an email or post a new thread on CryptoMarket Developers.
Please refer to the LICENSE file that came with this project.