I'm working to build a function related to categories and I've a doubt.
If the master category is 'MASTER'
the subcategory is 'SUB'
the subsubcategory i 'SUBSUB':
the parent_id of MASTER is 0
the parent_id of SUB is the categories_id of MASTER
the parent_id of SUBSUB is the categories_id of SUB
is this correct?
Also, the master_categories_id of a product of SUBSUB is the categories_id of SUBSUB or of MASTER?
Many thanks - Giovanni



