Currency Converter for WooCommerce is a WordPress plugin that allows you to set a currency baseline per product and update exchange rates manually or via WooCommerce API.
- Set currency baseline per product.
- Update exchange rates manually or via WooCommerce API.
- Display prices in multiple currencies based on the set exchange rate.
- Download the latest release from the releases page.
- Upload the plugin files to the
/wp-content/plugins/currency-converter-for-woocommerce
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Set the currency baseline for each product from the product edit screen in the WordPress admin panel.
- Update the exchange rate manually from the plugin settings page or via WooCommerce API.
- Display prices in multiple currencies on the frontend based on the set exchange rate.
- Currency Baseline: Set the currency baseline (USD or MXN) for each product.
- Exchange Rate: Manually update the exchange rate from the plugin settings page or via WooCommerce API.
- Endpoint:
/wp-json/myplugin/v1/update-exchange-rate
- Method: POST
- Parameters: JSON body with the new exchange rate (
exchange_rate
)
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.