Cs-Cart Categories

Hi!

http://docs.cs-cart.com/4.3.x/developer_guide/api/entities/categories.html- is there any more information regarding the specifics of how categories are defined ín CS-Cart?

For example, I notice that each category has an ID and a proprietary parent id. Each category, by my understanding, is a sub-category to a certain parent category. But where are these parent categories defined? In what database table? And how do I update/change these?

Thanks in advance,

Tice

In the cscart_categories table you can find category parent ID and full category path

Hi!

http://docs.cs-cart.com/4.3.x/developer_guide/api/entities/categories.html- is there any more information regarding the specifics of how categories are defined ín CS-Cart?

For example, I notice that each category has an ID and a proprietary parent id. Each category, by my understanding, is a sub-category to a certain parent category. But where are these parent categories defined? In what database table? And how do I update/change these?

Thanks in advance,

Tice

Hello!

All categories are stored in the cscart_categories table. parent_id field for parent categories is 0. You can update parent categories the same as subcategories.