https://github.com/cryptomkt/woocommerce-plugin
https://github.com/cryptomkt/woocommerce-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptomkt/woocommerce-plugin
- Owner: cryptomkt
- License: mit
- Created: 2018-04-11T15:38:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T18:39:53.000Z (about 6 years ago)
- Last Synced: 2025-01-24T18:35:08.446Z (over 1 year ago)
- Language: PHP
- Size: 1010 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
WooCommerce CryptoMarket Payment Gateway
=====================
Cryptocurrencies can be safely and simply managed, transferred, bought and settled through CryptoMKT, this plugin allow integrate easily Cryptocurrency pays with WooCommerce.
## Development
### Setup
* NodeJS & NPM
* Grunt
* Composer
Clone the repo:
```bash
$ git clone https://github.com/cryptomarket/woocommerce-plugin
$ cd woocommerce-plugin
```
Install the dependencies:
```bash
$ npm install
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar install
```
### Build
Perform the [setup](#Setup), then:
```bash
$ ./node_modules/.bin/grunt build
# Outputs plugin at dist/woocommerce-plugin
# Outputs plugin archive at dist/woocommerce-plugin.zip
```
## Support
### CryptoMarket Support
* Last Version Tested: Wordpress 4.9.5 WooCommerce 3.3.5
* [GitHub Issues](https://github.com/cryptomkt/woocommerce-plugin/issues)
* Open an issue if you are having issues with this plugin.
* [Support](https://soporte.cryptomkt.com/)
* Cryptomarket support team
### WooCommerce Support
* [Homepage](http://www.woothemes.com/woocommerce/)
* [Documentation](http://docs.woothemes.com)
* [Support](https://support.woothemes.com)
## Troubleshooting
1. 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.
2. 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.
3. 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](https://github.com/cryptomarket/woocommerce-plugin/releases) page for the latest.
4. 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.
## Contribute
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](https://github.com/cryptomkt/woocommerce-plugin/issues) 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](http://opensource.org/licenses/MIT) 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](https://developers.cryptomkt.com).
## License
Please refer to the [LICENSE](https://github.com/cryptomkt/woocommerce-plugin/blob/master/LICENSE) file that came with this project.