Hi,
I'm actually trying to import a configurable product made of simple product.
I'm generating both of them together in the same .csv file.
I followed those links :
- https://docs.magento.com/user-guide/system/data-transfer-configurable-products.html
- https://docs.magento.com/user-guide/system/data-complex.html
- https://www.lexiconn.com/blog/2016/01/magento-2-import-configurable-products/
I need to use configurable_variations and configurable_variation_labels, this is what I did but it's not working, when I import the file products are generated but if I go to the configurable product settings I can see he has no Child products...
Here's the .csv file i'm trying to import : http://www.sharecsv.com/s/e2f901f1959a6321622d77909a879fb6/toastConfigurable.csv
Where "Taille" means "Size" and "ham_size" is my attribute_code.
I took screens of the products in BO :
- List of products ( Simple and Configurable ) :
- There is no "Configuration" in my Configurable product Settings :
Also, I cannot Search for my configurable product, he's set on "Catalog, Search". I can access to the product page with the URL key but cannot add it to my cart and dont show the size (seems obvious).
Before importing this product I imported few Simple product and it's worked very well...
So my problem really come from the Configurable product.
If someone know how to resolve my problem or see an incoherence please let me know, it's my first time import configurable product on Magento 2 and nobody else did it at my job.
Thanks for your time and your help.
Solved! Go to Solution.
Guys I'm so happy you can't imagine !
My problem came from the multiple values separator, I was using the ";" for multiple values like "additional_atribues" but inside configurable_variation i put "," as separator...
So it was not taking in consideration the both configurable column...
Thanks again for reading.
Guys I'm so happy you can't imagine !
My problem came from the multiple values separator, I was using the ";" for multiple values like "additional_atribues" but inside configurable_variation i put "," as separator...
So it was not taking in consideration the both configurable column...
Thanks again for reading.
I have the same issue, but somehow can't seem to find a solution.
Is there anyone having this same issue as well?
Here's the CSV I've used:
https://www.jottacloud.com/s/084f7d5871f9a8845f3922c6e13230425e1
Maybe somebody could help with this.
Thanks!
Thanks!