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

Product import. Products with staging updates not updated correctly. #141

Open
tbrankaer opened this issue Aug 23, 2017 · 1 comment
Open

Comments

@tbrankaer
Copy link

tbrankaer commented Aug 23, 2017

At this moment product attribute changes are always saved on the original product and not on the staging update product entities. This comes because only the row id of the original product is stored in the temporary table which is later used for updating attribute data. Because each staging update has it's own product entity (with the same sku), these new records will never be updated.

Is there any way to solve this?

Friendly regards,

@oliverde8
Copy link
Contributor

Hi,
We just did a PR about this #156
This will add multiple new behaviors for updating product stages once it's merged.

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

2 participants