Using Magento 1.9.0.1 I am trying to script my entire sites config and settings using install scripts so I can keep the whole site under version control.
I am now at the point of creating my categories.
I have seen many ways of doing this however nothing really non 'hacky'. Taking the following example category structure and keeping in mind I will have a maximum of only 20-30 categories what is the recommended way of approaching this? I would also like the script to Update if the category already exists.
- Public Catalog
- Mens
- Tops
- Bottoms
- Womens
- Dresses
- Shoes
I also want to be able to insert a category thumbnail and image which I have not found an example of.
Thanks