by Frédéric GILLES
4.8 (83 reviews)
FG Magento to WooCommerce
A plugin to migrate your Magento e-commerce store to WooCommerce
Tested up to WP 6.8 (Current: 6.9)
v3.44.3
Current Version v3.44.3
Updated 8 months ago
Last Update on 29 Apr, 2025
Synced 13 hours ago
Last Synced on
Rank
#12,134
+23 this week
Active Installs
200+
-25.9%
KW Avg Position
104
—
No change
Downloads
74.7K
+3 today
Support Resolved
0%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(83 reviews)
Next Milestone 300
200+
300+
650
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 35 more installs to reach 300+
Rank Changes
Current
#12,134
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.8
83 reviews
Overall
96%
5
78
(94%)
4
1
(1%)
3
0
(0%)
2
0
(0%)
1
4
(5%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| magento | 35 | — | Tag | 14 hours ago |
| dropshipping | 173 | — | Tag | 14 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 3.44.3
- Last Updated
- Apr 29, 2025
- Requires WP
- 4.5+
- Tested Up To
- 6.8
- PHP Version
- 5.6 or higher
- Author
- Frédéric GILLES
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 83
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,736
Master Addons For Elementor - White Label, Free Widgets, Hover Effects, Conditions, & Animations
40K+ installs
#929
Google Analytics for WooCommerce
200K+ installs
#275
FiboSearch - Ajax Search for WooCommerce
100K+ installs
#285
YITH WooCommerce Compare
100K+ installs
#312
Frequently Asked Questions
Common questions about FG Magento to WooCommerce
First verify your login and password to your Magento database.
If Magento and WordPress are not installed on the same host, you can do this:
export the Magento database to a SQL file (with phpMyAdmin for example)
import this SQL file on the same database as WordPress
run the migration by using WordPress database credentials (host, user, password, database) instead of the Magento ones in the plugin settings.
The migration stops and I get the message: "Fatal error: Allowed memory size of XXXXXX bytes exhausted" or I get the message: "Internal server error"
First, deactivate all the WordPress plugins except the ones used for the migration
You can run the migration again. It will continue where it stopped.
You can add: define('WP_MEMORY_LIMIT', '1G'); in your wp-config.php file to increase the memory allowed by WordPress
You can also increase the memory limit in php.ini if you have write access to this file (ie: memory_limit = 1G).
I get a blank screen and the import seems to be stopped
Same as above
The media are not imported
Check the URL field that you filled in the plugin settings. It must be your Magento home page URL and must start with http://
The media are not imported and I get the error message: "Warning: copy() [function.copy]: URL file-access is disabled in the server configuration"
The PHP directive "Allow URL fopen" must be turned on in php.ini to copy the medias. If your remote host doesn't allow this directive, you will have to do the migration on localhost.
I get the message: "Fatal error: Class 'PDO' not found"
PDO and PDO_MySQL libraries are needed. You must enable them in php.ini on the WordPress host.
Or on Ubuntu:
sudo php5enmod pdo
sudo service apache2 reload
I get this error: PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND'
You have to enable PDO_MySQL in php.ini on the WordPress host. That means uncomment the line extension=pdo_mysql.so in php.ini
If Magento and WordPress are not installed on the same host, you can do this:
export the Magento database to a SQL file (with phpMyAdmin for example)
import this SQL file on the same database as WordPress
run the migration by using WordPress database credentials (host, user, password, database) instead of the Magento ones in the plugin settings.
The migration stops and I get the message: "Fatal error: Allowed memory size of XXXXXX bytes exhausted" or I get the message: "Internal server error"
First, deactivate all the WordPress plugins except the ones used for the migration
You can run the migration again. It will continue where it stopped.
You can add: define('WP_MEMORY_LIMIT', '1G'); in your wp-config.php file to increase the memory allowed by WordPress
You can also increase the memory limit in php.ini if you have write access to this file (ie: memory_limit = 1G).
I get a blank screen and the import seems to be stopped
Same as above
The media are not imported
Check the URL field that you filled in the plugin settings. It must be your Magento home page URL and must start with http://
The media are not imported and I get the error message: "Warning: copy() [function.copy]: URL file-access is disabled in the server configuration"
The PHP directive "Allow URL fopen" must be turned on in php.ini to copy the medias. If your remote host doesn't allow this directive, you will have to do the migration on localhost.
I get the message: "Fatal error: Class 'PDO' not found"
PDO and PDO_MySQL libraries are needed. You must enable them in php.ini on the WordPress host.
Or on Ubuntu:
sudo php5enmod pdo
sudo service apache2 reload
I get this error: PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND'
You have to enable PDO_MySQL in php.ini on the WordPress host. That means uncomment the line extension=pdo_mysql.so in php.ini
No, it only reads the Magento database.
No, you can deactivate or even uninstall the plugin after the migration.
Yes. First you must put these lines in wp-config.php:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
And the messages will be logged to wp-content/debug.log.
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
And the messages will be logged to wp-content/debug.log.