wyga Posted May 20, 2022 Share Posted May 20, 2022 I've got that XML / CSV importer I put based on some code other guys tried in the past. It has been heavily modified to suit needs of automation. Now importer does import product to specific categories. We are using id_category_default to set default category but problem is while product is being imported it stays only within default category, despite it has a parent. Now where does the info go about parent categories? Link to comment Share on other sites More sharing options...
wyga Posted May 20, 2022 Author Share Posted May 20, 2022 So the forum is dead I presume? Link to comment Share on other sites More sharing options...
razaro Posted May 20, 2022 Share Posted May 20, 2022 Hi and welcome to the dead forum, as you presume. Do not expect answer in 5 hours, especially when you did not provide any info on your PrestaShop version. Or example row of data you want to import. Now, for your question, I did not use import for quite some time but from sample CSV think you need to add all categories you want product to be. Quote Categories (x,y,z...) So if you just added one id, for id_category_default , it will import just to that category. It do not have a feature to import to all parents automatically. Try with for example 10,8,3,2 if id_category_default is 10 and other are parent categories id's. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now