Hello everybody!
I am trying for hours to figure out how actinic stores the data in the catalog.
I need to list all products from one section (not products in subsections).
Until now i figure out that sections are in the table "Catalog section", and they have nparentsectionID=0.
Table product and table catalog section are related by nparentsectionid=nsectionid.
But here i come to the problem.
I can't figure out how subsections are related to sections in the table "Catalog section".If i want to list products in the section i will get only the products that are directly in the section, and not the ones that are in the subsections but belonging to the section.
This is really confusing and any help will be appreciated.
I am trying for hours to figure out how actinic stores the data in the catalog.
I need to list all products from one section (not products in subsections).
Until now i figure out that sections are in the table "Catalog section", and they have nparentsectionID=0.
Table product and table catalog section are related by nparentsectionid=nsectionid.
But here i come to the problem.
I can't figure out how subsections are related to sections in the table "Catalog section".If i want to list products in the section i will get only the products that are directly in the section, and not the ones that are in the subsections but belonging to the section.
This is really confusing and any help will be appreciated.
Comment