Is there a way to quickly add particular products to the categories? I now have 600+ products and the number will increase. If the HikaShop backend doesnt provide this feature, maybe I can edit some MySQL stuff? For example, there is a MySQL table which is responsible for the category, and there there list a list of products IDs which are added to this category.
So, maybe I can just fill in the IDs I want and that should be it? The only question is to find this MySQL table, or it is not that simple?
You know, adding products in categories 1 by 1 is extremely boring and monotonous. There gotta be a quicker way.
Well. I found this table:
But as far as I can see, there is no field that concerns the products ID's that are included in the cateogry. I was adding new products to the category, but nothing changed in this table at all.
I found another one:
fpcbr_hikashop_product_category
As far as I understand, its a MySQL table responsible for list of products. There are 4 fields there:
"product_cateogry_id" , "product_id", "category_id" and "ordering"
The category_id field is responsible for the product's category. Well, again see no way of mass adding, since you have to edit this number by your hands 1 by 1 in each product, like in the back-end
Such a pity. =(