=== WooCommerce Currency Switcher Pro ===
To enhance the WooCommerce Currency Switcher Pro plugin by adding support for the 50 most important country currencies and organizing it in a professional file structure, I'll update the plugin to include a comprehensive list of currencies and split the code into modular files for maintainability. The plugin will retain all previous functionality (currency dropdown in the header, geolocation-based auto-detection, real-time exchange rates, and admin dashboard settings) while improving scalability and organization.
Updates and Enhancements
Contributors: developed by codebizz.net
Tags: woocommerce, currency switcher, multi-currency, geolocation, exchange rates
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A WooCommerce plugin to enable multi-currency support with a currency dropdown, geolocation-based auto-detection, and real-time exchange rates.
== Description ==
WooCommerce Currency Switcher Pro allows your WooCommerce store to display prices in 50 major currencies, with automatic currency detection based on user location and real-time exchange rate updates.
== Installation ==
1. Upload the plugin folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Configure settings under WooCommerce > Currency Switcher Pro.
4. Obtain an API key from https://www.exchangerate-api.com/ and enter it in the settings.
== Changelog ==
* Added support for 50 major currencies.
* Improved file structure for modularity.
* Initial release.
File Structure:
woocommerce-currency-switcher-pro/
├── assets/
│ ├── css/
│ │ └── style.css
│ └── js/
│ └── frontend.js
├── includes/
│ ├── class-wc-currency-switcher-pro.php
│ ├── class-settings.php
│ └── currencies.php
├── languages/
│ └── wc-currency-switcher-pro.pot
├── README.txt
└── woocommerce-currency-switcher-pro.php
Published:
May 03, 2025 08:34 AM
Version:
v1.1.0
Category:
High Resolution:
YesFiles Included: