Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website/store selection for product export does not work as intended #9

Open
stevehollistxn opened this issue Jul 12, 2024 · 0 comments

Comments

@stevehollistxn
Copy link
Contributor

The cron and helper related to Product Export do not operate as intended.

  1. The exported products should be filtered to only include products allocated to websites for which Product Export is enabled. At present, export requests are generated for all products on all websites.
  2. The product export requests are repeated as a multiple of the number of websites. Given that the request only consists of a SKU and these are globally scoped on both OrderFlow and Magento, there is no value in this and can lead to massive duplication of requests (hundreds of thousands in our case)
  3. Specifying store ID under Product Export settings is redundant. Store scoped values are not referenced or retrieved in any useful way during the export request process or the subsequent SOAP call from OrderFlow.

I have partial or complete fixes for all of the above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant