I see <cms:folders > can have a parameter 'name'. Is it already implemented?
I guess, it will work then as pages tag now works - <cms:folders name=some_name >.
Well, this is minor issue, results can be replicated with if statement inside.
Now, I parse a CSV, it contains data on product-title and product category. While this file is small for testing purposes, I believe real life situation is different. Thousands products and tens (or hundreds) hierarchical categories. CSV specifies them as parent folder, sub folder.
I've searched the whole forum (as usual) before posting this. The solution is on the table:
go through all *PRE*existing folders, check if the folder title from csv matches the folder in template. Any values should not be set beforehand. I want to recreate structure from scratch, rather than scan and create manually. How can I achieve that? This is very much needed!
Another solution is to use relation with pages, which serve as 'folders'. But this is not desirable. It will kill the ability to work with image galleries, which are actual folders for this template.
Please, help! ...---...
I guess, it will work then as pages tag now works - <cms:folders name=some_name >.
Well, this is minor issue, results can be replicated with if statement inside.
Now, I parse a CSV, it contains data on product-title and product category. While this file is small for testing purposes, I believe real life situation is different. Thousands products and tens (or hundreds) hierarchical categories. CSV specifies them as parent folder, sub folder.
I've searched the whole forum (as usual) before posting this. The solution is on the table:
go through all *PRE*existing folders, check if the folder title from csv matches the folder in template. Any values should not be set beforehand. I want to recreate structure from scratch, rather than scan and create manually. How can I achieve that? This is very much needed!
Another solution is to use relation with pages, which serve as 'folders'. But this is not desirable. It will kill the ability to work with image galleries, which are actual folders for this template.
Please, help! ...---...