-- HikaShop version -- : 2.2.3
-- Joomla version -- : 3.2.1
I try to import a list of categories from DJ-Catalog2 to hikashop.
I have a CVS file with all the categories and import it to the SQL directly because I didn't find a category import (just product).
I understand that my "top" categories shoud have the 'category_parent_id' = 2 (product)
the 'category_type' = 'product'
I don't know how to initialize the value of:
- category_left
- category_right
- category_depth
- category_namekey (I put a unique name, BUT saw that it is a 'random' one!?)
- category_created, category_modified - Is this a timestamp?
any help will be appreciated.
I can think about two solutions:
1. Corect the CSV file
2. Have a PHP script to do it
Thanks in advance.