
內容簡介
- 總結: 現在您可以在您的 WooCommerce 商店中以許多不同貨幣展示產品,使其成為一家國際商店,並且可以透過我們的 plugin 定期更新貨幣數據。
<html>
<ul>
<li><strong>問題:</strong> 這個 WooCommerce 外掛連接到哪個外部服務?</li>
<li><strong>答案:</strong> 這個 All In One Currency Exchange 外掛連接到 CurrencyExchangeRateAPI 以獲取即時貨幣匯率。</li>
<li><strong>問題:</strong> 當啟用這個外掛時,它會做什麼?</li>
<li><strong>答案:</strong> 當外掛啟用時,它會將管理員選擇的貨幣偏好每次加載相關小部件時發送到 CurrencyExchangeRateAPI。</li>
<li><strong>問題:</strong> 這個外掛如何發送 API 請求?</li>
<li><strong>答案:</strong> API 請求的架構為: https://api.currencyexchangerate-api.com/v1/YOUR-API-KEY/latest/USD,其中 YOUR-API-KEY 應該替換為實際的 API 金鑰,而 USD 是匯率的基礎貨幣。</li>
<li><strong>問題:</strong> 如何顯示預設貨幣?</li>
<li><strong>答案:</strong> 如果用戶的位置或貨幣偏好不可用,該外掛將顯示可配置的默認貨幣。</li>
<li><strong>問題:</strong> 這項服務受到哪些條款和條件管理?</li>
<li><strong>答案:</strong> 這項服務受 CurrencyExchangeRateAPI 的使用條款和隱私政策的管理。請確保查閱這些文件,以了解您的數據如何處理以及有關個人資訊權利的信息。</li>
</ul>
</html>
外掛標籤
開發者團隊
② 後台搜尋「All In One Currency Exchange」→ 直接安裝(推薦)
原文外掛簡介
Now you can show the products in your woocommerce shop in many currencies to become an international shop with up to update currencies data in our coulds.
This plugin has been build with react and tailwindcss and will be in our github repo if you want to join us developing it.
External Services
The All In One Currency Exchange plugin connects to the CurrencyExchangeRateAPI to retrieve live currency exchange rates. This functionality is essential for displaying accurate currency conversions in your WooCommerce shop.
When the plugin is activated, it sends the admin’s selected currency preferences to the CurrencyExchangeRateAPI each time the relevant widget is loaded. The API request follows the schema:
https://api.currencyexchangerate-api.com/v1/YOUR-API-KEY/latest/USD
Here, YOUR-API-KEY should be replaced with your actual API key, and USD is the base currency for the exchange rates.
If the user’s location or currency preference is not available, the plugin will display a configurable default currency.
This service is governed by CurrencyExchangeRateAPI’s Terms of Use and Privacy Policy. Please ensure to review these documents for information on how your data is handled and your rights regarding personal information.
