NanoPay.me Payment Processor for WooCommerce
nanopay.me plugin for wordpress woocommerce
by mnpezz · github.com/mnpezz/nanopay.me_woo_payment_plugin · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mnpezz/nanopay.me_woo_payment_plugin/archive/refs/heads/main.zipReadme
NanoPay.me WooCommerce Payment Gateway
Warning
This plugin is experimental and has not undergone a full review. Bugs and issues may still be present.
Description
This plugin integrates NanoPay.me as a payment method for WooCommerce, allowing customers to pay with Nano cryptocurrency. It supports both the classic WooCommerce checkout and the new WooCommerce Blocks checkout.
Features
- Seamless integration with WooCommerce
- Support for both classic and block-based checkout
- Test mode for development and testing
- Customizable payment gateway title and description
- Automatic order status updates upon successful payment
Requirements
- WordPress 5.0 or higher
- WooCommerce 3.0 or higher
- PHP 7.0 or higher
Installation
- Download the plugin zip file.
- Go to WordPress admin > Plugins > Add New.
- Click on "Upload Plugin" and select the downloaded zip file.
- Activate the plugin through the 'Plugins' menu in WordPress.
Configuration
- Go to WooCommerce > Settings > Payments.
- Click on "NanoPay.me" to configure the payment method.
- Enable the payment method and enter your NanoPay.me API key.
- Enter your Nano address to receive payments.
- Customize the title and description as needed.
- Save changes.
Usage
Once configured, NanoPay.me will appear as a payment option during the WooCommerce checkout process. Customers can select it to pay with Nano.
Development
To set up the development environment:
- Clone this repository.
- Run
npm installto install dependencies. - Use
npm run buildto compile the JavaScript files.
Support
For support, please open an issue on the GitHub repository or contact the plugin author.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This plugin is licensed under the GPL v2 or later.
Credits
Developed by mnpezz
Changelog
1.0.0
- Initial release