Closed erfanimani closed 5 months ago
true, this one is based on m1 with EE database structure. It is however possible to use core_url_rewrite table for export, but don't have yet time to make it happen.
The implementation solution is to check for table existence, if the enterprise table doesn't exist, switch to using core_url_rewrite
There's a hard reference to Magento Enterprise tables here, causing issues with product export:
https://github.com/EcomDev/sync-magento-2-migration/blob/main/src/ProductInfo.php#L408
I managed to get around it by excluding product URL rewrites, and generating rewrites using this: https://github.com/elgentos/regenerate-catalog-urls
Should there be a check to see if that table exists and/or the current version is Enterprise?