-
Notifications
You must be signed in to change notification settings - Fork 83
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
extend ProductProcessor to import products with variants #265
base: master
Are you sure you want to change the base?
extend ProductProcessor to import products with variants #265
Conversation
668bb88
to
e4f1fe6
Compare
1591c85
to
99c416f
Compare
There's a lot left to do ? I will need this :) |
Hi @vasilvestre What I see what's still missing is:
Unfortunately currently my time is very restricted, not sure when I can finalize the open stuff...sorry for that... |
I need to import products with variations. Can you provide me csv file sample with variations |
And one more thing these two files in need to replpace in vendor |
99c416f
to
e9cb746
Compare
You are done with the new commit ? I will ask @oallain for a workflow approval :) |
Workflow is running |
e9cb746
to
2ee663f
Compare
I have rebased the new changes from master to this branch and I have also added a sample csv file in I still could not manage to write some automated tests. This is my first time using Behat&Co. (I usually code in Java/Kotlin/Scala :)) so I still need some more time. @vasilvestre: If you like, you could use the dev dependency and add the repository to your composer.json and use it/test it already for your use case: |
Add support for importing Product variants with their related Product options.
Current solution notes:
To create different Product variants, you set the same "Code" for each product row, so the relationship between the Product and Product variants can be managed without any additional "Parent Code" column for example.(Did not work, because you also want to set some Code for the variant itself)Still open todo:
Export logic(use separate task for it)