CryptoCadet Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
CryptoCadet is a lightweight, no-code payment processor that permits the user to accept payment in a wider variety of crypto.
Features
- Accept payments across multiple EVM networks (Ethereum, Binance, Polygon)
- Accept any token you want
- Can add multiple buttons to your WordPress site for multiple products
- Integrates with Web3Modal
- Create affiliate codes for your own referral program
- Receive and send custom emails when payments are made
- Track success with advanced customer analytics
Sign up for a free account on https://app.ascendant.finance to receive your API key. Upon signing in, an API key will be auto-generated for you.
Return to your WordPress Admin Dashboard and go to Settings. Under CryptoCadet Pay Settings, add the API key.
Inside the body of a post, insert:
[crypto_pay_button
product_id=’YOUR_PROD_ID’
container_id=’SOME_ID_NAME’
label=’BUTTON TEXT’
email=’required’
shipping_address=’required’
lang=’en’
]
REQUIRED PROPERTIES:
-
container_id should be a unique id and not be shared with any other element on the page.
-
product_id is the id you create for the particular product linked to this button. You can create your product id in the ‘Build’ section in https://app.ascendant.finance
-
label is the button text that will appear.
OPTIONAL PROPERTIES:
-
The ’email’ and ‘shippingAddress’ are optional variables can be required in order to request the user’s email and shipping address upon payment.
-
The lang property defaults to English and corresponds to the ISO 639-1 Code for the following supported languages:
-
ar (Arabic)
- de (German)
- en (English)
- es (Spanish)
- fr (French)
- pt (Portuguese)
- zh (Chinese)
Styles
Custom styles can be added by including a style property variable to change the button style.
License
GPLv2 or later
Contributions
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it’s:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
Screenshots
No screenshots provided