-
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
Import product fail #246
Comments
Hello @SofianeMerouane , I think this is due to the list of columns you have in your import file. Columns are defined in ProductProcessor here :
You must override this service definition and this ProductProcessor class to use your specific columns.
I hope this will help you. |
Hello oallain, Erreur The mandatory header-keys, t_shirt_brand, t_shirt_collection, t_shirt_material, cap_brand, cap_collection, cap_material, dress_brand, dress_collection, dress_material, jeans_brand, jeans_collection, jeans_material, book_cover: public function process(array $data): void
I do not understand why I am deamnde to re-enter attribute values in my database, in the import file |
Hello, I'm trying to import a product, via the administration, but I have this error message
Erreur
The mandatory header-keys, "t_shirt_brand, t_shirt_collection, t_shirt_material, cap_brand, cap_collection, cap_material, dress_brand, dress_collection, dress_material, jeans_brand, jeans_collection, jeans_material, book_cover, Chaussures ahomme, Images_main, t_shirt_brand, t_shirt_collection, t_shirt_material, cap_brand, cap_collection, cap_material, dress_brand, dress_collection, dress_material, jeans_brand, jeans_collection, jeans_material, book_cover, Chaussures ahomme, Images_main", are missing in the data-set. Found header-keys are "Code, Locale, Name, Description, Short_description, Meta_description, Meta_keywords, Main_taxon, Taxons, Channels, Enabled, Price". Either change the service definition of the processor accordingly or update your import-data
I don't understand why they require attribute values?
If anyone can help me please?
The text was updated successfully, but these errors were encountered: