內容簡介
總結:CryptoCadet是一款輕量、無代碼的支付處理器,允許用戶以更廣泛的加密方式接受支付。
1. CryptoCadet主要功能:
- 可以跨多個EVM網絡(以太坊、币安、Polygon)接受支付
- 可以接受任何令牌
- 在WordPress網站上為多個產品添加多個按鈕
- 與Web3Modal集成
- 創建推廣代碼以建立自己的推薦計劃
- 付款時接收和發送自定義電子郵件
- 透過先進的客戶分析追踪成功率
2. 如何使用:
- 在https://app.ascendant.finance註冊免費帳戶以獲取API密鑰
- 登錄後,系統將自動為您生成API密鑰
- 返回WordPress管理面板並轉到設置。在CryptoCadet支付設置下,添加API密鑰
- 在文章正文中插入指令,以建立支付按鈕
3. 必要屬性:
- container_id應該是一個唯一的ID,不與頁面上的任何其他元素共享
- product_id是您為與此按鈕關聯的特定產品創建的ID,您可以在https://app.ascendant.finance的“建置”部分中創建您的產品ID
- label是將顯示的按鈕文本
4. 可選屬性:
- email和shippingAddress是可選變量,可要求在付款時提供用戶的電子郵件和運送地址
- lang屬性默認為英語,對應以下支持的語言:阿拉伯語、德語、英語、西班牙語、法語、葡萄牙語、中文
作業:
問題:如何為您在WordPress網站上的產品添加多個支付按鈕?
答案:您可以使用CryptoCadet的功能在WordPress網站上為多個產品添加多個按鈕。
問題:如何設置API密鑰以開始使用CryptoCadet?
答案:您需要在https://app.ascendant.finance註冊免費帳戶以獲取API密鑰。登錄後,系統將為您生成API密鑰。
問題:定義container_id和product_id分別應該是什麼?
答案:container_id應該是一個唯一的ID,不與頁面上的任何其他元素共享。product_id是您為與按鈕關聯的特定產品創建的ID。
外掛標籤
開發者團隊
原文外掛簡介
CryptoCadet is a lightweight, no-code payment router that permits the user to accept payment in EVM chains and Solana.
Features
Accept payments across multiple EVM networks (Ethereum, Binance, Polygon, Base (New!), Avax (New!))
New! Accept payments on Solana
Accept any token you want on the supported chains
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 email alerts when payments are made
New! Send one-time payment links and invocies
Track success with advanced customer analytics
Sign up for a free account on https://cryptocadet.io 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’
display_name=’DISPLAY_NAME’
container_id=’SOME_ID_NAME’
label=’BUTTON TEXT’
email=’required’
shipping_address=’required’
lang=’en’
shoppingCart=’true’
]
REQUIRED PROPERTIES:
Deprecated: The pay portal defaults to ‘eth’ but you can set this to false. In order to add Solana, sol should be set to ‘true’.
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
display_name shows the common name of the product the user is buying and appears in the portal beside the quantity.
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.
When shoppingCart is set to ‘true,’ and additional cart button appears that allows the user to buy multiple products at once.
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
