-
Notifications
You must be signed in to change notification settings - Fork 16
Export only exporting products for a single store #135
Comments
I just did some more checks and research. The problem is only with the console script |
We have tested it with version 4.2.2 including https://github.com/EmicoEcommerce/Magento2TweakwiseExport/pull/131/files and still face the same issue as described above. |
Hi @koentjeh @bramstroker It has been merged into master (today) Most probably there will be new release soon. |
Thanks @kaplansin |
This is fixed in latest release tag: https://github.com/EmicoEcommerce/Magento2TweakwiseExport/releases/tag/4.2.3. |
Issue Brief
Since 4.2.0 products are only exported for a single store and not for all stores anymore in feed tweakwise.xml.
Environment
Steps to reproduce
bin/magento tweakwise:export
)Actual result
Output of tweakwise export:
The feed is overwritten for each store. The tweakwise.xml feed only contains products from last store in the loop.
And also navigator catalog only contains products from a single store after the feed is imported.
Expected result
The same feed is only written once and contains products for each store (with the store prefix).
This issue was introduced in https://github.com/EmicoEcommerce/Magento2TweakwiseExport/pull/131.
Probably because the feed file is written in for loop now https://github.com/EmicoEcommerce/Magento2TweakwiseExport/pull/131/files#diff-b90eb706f19d8c58b8cf88c39b19ff51f63bd5759624dcadcb750f3bf218d34eR129.
I would suggest to revert this functionality and issue a new release urgently as the tweakwise export module is broken in current state imo. There were also 2 other major bugs which I discovered and were resolved already. But I think this whole functionality (seperate feed export per store) needs a lot more thorough testing to be production ready.
Unfortunately I cannot downgrade to 4.1.0 as our new shop is running on PHP 8.1
The text was updated successfully, but these errors were encountered: