An open API service indexing awesome lists of open source software.

https://github.com/mnpezz/nanopay.me_woo_payment_plugin

nanopay.me plugin for wordpress woocommerce
https://github.com/mnpezz/nanopay.me_woo_payment_plugin

nanocurrency woocommerce-plugin

Last synced: 4 months ago
JSON representation

nanopay.me plugin for wordpress woocommerce

Awesome Lists containing this project

README

          

# 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

1. Download the plugin zip file.
2. Go to WordPress admin > Plugins > Add New.
3. Click on "Upload Plugin" and select the downloaded zip file.
4. Activate the plugin through the 'Plugins' menu in WordPress.

## Configuration

1. Go to WooCommerce > Settings > Payments.
2. Click on "NanoPay.me" to configure the payment method.
3. Enable the payment method and enter your NanoPay.me API key.
4. Enter your Nano address to receive payments.
5. Customize the title and description as needed.
6. 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:

1. Clone this repository.
2. Run `npm install` to install dependencies.
3. Use `npm run build` to 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