Wp all Import guidance

Hello!
I need help on importing hierachical category structure on woocommerce through Wp all import plugin. As you can see on the file: categories i have 3 columns. 1st is category code, 2nd is the description of the respective code of the 1st column and the 3rd is the category code of the parent category (again respective to the code of the 1st column). I’m stuck on the third step of the taxonomies import. Under the “Term Meta” section, i create a meta field with {categorycode[1]} column. Then i should use some custom php function in the “Parent Term” field to pass the value from the {parentcategory[1]} column. The function would have use of Wordpress database functions to search for a meta field where the meta value matches the value provided by the {parentcategory[1]} element in my file and then return the id of the term.
Any knowledge on what the function should be?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.